Lucene search
+L

Juniper Networks Junos OS DoS Vulnerability (CVE-2004-0468)

🗓️ 13 Jul 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 30 Views

Juniper Networks Junos OS DoS Vulnerability (CVE-2004-0468) Memory leak in Packet Forwarding Engine allows remote attackers to cause denial of service via certain IPv6 packets. The flaw could allow memory exhaustion and device reboots

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2004-0468
8 Jul 200404:00
cve
cvelist
Cvelist
CVE-2004-0468
8 Jul 200404:00
cvelist
euvd
EUVD
EUVD-2004-0467
7 Oct 202500:30
euvd
nvd
NVD
CVE-2004-0468
6 Dec 200405:00
nvd
cert
CERT
Juniper JUNOS Packet Forwarding Engine (PFE) IPv6 memory leak
30 Jun 200400:00
cert
# SPDX-FileCopyrightText: 2011 Greenbone AG
# 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.96209");
  script_version("2026-04-24T06:23:04+0000");
  script_tag(name:"last_modification", value:"2026-04-24 06:23:04 +0000 (Fri, 24 Apr 2026)");
  script_tag(name:"creation_date", value:"2011-07-13 11:48:37 +0200 (Wed, 13 Jul 2011)");
  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_tag(name:"qod_type", value:"package");

  script_cve_id("CVE-2004-0468");

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

  script_name("Juniper Networks Junos OS DoS Vulnerability (CVE-2004-0468)");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2011 Greenbone AG");
  script_family("JunOS Local Security Checks");
  script_dependencies("gb_juniper_junos_consolidation.nasl");
  script_mandatory_keys("juniper/junos/detected");

  script_tag(name:"summary", value:"Memory leak in Juniper JUNOS Packet Forwarding Engine (PFE)
  allows remote attackers to cause a denial of service (DoS) via certain IPv6 packets.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"impact", value:"The flaw could allow memory exhaustion and device reboots.");

  script_tag(name:"solution", value:"See the referenced vendor advisory for a solution.");

  exit(0);
}

build = get_kb_item("juniper/junos/build");
if (!build) exit(0);

val = split(build, sep:" ", keep:FALSE);
val = split(val[0], sep:"-", keep:FALSE);

if (val[0] <= 2004) {
  if (val[1] < 6) {
    security_message(port:0);
    exit(0);
  }

  else if (val[1] = 6 && val[2] <= 19) {
    security_message(port:0);
    exit(0);
  }
}

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