CVE-2009-4554
Snitz Forums 2000 3.4.07 - Cross-Site Scripting via IMG or Sound Tag Onload Attribute
Title source: llmExploitation Summary
EIP tracks 3 public exploits for CVE-2009-4554. PoCs published by Andrea Fabrizi.
AI-analyzed exploit summary This exploit demonstrates a cross-site scripting (XSS) vulnerability in Snitz Forums 2000 by injecting malicious JavaScript code via the [sound] BBCode tag. The payload executes an alert with the user's cookies, proving arbitrary script execution in the context of the affected site.
Description
Multiple cross-site scripting (XSS) vulnerabilities in Snitz Forums 2000 3.4.07 allow remote attackers to inject arbitrary web script or HTML via (1) the url parameter to pop_send_to_friend.asp, related to a crafted onload attribute of an IMG element; or (2) an onload attribute in a sound tag.
Exploits (3)
This exploit demonstrates a cross-site scripting (XSS) vulnerability in Snitz Forums 2000 by injecting malicious JavaScript code via the [sound] BBCode tag. The payload executes an alert with the user's cookies, proving arbitrary script execution in the context of the affected site.
This exploit demonstrates a cross-site scripting (XSS) vulnerability in Snitz Forums 2000 by injecting malicious JavaScript code via the 'url' parameter in the 'pop_send_to_friend.asp' page. The payload triggers an alert with the document cookie, proving the vulnerability.
This exploit demonstrates multiple XSS vulnerabilities in Snitz Forums 2000 version 3.4.07, including persistent XSS via the [sound] tag and reflected XSS via a crafted URL. The PoC uses simple JavaScript payloads to trigger alerts with document.cookie.