CVE-2006-2491
BoastMachine < 3.1 - Cross-Site Scripting via PHP_SELF Query String
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2006-2491. PoCs published by Yunus Emre Yilmaz.
AI-analyzed exploit summary The provided text describes a cross-site scripting (XSS) vulnerability in BoastMachine 3.1, where user-supplied input is not properly sanitized. The example URL demonstrates a basic XSS payload that triggers an alert dialog.
Description
Cross-site scripting (XSS) vulnerability in (1) index.php and (2) bmc/admin.php in BoastMachine (bMachine) 3.1 and earlier allows remote attackers to inject arbitrary web script or HTML via the query string, which is not properly filtered when it is accessed using the $_SERVER["PHP_SELF"] variable.
Exploits (1)
The provided text describes a cross-site scripting (XSS) vulnerability in BoastMachine 3.1, where user-supplied input is not properly sanitized. The example URL demonstrates a basic XSS payload that triggers an alert dialog.