cve/2018/CVE-2018-19047.md

19 lines
871 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2018-19047](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19047)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
** DISPUTED ** mPDF through 7.1.6, if deployed as a web application that accepts arbitrary HTML, allows SSRF, as demonstrated by a '<img src="http://192.168' substring that triggers a call to getImage in Image/ImageProcessor.php. NOTE: the software maintainer disputes this, stating "If you allow users to pass HTML without sanitising it, you're asking for trouble."
### POC
#### Reference
- https://github.com/mpdf/mpdf/issues/867
2024-06-09 00:33:16 +00:00
- https://github.com/mpdf/mpdf/issues/867
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.