-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
We’ve fuzzed pdf2json with AFL and found some crashes on Parser::getObj Function.
The input is
crash0.pdf
We found that there are lots of replications in the backtrace, forming as Parser::getObj -> Parser::makeStream -> Object::dictLookup -> XRef::fetch.
This indicates that pdf2json encountered an infinite recursive call in the getObj function, which ultimately led to a stack overflow.
The outputs of gdb, gdb backtrace and valgrind are show below.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels


