7.5
CVSSv2

CVE-2006-5788

Published: 07/11/2006 Updated: 17/10/2018
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

PHP remote file inclusion vulnerability in (1) index.php and (2) admin/index.php in IPrimal Forums as of 20061105 allows remote malicious users to execute arbitrary PHP code via a URL in the p parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

iprimal iprimal forums

Exploits

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iPrimal Forums Remote File Inclusion Download:ipigrouporg/downloads/forumszip Found by Bl0od3r ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vulnerable Code: #line 126-129 if($_GET['p'] == ''){ echo 'Please select an item from the menu above'; }else{ include($_GET['p']'php'); ~~~~~~~~~~~~~~~~~ ...