CVE-2009-4433
iSupport < 1.8 - Cross-Site Scripting via Multiple Parameters
Title source: llmExploitation Summary
EIP tracks 3 public exploits for CVE-2009-4433. PoCs published by Stink & Essandre.
AI-analyzed exploit summary This is a writeup detailing XSS and LFI vulnerabilities in iSupport <= 1.8. It provides URLs for exploitation but does not include executable exploit code.
Description
Multiple cross-site scripting (XSS) vulnerabilities in IDevSpot iSupport 1.8 and earlier allow remote attackers to inject arbitrary web script or HTML via the (a) 5 or (b) 9 field in a post action to ticket_function.php, reachable through ticket_submit.php and index.php; (c) the which parameter to function.php, or (d) the which parameter to index.php, related to knowledgebase_list.php. NOTE: some of these details are obtained from third party information.
Exploits (3)
This is a writeup detailing XSS and LFI vulnerabilities in iSupport <= 1.8. It provides URLs for exploitation but does not include executable exploit code.
The provided text describes a cross-site scripting (XSS) vulnerability in iDevSpot iSupport 1.8 and prior versions. It includes a proof-of-concept URL demonstrating the XSS exploit via unsanitized user input in the 'which' parameter.
This exploit demonstrates a cross-site scripting (XSS) vulnerability in iDevSpot iSupport by injecting a JavaScript alert into the 'which' parameter of the URL. The vulnerability arises due to insufficient input sanitization.