cve/2019/CVE-2019-11041.md

19 lines
843 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-11041](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-11041)
![](https://img.shields.io/static/v1?label=Product&message=PHP&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-125%20Out-of-bounds%20Read&color=brighgreen)
### Description
When PHP EXIF extension is parsing EXIF information from an image, e.g. via exif_read_data() function, in PHP versions 7.1.x below 7.1.31, 7.2.x below 7.2.21 and 7.3.x below 7.3.8 it is possible to supply it with data what will cause it to read past the allocated buffer. This may lead to information disclosure or crash.
### POC
#### Reference
- https://hackerone.com/reports/675578
2024-06-09 00:33:16 +00:00
- https://hackerone.com/reports/675578
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.