CVE-2002-0931
MyHelpDesk < 2002-05-09 - Cross-Site Scripting via Ticket Title, Description, or ID Parameter
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2002-0931. PoCs published by Ahmet Sabri ALPER.
AI-analyzed exploit summary The provided text describes a vulnerability in MyHelpDesk where HTML injection is possible due to improper sanitization of form fields. This allows attackers to execute arbitrary HTML and script code in the context of the vulnerable site.
Description
Cross-site scripting vulnerabilities in MyHelpDesk 20020509, and possibly other versions, allows remote attackers to execute script as other users via a (1) Title or (2) Description when a new ticket is created by a support assistant, via the "id" parameter to the index.php script with the (3) tickettime, (4) ticketfiles, or (5) updateticketlog operations, or (6) via the update section when a ticket is edited.
Exploits (2)
The provided text describes a vulnerability in MyHelpDesk where HTML injection is possible due to improper sanitization of form fields. This allows attackers to execute arbitrary HTML and script code in the context of the vulnerable site.
The provided text describes a cross-site scripting (XSS) vulnerability in MyHelpDesk, where unsanitized CGI parameters allow execution of arbitrary HTML/JS code. The example demonstrates a simple alert-based XSS payload.