Discussione: PHP-Nuke 7.4
Visualizza messaggio singolo
  #2 (permalink)  
Vecchio 08-09-2004, 11.12.09
serverplan serverplan non è connesso
Administrator
Amministratore
 
Data registrazione: 11-09-2002
Messaggi: 3,374
serverplan ha disabilitato la reputazione
Predefinito

PATCH:


* CODEBUG Labs
* Patch #1
* Title: Multiple XSS Bug in admin.php
* Author: Pierquinto 'Mantra' Manco
* Product: PHP-Nuke 7.4


- ) Patch

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 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...
Rispondi citando