Lucene search

K
openvasCopyright (C) 2010 Greenbone AGOPENVAS:1361412562310800162
HistoryFeb 08, 2010 - 12:00 a.m.

Sun Java System Application Server Cross-Site Tracing Vulnerability

2010-02-0800:00:00
Copyright (C) 2010 Greenbone AG
plugins.openvas.org
15

6.2 Medium

AI Score

Confidence

High

0.003 Low

EPSS

Percentile

69.0%

Sun Java System Application Server is prone to a cross-site tracing vulnerability.

# SPDX-FileCopyrightText: 2010 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

CPE = "cpe:/a:sun:java_system_application_server";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.800162");
  script_version("2023-07-28T16:09:07+0000");
  script_tag(name:"last_modification", value:"2023-07-28 16:09:07 +0000 (Fri, 28 Jul 2023)");
  script_tag(name:"creation_date", value:"2010-02-08 10:53:20 +0100 (Mon, 08 Feb 2010)");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:N/A:N");
  script_cve_id("CVE-2010-0386");

  script_name("Sun Java System Application Server Cross-Site Tracing Vulnerability");

  script_xref(name:"URL", value:"http://www.kb.cert.org/vuls/id/867593");
  script_xref(name:"URL", value:"http://sunsolve.sun.com/search/document.do?assetkey=1-66-200942-1");

  script_tag(name:"qod_type", value:"remote_banner");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("secpod_sun_java_app_serv_detect.nasl");
  script_mandatory_keys("sun_java_appserver/installed");
  script_require_ports("Services/www", 80, 8080);

  script_tag(name:"impact", value:"Successful exploitation lets the attackers to get sensitive information,
such as cookies or authentication data, contained in the HTTP headers.");

  script_tag(name:"affected", value:"Sun Java System Application Server Standard Edition 7 and later updates,
Sun Java System Application Server Standard Edition 7 2004Q2 and later updates");

  script_tag(name:"insight", value:"An error exists while processing HTTP TRACE method and returns contents of
clients HTTP requests in the entity-body of the TRACE response. An attacker can use this behavior to access
sensitive information, such as cookies or authentication data, contained in the HTTP headers of the request.");

  script_tag(name:"summary", value:"Sun Java System Application Server is prone to a cross-site tracing vulnerability.");

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

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

  exit(0);
}

include("host_details.inc");

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

if (!version = get_app_version(cpe: CPE, port: port))
  exit(0);

if (version =~ "^7") {
  if (version =~ "^(7.0|7 2004Q2)") {
    security_message(port);
    exit(0);
  }
}

exit(99);

6.2 Medium

AI Score

Confidence

High

0.003 Low

EPSS

Percentile

69.0%