Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:




bugtraq logo Bugtraq mailing list archives

Re: bug in Invision Power Board
From: Boy Bear <eyal067 () walla co il>
Date: 9 Aug 2003 21:32:10 -0000

In-Reply-To: <20030809082131.25004.qmail () www securityfocus com>

To repair Bug to edit the file admin.php and to add after the line:


$IN['AD_SESS'] = $HTTP_POST_VARS['adsess'] ? $HTTP_POST_VARS['adsess'] : 
$HTTP_GET_VARS['adsess'];

To add this :

if (isset($IN['AD_SESS'])) {
        $IN['AD_SESS'] = htmlspecialchars($IN['AD_SESS']);
}



  By Date           By Thread  

Current thread:
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]