6.8
CVSSv2

CVE-2009-1498

Published: 01/05/2009 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

Directory traversal vulnerability in inc/profilemain.php in Game Maker 2k Internet Discussion Boards (iDB) 0.2.5 Pre-Alpha SVN 243 allows remote malicious users to include and execute arbitrary local files via a .. (dot dot) in the skin parameter in a settings action to profile.php.

Vulnerable Product Search on Vulmon Subscribe to Product

idb idb 0.2.5_pre-alpha

Exploits

#!/usr/bin/env # LOTFREE 2009 - lotfreenext-touchcom # Local require() vulnerability in iDB (a PHP/MySQL BBS) # Test on version 025 Pre-Alpha SVN 243 (released March 30, 2009) # # No checks are made on var "skin" in inc/profilemainphp before saving it to database # this value is then require()d in mysqlphp as $_GET['theme'] (global var is ove ...