7.5
CVSSv2

CVE-2005-0413

Published: 27/04/2005 Updated: 11/10/2017
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

Multiple SQL injection vulnerabilities in MyPHP Forum 1.0 allow remote malicious users to execute arbitrary SQL commands via (1) the fid in forum.php, (2) the member parameter in member.php, (3) the email parameter in forgot.php, or (4) the nbuser or nbpass parameters in include.php. NOTE: it was later reported that vector 2 exists in 3.0 and previous versions.

Vulnerable Product Search on Vulmon Subscribe to Product

myphp forum myphp forum 3.0

myphp forum myphp forum 2.0

myphp forum myphp forum 1.0

Exploits

/*==========================================*/ // GHC -> MyPHP Forum <- ADVISORY // Product: MyPHP Forum // Version: 10 // URL: wwwmyphpws // VULNERABILITY CLASS: SQL injection /*==========================================*/ [example of exploit] memberphp?action=viewpro&member=nonexist' UNION SELECT uid, username, password, sta ...