-
Notifications
You must be signed in to change notification settings - Fork 103
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
jp2_decode() heap-buffer-overflow vulnerability #264
Comments
@dgh05t Thanks for the bug report. This problem is now fixed on the master branch. |
CVE-2021-26926 is assigned for this issue, thanks for the efficiency of resolving the issue. |
@mdadams Please release a new version that includes fixes for CVE-2021-26926 and CVE-2021-16927 (#265) |
@theta682 We did this already more than two weeks ago. Why do you think there is no such version? Please see the
|
@jubalh Sorry. I just got a notification from NVD that there are new vulnerabilities. However, they are included in 2.0.25. |
Hi,
there's a heap-buffer-overflow vulnerability in function jp2_decode() , ( jp2_dec.c:280 )
poc: poc.zip
please compile the Jasper with ASAN, and run the poc with
"./jasper -f ~/Desktop/poc.jp2 --output-format jpg"
.It seems because of the
ata.bpcc.bpcs
is not equal withimage->bpcs
The text was updated successfully, but these errors were encountered: