Lucene search

K
openvasCopyright (C) 2009 Greenbone AGOPENVAS:1361412562310800384
HistoryApr 23, 2009 - 12:00 a.m.

Sun Java JDK/JRE Multiple Vulnerabilities - Windows

2009-04-2300:00:00
Copyright (C) 2009 Greenbone AG
plugins.openvas.org
11

7.8 High

AI Score

Confidence

High

10 High

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:L/Au:N/C:C/I:C/A:C

0.845 High

EPSS

Percentile

98.5%

Sun Java JDK/JRE is prone to Multiple Vulnerabilities.

# SPDX-FileCopyrightText: 2009 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.800384");
  script_version("2024-02-15T05:05:39+0000");
  script_tag(name:"last_modification", value:"2024-02-15 05:05:39 +0000 (Thu, 15 Feb 2024)");
  script_tag(name:"creation_date", value:"2009-04-23 08:16:04 +0200 (Thu, 23 Apr 2009)");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_cve_id("CVE-2009-1093", "CVE-2009-1094", "CVE-2009-1095", "CVE-2009-1096",
                "CVE-2009-1097", "CVE-2009-1098", "CVE-2009-1099", "CVE-2009-1100",
                "CVE-2009-1101", "CVE-2009-1102", "CVE-2009-1103", "CVE-2009-1104",
                "CVE-2009-1105", "CVE-2009-1106", "CVE-2009-1107");
  script_name("Sun Java JDK/JRE Multiple Vulnerabilities - Windows");
  script_xref(name:"URL", value:"http://secunia.com/advisories/34489");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/34240");
  script_xref(name:"URL", value:"http://rhn.redhat.com/errata/RHSA-2009-0394.html");
  script_xref(name:"URL", value:"http://sunsolve.sun.com/search/document.do?assetkey=1-66-254569-1");
  script_xref(name:"URL", value:"http://lists.opensuse.org/opensuse-security-announce/2009-04/msg00001.html");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Denial of Service");
  script_dependencies("gb_java_prdts_detect_portable_win.nasl");
  script_mandatory_keys("Sun/Java/JRE/Win/Ver");
  script_tag(name:"impact", value:"Successful exploitation allows remote attacker to cause XSS, arbitrary code
  execution, various buffer overflows, bypass security restrictions and can
  cause denial of service attacks inside the context of the affected system.");
  script_tag(name:"affected", value:"Sun Java JRE 6 Update 12 and prior.

  Sun Java JRE 5.0 Update 17 and prior.

  Sun Java JRE 1.4.2_19 and prior.

  Sun Java JRE 1.3.1_24 and prior.");
  script_tag(name:"insight", value:"For more information about vulnerabilities on Sun Java go through reference.");
  script_tag(name:"solution", value:"Upgrade to JRE version 6 Update 13

  Upgrade to JRE version 5 Update 18

  Upgrade to JRE version 1.4.2_20

  Upgrade to JRE version 1.3.1_25.");
  script_tag(name:"summary", value:"Sun Java JDK/JRE is prone to Multiple Vulnerabilities.");
  script_tag(name:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"VendorFix");
  exit(0);
}

include("version_func.inc");

jreVer = get_kb_item("Sun/Java/JRE/Win/Ver");
if(!jreVer)
  exit(0);

if(jreVer)
{
  # and 1.6 < 1.6.0_13 (6 Update 13)
  if(version_in_range(version:jreVer, test_version:"1.3", test_version2:"1.3.1.24") ||
     version_in_range(version:jreVer, test_version:"1.4", test_version2:"1.4.2.19") ||
     version_in_range(version:jreVer, test_version:"1.5", test_version2:"1.5.0.17") ||
     version_in_range(version:jreVer, test_version:"1.6", test_version2:"1.6.0.12")) {
    security_message( port: 0, data: "The target host was found to be vulnerable" );
  }
}

7.8 High

AI Score

Confidence

High

10 High

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:L/Au:N/C:C/I:C/A:C

0.845 High

EPSS

Percentile

98.5%