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
The attached file causes a std::bad_alloc exception in exiv2.
std::bad_alloc
exiv2
The bug is that there is no bounds check on the value of length at pngchunk_int.cpp:669.
length
Reproducible on the 0.27-maintenance branch (f4a37c6):
exiv2 issue_845_poc.png
The text was updated successfully, but these errors were encountered:
This bug is also reproducible in v0.25 and v0.26, so I have created #875 and #876 to back-port the fix.
Sorry, something went wrong.
This has been assigned CVE-2019-13112.
No branches or pull requests
The attached file causes a
std::bad_allocexception inexiv2.The bug is that there is no bounds check on the value of
lengthat pngchunk_int.cpp:669.Reproducible on the 0.27-maintenance branch (f4a37c6):
The text was updated successfully, but these errors were encountered: