Files
CVEs-PoC/2016/CVE-2016-9572.md
T
2025-09-29 21:09:30 +02:00

19 lines
833 B
Markdown

### [CVE-2016-9572](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9572)
![](https://img.shields.io/static/v1?label=Product&message=openjpeg&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=2.1.2%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-476&color=brightgreen)
### Description
A NULL pointer dereference flaw was found in the way openjpeg 2.1.2 decoded certain input images. Due to a logic error in the code responsible for decoding the input image, an application using openjpeg to process image data could crash when processing a crafted image.
### POC
#### Reference
- https://github.com/uclouvain/openjpeg/issues/863
- https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html
#### Github
No PoCs found on GitHub currently.