Skip to content
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

Outdated File in OpenJPEG Project Leading to Vulnerability (CVE-2016-9534) #1539

Closed
mariamarutunian opened this issue Jul 8, 2024 · 0 comments · Fixed by #1540
Closed

Outdated File in OpenJPEG Project Leading to Vulnerability (CVE-2016-9534) #1539

mariamarutunian opened this issue Jul 8, 2024 · 0 comments · Fixed by #1540

Comments

@mariamarutunian
Copy link

Summary

A vulnerability identified as CVE-2016-9534 was discovered and fixed in LibTiff. However, related file isn't updated in the OpenJPEG project.

Details

This was fixed on LibTiff with the following commit: vadz/libtiff@83a4b92, which amended the TIFFFlushData1 function located in libtiff/tif_write.c file.
The OpenJPEG project contains an identical TIFFFlushData1 function in the thirdparty/libtiff/tif_write.c file, which has not been updated.

References

https://nvd.nist.gov/vuln/detail/CVE-2016-9534
https://my.f5.com/manage/s/article/K34527393
vadz/libtiff@83a4b92

openjpeg version

All versions prior to 2.5.2, which is the latest version at the time of this report, are potentially affected by this unpatched vulnerability.

Report Origin

The bug is reported by a tool developed at CAST

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant