-
Notifications
You must be signed in to change notification settings - Fork 35
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
Buffer overflow in the TexOpen() function #60
Comments
This issue has been assigned CVE-2019-19601. |
A few comments: first of all, this bug happens in the code path where kpathsea is not used ( For a fix, Akira Kakuto from the TeX Live team suggested:
but this is unchecked. Hope that helps. |
Hi,
While fuzzing OpenDetex with Honggfuzz, I found a buffer overflow in the TexOpen() function, in detex.l.
Attaching a reproducer (gzipped so GitHub accepts it): test01.gz
Issue can be reproduced by running:
The text was updated successfully, but these errors were encountered: