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: phpLedAds 2.0(dir) File Include
From: Stefano Zanero <s.zanero () securenetwork it>
Date: Wed, 01 Nov 2006 16:26:11 +0100

mahmood ali wrote:
phpLedAds 2.0(dir) File Include

Vulnerable Code:_

click.php & ledad.php & ledad_js.php

In Line 41 :_

require_once($dir . '/ad_class.php');

Right above that:

        $dir = dirname(__FILE__);
        if(empty($dir)) {
                $dir = getcwd( );
        }
        if(empty($dir)) {
                $dir = '.';
        }

So, this is once again a case of LUGCS (Lame Usage of Google Code Search).

Flag as bogus, please...

(Gadi, how right are you...)

Stefano


  By Date           By Thread  

Current thread:
  • Re: phpLedAds 2.0(dir) File Include Stefano Zanero (Nov 01)
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]