7.8
CVSSv2

CVE-2007-2506

Published: 04/05/2007 Updated: 16/10/2018
CVSS v2 Base Score: 7.8 | Impact Score: 6.9 | Exploitability Score: 10
VMScore: 785
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:C

Vulnerability Summary

WebSpeed 3.x in OpenEdge 10.x in Progress Software Progress 9.1e, and certain other 9.x versions, allows remote malicious users 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.

Vulnerable Product Search on Vulmon Subscribe to Product

progress webspeed 3.1a

progress webspeed 3.1d

progress progress 9.1e

progress webspeed 3.0

progress webspeed 3.1e

Exploits

//source: wwwsecurityfocuscom/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 "ULPOW\n"; ...