5
CVSSv2

CVE-2004-1727

Published: 20/08/2004 Updated: 11/07/2017
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

BadBlue 2.5 allows remote malicious users to cause a denial of service (refuse HTTP connections) via a large number of connections from the same IP address.

Vulnerable Product Search on Vulmon Subscribe to Product

working resources inc. badblue 2.50

Exploits

#!/usr/bin/perl ############################################################## # BadBlue v252 Web Server - Multiple Connections DoS POC Code ############################################################## # BadBlue Web Server can not handle many simultaneous connects # from the same host, and will lock up until the connects stop ############# ...