Vulnerabilities (CVE)

Filtered by vendor Man2html Project Subscribe
Filtered by product Man2html
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2021-40648 1 Man2html Project 1 Man2html 2024-02-28 N/A 5.5 MEDIUM
In man2html 1.6g, a filename can be created to overwrite the previous size parameter of the next chunk and the fd, bk, fd_nextsize, bk_nextsize of the current chunk. The next chunk is then freed later on, causing a freeing of an arbitrary amount of memory.
CVE-2021-40647 1 Man2html Project 1 Man2html 2024-02-28 N/A 5.5 MEDIUM
In man2html 1.6g, a specific string being read in from a file will overwrite the size parameter in the top chunk of the heap. This at least causes the program to segmentation abort if the heap size parameter isn't aligned correctly. In version before GLIBC version 2.29 and aligned correctly, it allows arbitrary write anywhere in the programs memory.