header-logo
Suggest Exploit
vendor:
Snitz Forum
by:
Unknown
7.5
CVSS
HIGH
Cross-Site Scripting
79
CWE
Product Name: Snitz Forum
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE: a:snitz:snitz_forum
Metasploit:
Other Scripts:
Platforms Tested: Unknown
Unknown

Cross-Site Scripting Vulnerability in Snitz Forum

The Snitz Forum is vulnerable to a cross-site scripting (XSS) vulnerability. This vulnerability is caused by a lack of proper input sanitization in the application. An attacker can exploit this vulnerability by injecting arbitrary script code into the affected site, which can lead to the execution of malicious code in the browser of unsuspecting users. This can result in the theft of authentication credentials and other attacks.

Mitigation:

To mitigate this vulnerability, it is recommended to implement proper input validation and sanitization techniques in the Snitz Forum application. Additionally, users should be cautious when visiting untrusted websites or clicking on suspicious links.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/15241/info

Snitz Forum is prone to a cross-site scripting vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input.

An attacker may leverage this issue to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site. This may facilitate the theft of cookie-based authentication credentials as well as other attacks. 

http://www.example.com/post.asp?method=Topic&FORUM_ID=1&CAT_ID=1&Forum_Title=General+chat&type="><script>alert("PWND")</script>