CVE-2006-3061
five_star_review_script - Cross-Site Scripting via Multiple Parameters
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2006-3061. PoCs published by Luny.
AI-analyzed exploit summary This exploit demonstrates an XSS vulnerability in Five Star Review Script by injecting malicious script tags via the 'id' and 'item_id' parameters. The payload bypasses input validation to execute arbitrary JavaScript in the context of the affected site.
Description
Multiple cross-site scripting (XSS) vulnerabilities in 5 Star Review allow remote attackers to inject arbitrary web script or HTML via the (1) sort parameter in index2.php, (2) item_id parameter in report.php, (3) search_term parameter (aka the "search box") in search_reviews.php, (4) the profile field in usercp/profile_edit1.php, and the (5) review field in review_form.php.
Exploits (2)
This exploit demonstrates an XSS vulnerability in Five Star Review Script by injecting malicious script tags via the 'id' and 'item_id' parameters. The payload bypasses input validation to execute arbitrary JavaScript in the context of the affected site.
This exploit demonstrates an XSS vulnerability in Five Star Review Script by injecting malicious JavaScript via the 'sort' parameter. The payload is URL-encoded and leverages improper input sanitization to execute arbitrary script code in the context of the affected site.