CVE-2002-1958
kmMail 1.0, 1.0a, 1.0b - Cross-Site Scripting via HTML Attributes or Subject Field
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2002-1958. PoCs published by Ulf Harnhammar.
AI-analyzed exploit summary This exploit demonstrates an XSS vulnerability in kmMail by embedding arbitrary HTML and script code in an email message. The provided PoC uses a simple onMouseOver event to trigger an alert, showcasing the lack of input sanitization.
Description
Cross-site scripting (XSS) vulnerability in kmMail 1.0, 1.0a, and 1.0b allows remote attackers to inject arbitrary web script or HTML via (1) javascript in onmouseover or other attributes in "safe" HTML tags such as the "b" tag, or (2) the Subject field.
Exploits (1)
This exploit demonstrates an XSS vulnerability in kmMail by embedding arbitrary HTML and script code in an email message. The provided PoC uses a simple onMouseOver event to trigger an alert, showcasing the lack of input sanitization.