CVE-2006-4708
Vikingboard 0.1b - Cross-Site Scripting via act and p Parameters
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2006-4708. PoCs published by Hessam-x.
AI-analyzed exploit summary The provided text describes a cross-site scripting (XSS) vulnerability in Vikingboard version 0.1b, where user-supplied input is not properly sanitized. The example URL demonstrates how an attacker could exploit this issue by injecting malicious scripts via the 'p' parameter in report.php.
Description
Multiple cross-site scripting (XSS) vulnerabilities in Vikingboard 0.1b allow remote attackers to inject arbitrary web script or HTML via the (1) act parameter in (a) help.php and (b) search.php, and the (2) p parameter in report.php.
Exploits (2)
The provided text describes a cross-site scripting (XSS) vulnerability in Vikingboard version 0.1b, where user-supplied input is not properly sanitized. The example URL demonstrates how an attacker could exploit this issue by injecting malicious scripts via the 'p' parameter in report.php.
The provided text describes a cross-site scripting (XSS) vulnerability in Vikingboard 0.1b, where user-supplied input via the 'act' parameter in help.php is not properly sanitized. The writeup references a SecurityFocus BID but does not include functional exploit code.