Uncontrolled-memory-allocation-Fuzzer-TestSuite

Uncontrolled-memory-allocation testsuite used for fuzzing experiment

Seeds and POCs are in the folder

If you Cannot reproduce the bug, try to reduce the memory limit. For example:

  • ulimit -a to see the information of memory limit.
  • sudo ulimit -s 8192 or sudo ulimit -s 4096 to reduce the stack size.
  • sudo ulimit -m 36700160 to reduce the memory size.

The detail information of the benchmark can be seen as follow.

  • Bug type: uncontrolled-memory-allocation, memory leak
  • CVE ID:
  • Download:
    git clone https://github.com/mdadams/jasper
    git checkout 1a36ca39da535af2e67848f5f43ffd657746e632
    
  • Reproduce: jasper --input @@ --output test.bmp --output-format bmp
  • Bug type: uncontrolled-memory-allocation, memory leak
  • CVE ID:
  • Download:
    git clone https://github.com/libming/libming
    git checkout b72cc2fda0e8b3792b7b3f7361fc3f917f269433
    
  • Reproduce: listswf @@
  • Bug type: uncontrolled-memory-allocation, memory leak
  • CVE ID:
    • CVE-2018-6869
    • the meory leak is very easy to find in CVE website, lots of memory leak
  • Download:
    git clone https://github.com/gdraheim/zziplib
    git checkout bf4584fb06d5f9c5813616dbadc0129024c9c0f9
    
  • Reproduce: zzdir @@ || unzzip @@
  • Bug type: uncontrolled-memory-allocation, memory leak
  • CVE ID:
  • Download:
    git clone https://github.com/axiomatic-systems/Bento4
    git checkout 590312125c833bc496faf815c583cfd053509d2c
    
  • Reproduce: mp42hls @@
  • Bug type: uncontrolled-memory-allocation
  • CVE ID:
  • Download:
     git clone https://github.com/Exiv2/exiv2
     git checkout fa449a4d2c58d63f0d75ff259f25683a98a44630
    
  • Reproduce: exiv2 -pX @@
  • Bug type: uncontrolled-memory-allocation
  • CVE ID:
  • Download:
     git clone https://github.com/uclouvain/openjpeg
     git checkout 51f097e6d5754ddae93e716276fe8176b44ec548
    
  • Reproduce: opj_decompress -i @@ -o ./tmp.png