TinyDir is a lightweight C directory and file reader. Buffer overflows in the `tinydir_file_open()` function. This vulnerability has been patched in version 1.2.6.
The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
Link | Tags |
---|---|
https://github.com/cxong/tinydir/security/advisories/GHSA-jf5r-wgf4-qhxf | exploit vendor advisory |
https://github.com/cxong/tinydir/releases/tag/1.2.6 | release notes |
http://www.openwall.com/lists/oss-security/2023/12/04/1 | mailing list third party advisory |
http://packetstormsecurity.com/files/176060/TinyDir-1.2.5-Buffer-Overflow.html | vdb entry third party advisory exploit |
http://seclists.org/fulldisclosure/2023/Dec/14 |