cve/2018/CVE-2018-18650.md

20 lines
914 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2018-18650](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-18650)
![](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
An issue was discovered in Xpdf 4.00. XRef::readXRefStream in XRef.cc allows attackers to launch a denial of service (Integer Overflow) via a crafted /Size value in a pdf file, as demonstrated by pdftohtml. This is mainly caused by the program attempting a malloc operation for a large amount of memory.
### POC
#### Reference
- https://forum.xpdfreader.com/viewtopic.php?f=3&t=41219&p=41747#p41747
2024-06-09 00:33:16 +00:00
- https://forum.xpdfreader.com/viewtopic.php?f=3&t=41219&p=41747#p41747
2024-05-26 14:27:05 +02:00
#### Github
- https://github.com/0xCyberY/CVE-T4PDF
- https://github.com/ARPSyndicate/cvemon