[36412] in bugtraq

home help back first fref pref prev next nref lref last post

PHP-Nuke 7.4 Multiple XSS Vulnerabilities Patch

daemon@ATHENA.MIT.EDU (Pierquinto Manco)
Wed Sep 8 09:08:20 2004

Date: 5 Sep 2004 11:00:06 -0000
Message-ID: <20040905110006.26098.qmail@www.securityfocus.com>
Content-Type: text/plain
Content-Disposition: inline
Content-Transfer-Encoding: binary
MIME-Version: 1.0
From: Pierquinto Manco <mantra@ntj.it>
To: bugtraq@securityfocus.com



***************************************************************
                         CODEBUG LABS
PATCH #1 to [XSS] Vulnerabilities in Admin Panel of PHP-NUKE 7.4
***************************************************************
To Patch your admin panel from this vulnerabilities hurricane you have to
apply this code to your admin.php file:
if ( !empty($HTTP_GET_VARS['admin']) ) {
	die("Shit! Mantra wins =)");
}

if ( !empty($HTTP_POST_VARS['admin']) ) {
	die("Shit! Mantra wins =)");
}

-) Note
Previous patch(CODEBUG #1,#2,#3) isn't enough performant.
Try this one.
There are a lot of this problem in PHP-Nuke 7.4, my patch will check
the content of $_POST[admin] and $_GET[admin].
I'm going to post all this vulnerabilities on my site...
http://www.mantralab.org

**************************************************************
		http://www.mantralab.org
**************************************************************

home help back first fref pref prev next nref lref last post