-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heap use after free in the free_element_list function #45
Comments
did you request a CVE ID for this @danielpyon |
@attritionorg Yes, I filed for an EOL CVE last week. Unfortunately, there has been no response so far. |
For third-party tracking purposes, can you please share that ID? Thanks! |
@attritionorg I don't think I've been assigned an ID yet, but I will share it once I get one. |
|
Excellent, thank you @danielpyon! |
Problem Description
Note: I am aware that this project is unmaintained. However, I am still opening this issue to follow CVE's guidelines for EOL software.
There is a heap use after free in the
free_element_list
function when the parser handles a specially crafted Markdown file. Here is a minimized proof-of-concept Markdown file that triggers the bug: min_heap_uaf.md. The output is as follows:Reproduction Steps
CC=afl-clang-fast AFL_USE_ASAN=1 make
../markdown -x min_heap_uaf.md
(use the proof-of-concept file attached to this report).The text was updated successfully, but these errors were encountered: