Lucene search

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

Sun Java JRE Multiple Vulnerabilities - Linux

2010-04-2300:00:00
Copyright (C) 2010 Greenbone AG
plugins.openvas.org
15

7.7 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.931 High

EPSS

Percentile

99.0%

Sun Java Deployment Toolkit is prone to multiple vulnerabilities.

# 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.902168");
  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:"2010-04-23 17:57:39 +0200 (Fri, 23 Apr 2010)");
  script_cve_id("CVE-2010-0886", "CVE-2010-0887", "CVE-2010-1423");
  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_name("Sun Java JRE Multiple Vulnerabilities - Linux");

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

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_family("General");
  script_dependencies("gb_java_prdts_detect_lin.nasl");
  script_mandatory_keys("Sun/Java/JRE/Linux/Ver");
  script_tag(name:"impact", value:"Successful exploitation allows execution of arbitrary code by tricking a user
  into visiting a malicious web page.");
  script_tag(name:"affected", value:"Sun Java version 6 Update 19 and prior on Linux.");
  script_tag(name:"insight", value:"The flaws are due to an input validation error in 'JRE' that does not
  properly validate arguments supplied via 'javaw.exe' before being passed to
  a 'CreateProcessA' call, which could allow remote attackers to automatically
  download and execute a malicious JAR file hosted on a network.");
  script_tag(name:"solution", value:"Upgrade to Sun Java version 6 Update 20.");
  script_tag(name:"summary", value:"Sun Java Deployment Toolkit is prone to multiple vulnerabilities.");
  script_xref(name:"URL", value:"http://www.kb.cert.org/vuls/id/886582");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/39492");
  script_xref(name:"URL", value:"http://www.vupen.com/english/advisories/2010/0853");
  script_xref(name:"URL", value:"http://lists.grok.org.uk/pipermail/full-disclosure/2010-April/074036.html");
  script_xref(name:"URL", value:"http://www.reversemode.com/index.php?option=com_content&task=view&id=67&Itemid=1");
  script_xref(name:"URL", value:"http://java.sun.com/javase/6/");
  exit(0);
}

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

jreVer = get_app_version(cpe:"cpe:/a:sun:jre");
if(jreVer)
{
  if(version_in_range(version:jreVer, test_version:"1.6", test_version2:"1.6.0.19")){
     report = report_fixed_ver(installed_version:jreVer, vulnerable_range:"1.6 - 1.6.0.19");
     security_message(port: 0, data: report);
  }
}

7.7 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.931 High

EPSS

Percentile

99.0%