Gabe Sherman

Results 30 issues of Gabe Sherman

I am an undergraduate student exploring automatic fuzzing harness generation for open source api's. I found that executing geosop instrumented with asan with these arguments: `./geosop -a "GEOMETRYCOLLECTION(POINT(0 0 59.083333333333336),...

Overlay

I am an undergraduate student exploring automatic fuzzing harness generation for open source api's. I found that executing geosop with these arguments: ` ./geosop -a "POLYGON((0 0, 10 0, 10...

A heap-buffer-overflow occurs in the below program. This behavior occurs at line 149 in H5Odtype.c. ``` #include "hdf5.h" #include #include #include #include #include #include typedef uint8_t u8; typedef uint16_t u16;...

Priority - 0. Blocker ⛔
Component - C Library
Type - Bug
Type - Security

An allocation-size-too-big error occurs in the h5dump program when provided with a malformed input. This behavior occurs at line 1015 in H5Centry.c. ### How to trigger ```LD_PRELOAD=path-to/libhdf5.so h5dump poc``` ###...

Component - C Library
Type - Security
HDFG-internal

A heap-buffer-overflow occurs in the h5dump program when provided with a malformed input. This behavior occurs at line 515 in H5Fio.c ### How to trigger ```LD_PRELOAD=path-to/libhdf5.so h5dump poc``` ### POC...

Priority - 0. Blocker ⛔
Component - C Library
Type - Bug
UNCONFIRMED

A StackOverflow error occurs in the h5dump program when provided with a malformed input. This behavior occurs at line 45 in vasprintf.c ### How to trigger ```LD_PRELOAD=path-to/libhdf5.so h5dump poc``` ###...

Priority - 0. Blocker ⛔
Component - C Library
Type - Bug
Branch - 1.14
Confirmed
Type - Security

A segmentation fault occurs in the below program when provided with a malformed input. This behavior occurs at line 1070 in H5Oint.c ``` #include #include #include #include #include int main(int...

Priority - 0. Blocker ⛔
Component - C Library
Type - Bug
Branch - 1.14
Confirmed

An allocation-size-too-big error occurs in the h5dump program when provided with a malformed input. This behavior occurs at line 87 in H5MM.c ### How to trigger ```LD_PRELOAD=path-to/libhdf5.so h5dump poc``` ###...

Priority - 0. Blocker ⛔
Component - C Library
Type - Bug
Confirmed
Type - Security

I am an undergraduate student exploring automatic fuzzing harness generation for open source api's. When running the below code with the linked file, the following error is printed.: `HDF5: infinite...

Priority - 1. High 🔼
Component - C Library
Type - Bug
UNCONFIRMED

A segmentation fault occurs in the below program. This behavior occurs at line 430 in ucl_emitter.c. ``` #include "ucl.h" #include #include #include #include #include #include typedef uint8_t u8; typedef uint16_t...