2024-05-25 21:48:12 +02:00
### [CVE-2020-15389](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15389)



### Description
jp2/opj_decompress.c in OpenJPEG through 2.3.1 has a use-after-free that can be triggered if there is a mix of valid and invalid files in a directory operated on by the decompressor. Triggering a double-free may also be possible. This is related to calling opj_image_destroy twice.
### POC
#### Reference
- https://github.com/uclouvain/openjpeg/issues/1261
2024-06-09 00:33:16 +00:00
- https://github.com/uclouvain/openjpeg/issues/1261
2024-05-25 21:48:12 +02:00
- https://www.oracle.com//security-alerts/cpujul2021.html
2024-06-09 00:33:16 +00:00
- https://www.oracle.com//security-alerts/cpujul2021.html
2024-05-25 21:48:12 +02:00
- https://www.oracle.com/security-alerts/cpuoct2020.html
2024-06-09 00:33:16 +00:00
- https://www.oracle.com/security-alerts/cpuoct2020.html
2024-05-25 21:48:12 +02:00
#### Github
- https://github.com/Live-Hack-CVE/CVE-2020-15389