CVE-2008-6437
PHPFreeForum < 1.0 - Cross-Site Scripting via Error Message or Menu Parameters
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2008-6437. PoCs published by tan_prathan.
AI-analyzed exploit summary The provided text describes a cross-site scripting (XSS) vulnerability in phpFreeForum, where user-supplied input is not properly sanitized. The example URL demonstrates how an attacker could inject arbitrary script code via the 'message' parameter in the error.php page.
Description
Multiple cross-site scripting (XSS) vulnerabilities in PHPFreeForum 1.0 RC2 and earlier allow remote attackers to inject arbitrary web script or HTML via the (1) message parameter to error.php, and the (2) nickname and (3) randomid parameters to part/menu.php.
Exploits (2)
The provided text describes a cross-site scripting (XSS) vulnerability in phpFreeForum, where user-supplied input is not properly sanitized. The example URL demonstrates how an attacker could inject arbitrary script code via the 'message' parameter in the error.php page.
The provided text describes a cross-site scripting (XSS) vulnerability in phpFreeForum, where user-supplied input via the 'nickname' and 'randomid' parameters in menu.php is not properly sanitized. This allows arbitrary script execution in the context of the affected site.