We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reported by OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=52053
There is an out-of-bounds write here:
exiv2/src/quicktimevideo.cpp
Line 832 in a2cb06a
The problem is that buf might be smaller than size - 8.
buf
size - 8
quicktimevideo.cpp is a new file, so this bug doesn't affect any released versions of exiv2.
poc: https://user-images.githubusercontent.com/4358136/194719660-df2e62c2-1c91-4c12-a330-6988785a1a72.mp4
To reproduce:
exiv2 poc.mp4
(Causes exiv2 to crash.)
The text was updated successfully, but these errors were encountered:
kevinbackhouse
Successfully merging a pull request may close this issue.
Reported by OSS-Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=52053
There is an out-of-bounds write here:
exiv2/src/quicktimevideo.cpp
Line 832 in a2cb06a
The problem is that
buf
might be smaller thansize - 8
.quicktimevideo.cpp is a new file, so this bug doesn't affect any released versions of exiv2.
poc: https://user-images.githubusercontent.com/4358136/194719660-df2e62c2-1c91-4c12-a330-6988785a1a72.mp4
To reproduce:
(Causes exiv2 to crash.)
The text was updated successfully, but these errors were encountered: