mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
20 lines
873 B
Markdown
20 lines
873 B
Markdown
### [CVE-2019-9903](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9903)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
PDFDoc::markObject in PDFDoc.cc in Poppler 0.74.0 mishandles dict marking, leading to stack consumption in the function Dict::find() located at Dict.cc, which can (for example) be triggered by passing a crafted pdf file to the pdfunite binary.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://gitlab.freedesktop.org/poppler/poppler/issues/741
|
|
- https://research.loginsoft.com/bugs/stack-based-buffer-overflows-in-dictfind-poppler-0-74-0/
|
|
|
|
#### Github
|
|
- https://github.com/0xCyberY/CVE-T4PDF
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
|