JeasonTom

Results 19 issues of JeasonTom

Hi, I am running some experiments for AFLAPI and it has found a heap-buffer-overflow in xlnt::detail::izstream::read_central_header. It seems to be hard to be exploited, but this bug also allows attackers...

I am running some experiments for AFLAPI and it has found a buffer-overflow (to be exact, out-of-bounds access after debugging) in `toml::detail::location::reset()`. This bug seems to be harmless because it's...

Here is my example.cpp which how I used this library. ```c++ // example.cpp #include "hsql/SQLParser.h" int main(int argc, char** argv) { const std::string query = "INSERT INTO Websites (name, url,...

Hi, I am running some experiments for AFLAPI and it has found a segmentation fault in `FlacDecoderInternal::s_writeCallback` when `nqr::NyquistIO::Load` a bad .flac file. This bug may allows attackers to cause...

Hi, I am running some experiments for AFLAPI and it has found a **segmentation fault** in nqr::linear_resample. This bug may allows attackers to cause DoS, so I report it here....

Hi, I am running some experiments for AFLAPI and it has found two buffer-overflows (read) in `cparse::packToken::str[abi:cxx11]` and `cparse::calculator::toRPN`. **Environment**: Ubuntu 18.04 + clang 6.0.0 **Poc 1**: ```c++ // heap_overflow_1.cc...

Hi, I am running some experiments for AFLAPI (fuzzing) and it has found a segmentation fault in `mz_zip_reader_read_central_dir()` at external/zippy/zippy.hpp:5324 and a heap buffer overflow (read) also in the same...

Hi, I am running some experiments for AFLAPI (fuzzing) and it has found a segmentation fault in bmp_img_free() at libbmp.c:127. **Environment:** Ubuntu 18.04 + gcc 6.0 **Driver** program: ```c++ //...

Hi, I am running some experiments for AFLAPI and it has found that segmentation fault and heap-buffer-overflow occured in easyexif::EXIFInfo::parseFromEXIFSegment at exif.cpp:811 when parse a crafted (also bad) jpg. **Environment:**...