Files
CVEs-PoC/2011/CVE-2011-10030.md
T
2025-09-29 21:09:30 +02:00

21 lines
1.1 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### [CVE-2011-10030](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-10030)
![](https://img.shields.io/static/v1?label=Product&message=Foxit%20PDF%20Reader&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=*%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-73%20External%20Control%20of%20File%20Name%20or%20Path&color=brightgreen)
### Description
Foxit PDF Reader <  4.3.1.0218 exposes a JavaScript API function, createDataObject(), that allows untrusted PDF content to write arbitrary files anywhere on disk. By embedding a malicious PDF that calls this API, an attacker can drop executables or scripts into privileged folders, leading to code execution the next time the system boots or the user logs in.
### POC
#### Reference
- http://scarybeastsecurity.blogspot.com/2011/03/dangerous-file-write-bug-in-foxit-pdf.html
- https://scarybeastsecurity.blogspot.com/2011/03/dangerous-file-write-bug-in-foxit-pdf.html
- https://www.exploit-db.com/exploits/16978
- https://www.vulncheck.com/advisories/foxit-pdf-reader-javascript-file-write
#### Github
No PoCs found on GitHub currently.