Lucene search
+L

Jetty < 4.2.19 DoS Vulnerability

🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2005 Westpoint LimitedType 
openvas
 openvas
🔗 plugins.openvas.org👁 22 Views

Jetty < 4.2.19 DoS Vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
Jetty < 4.2.19 HttpRequest.java Content-Length DoS
17 Mar 200500:00
nessus
Tenable Nessus
Jetty < 4.2.19 HTTP Server HttpRequest.java Content-Length Handling Remote Overflow DoS
17 Mar 200500:00
nessus
CVE
CVE-2004-2381
16 Aug 200504:00
cve
Cvelist
CVE-2004-2381
16 Aug 200504:00
cvelist
EUVD
EUVD-2022-1793
3 Oct 202520:07
euvd
Github Security Blog
Jetty HTTP Server Denial of Service vulnerability
29 Apr 202203:01
github
NVD
CVE-2004-2381
31 Dec 200405:00
nvd
OpenVAS
Jetty < 4.2.19 Denial of Service
3 Nov 200500:00
openvas
OSV
GHSA-P5RR-Q5G6-GM42 Jetty HTTP Server Denial of Service vulnerability
29 Apr 202203:01
osv
Veracode
Denial Of Service (DoS)
13 Nov 201807:20
veracode
Rows per page
SourceLink
securityfocuswww.securityfocus.com/bid/9917
# SPDX-FileCopyrightText: 2005 Westpoint Limited
# 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.17348");
  script_version("2024-06-11T05:05:40+0000");
  script_tag(name:"last_modification", value:"2024-06-11 05:05:40 +0000 (Tue, 11 Jun 2024)");
  script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
  script_cve_id("CVE-2004-2381");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/9917");
  script_xref(name:"OSVDB", value:"4387");
  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_name("Jetty < 4.2.19 DoS Vulnerability");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2005 Westpoint Limited");
  script_family("Denial of Service");
  script_dependencies("gb_jetty_http_detect.nasl");
  script_mandatory_keys("jetty/detected");

  script_tag(name:"solution", value:"Update to the latest available version.");

  script_tag(name:"summary", value:"Jetty is prone to an unspecified denial of service (DoS)
  vulnerability.");

  script_tag(name:"affected", value:"Jetty versions prior to 4.2.19.");

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

  exit(0);
}

CPE = "cpe:/a:eclipse:jetty";

include( "host_details.inc" );
include( "version_func.inc" );

if( ! port = get_app_port( cpe: CPE ) )
  exit( 0 );

if( ! infos = get_app_version_and_location( cpe: CPE, port: port, exit_no_version: TRUE ) )
  exit( 0 );

version = infos["version"];
location = infos["location"];

if( version_is_less( version: version, test_version: "4.2.19" ) ) {
  report = report_fixed_ver( installed_version: version, fixed_version: "4.2.19", install_path: location );
  security_message( data: report, port: port );
  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

11 Jun 2024 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 25
EPSS0.01801
22