6.8
CVSSv2

CVE-2007-5995

Published: 15/11/2007 Updated: 29/09/2017
CVSS v2 Base Score: 6.8 | Impact Score: 6.4 | Exploitability Score: 8.6
VMScore: 685
Vector: AV:N/AC:M/Au:N/C:P/I:P/A:P

Vulnerability Summary

PHP remote file inclusion vulnerability in examples/patExampleGen/bbcodeSource.php in patBBcode 1.0 allows remote malicious users to execute arbitrary PHP code via a URL in the example parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

php-tools patbbcode 1.0

Exploits

Link to download: wwwphp-toolsnet/sitephp?file=patBBCode/overviewxml Vuln file: examples\patExampleGen\bbcodeSourcephp 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( ' ...