Lucene search
K

Oracle Java SE Java Runtime Environment Multiple Unspecified Vulnerabilities - (Windows)

🗓️ 22 Aug 2012 00:00:00Reported by Copyright (c) 2012 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 56 Views

Oracle Java SE Java Runtime Environment Multiple Unspecified Vulnerabilities on Window

Related
Refs
Code
ReporterTitlePublishedViews
Family
IBM Security Bulletins
Security bulletin: Potential security vulnerabilities in IBM DataQuant with JRE 6
25 Sep 202223:13
ibm
IBM Security Bulletins
Security Bulletin: Tivoli Storage Productivity Center - Oracle CPU February 2012, June 2012
19 Aug 202218:23
ibm
IBM Security Bulletins
Security Bulletin: Potential security vulnerability for the Oracle June 2012 CPU (CVE-2012-1713) shipped with Rational Developer for System z
27 Oct 202016:05
ibm
IBM Security Bulletins
Security Bulletin: Multiple Vulnerabilities in Rational Synergy
22 Dec 202017:41
ibm
IBM Security Bulletins
Security Bulletin: Multiple vulnerabilities in IBM DB2 Performance Expert and IBM InfoSphere Optim Performance Manager due to vulnerabilities in IBM Java Runtime Environment (CVE-2012-1720, CVE-2012-5081).
25 Sep 202220:45
ibm
IBM Security Bulletins
Security Bulletin: Potential security exposure when using IBM InfoSphere Streams due to vulnerabilities in IBM Java SE Version 6 SDK.
25 Sep 202223:13
ibm
IBM Security Bulletins
Potential security vulnerabilities with JavaTM SDKs
17 Jun 201814:07
ibm
IBM Security Bulletins
Security Bulletin: Multiple Vulnerabilities in InfoSphere BigInsights due to vulnerabilities in IBM Java JDK Version 6 (CVE-2012-1717, CVE-2012-1718)
25 Sep 202220:45
ibm
IBM Security Bulletins
Security Bulletin: Vulnerability in IBM InfoSphere Information Server due to issues in IBM Java SDK (CVE-2013-0440, CVE-2013-0443, CVE-2013-0169, CVE-2012-1717, CVE-2012-1718, CVE-2012-5081)
26 Sep 202205:45
ibm
0day.today
Java Applet Field Bytecode Verifier Cache Remote Code Execution
10 Jul 201200:00
zdt
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_oracle_java_se_mult_unspecified_vuln_aug12_win.nasl 7699 2017-11-08 12:10:34Z santu $
#
# Oracle Java SE Java Runtime Environment Multiple Unspecified Vulnerabilities - (Windows)
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (c) 2012 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################

tag_impact = "Successful exploitation allows remote attackers to execute arbitrary code on
  the target system or cause complete denial of service conditions.
  Impact Level: System/Application";
tag_affected = "Oracle Java SE 7 update 4 and earlier, 6 update 32 and earlier,
  5 update 35 and earlier, and 1.4.2_37 and earlier";
tag_insight = "Many unspecified vulnerabilities in the application.";
tag_solution = "Apply the patch from below link
  http://www.oracle.com/technetwork/topics/security/javacpujun2012-1515912.html";
tag_summary = "This host is installed with Oracle Java SE and is prone to multiple
  unspecified vulnerabilities.";

if(description)
{
  script_id(802948);
  script_version("$Revision: 7699 $");
  script_cve_id("CVE-2012-1718", "CVE-2012-1711", "CVE-2012-1713", "CVE-2012-1719",
                "CVE-2012-1720", "CVE-2012-1723");
  script_bugtraq_id(53951, 53949, 53946, 53950, 53956, 53960);
  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_tag(name:"last_modification", value:"$Date: 2017-11-08 13:10:34 +0100 (Wed, 08 Nov 2017) $");
  script_tag(name:"creation_date", value:"2012-08-22 18:44:44 +0530 (Wed, 22 Aug 2012)");
  script_name("Oracle Java SE Java Runtime Environment Multiple Unspecified Vulnerabilities - (Windows)");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/48589");
  script_xref(name : "URL" , value : "http://securitytracker.com/id/1027153");
  script_xref(name : "URL" , value : "http://www.oracle.com/technetwork/topics/security/javacpujun2012-1515912.html");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (c) 2012 Greenbone Networks GmbH");
  script_family("General");
  script_dependencies("gb_java_prdts_detect_win.nasl");
  script_require_keys("Sun/Java/JRE/Win/Ver");
  script_tag(name : "impact" , value : tag_impact);
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "summary" , value : tag_summary);
  script_tag(name:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"VendorFix");
  exit(0);
}


include("version_func.inc");

## Variable Initialization
jreVer = "";

## Get JRE Version from KB
jreVer = get_kb_item("Sun/Java/JRE/Win/Ver");
if(jreVer)
{
  ## Check for Oracle Java SE versions
  if(version_is_less_equal(version:jreVer, test_version:"1.4.2.37") ||
     version_in_range(version:jreVer, test_version:"1.7", test_version2:"1.7.0.4") ||
     version_in_range(version:jreVer, test_version:"1.6", test_version2:"1.6.0.32") ||
     version_in_range(version:jreVer, test_version:"1.5", test_version2:"1.5.0.35")){
    security_message(0);
  }
}

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