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: Phpjobscheduler 3.0 - Multiple Remote File Include
From: str0ke <str0ke () milw0rm com>
Date: Sat, 18 Nov 2006 15:48:12 -0600

On 11/18/06, Stefano Zanero <s.zanero () securenetwork it> wrote:
Firewall1954 () hotmail com wrote:

> # Phpjobscheduler 3.0  - Multiple Remote File Include by Firewall

Bogus

> # Code:
>                    include_once($installed_config_file)

include_once("functions.php"); some lines above includes a file which
statically sets that variable, so

> # ExPloit :

None of these work.

Please stop reporting bogus vulnerabilities ! Thanks !

Stefano


$installed_config_file = "config.inc.php";
if ($_REQUEST) foreach ($_REQUEST AS $key => $value) $$key = $value;

The line below the variable being defined is what makes this vulnerable.

Be safe,
/str0ke


  By Date           By Thread  

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