| Reporter | Title | Published | Views | Family All 59 |
|---|---|---|---|---|
| CVE-2009-3866 | 5 Nov 200916:00 | – | cve | |
| CVE-2009-3886 | 9 Nov 200919:00 | – | cve | |
| CVE-2009-3866 | 5 Nov 200916:00 | – | cvelist | |
| CVE-2009-3886 | 9 Nov 200919:00 | – | cvelist | |
| EUVD-2009-3837 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2009-3857 | 7 Oct 202500:30 | – | euvd | |
| GLSA-200911-02 : Sun JDK/JRE: Multiple vulnerabilities | 18 Nov 200900:00 | – | nessus | |
| Mac OS X : Java for Mac OS X 10.5 Update 6 | 4 Dec 200900:00 | – | nessus | |
| Mac OS X : Java for Mac OS X 10.6 Update 1 | 4 Dec 200900:00 | – | nessus | |
| RHEL 4 / 5 : java-1.6.0-sun (RHSA-2009:1560) | 10 Nov 200900:00 | – | nessus |
| Source | Link |
|---|---|
| secunia | www.secunia.com/advisories/37231 |
| java | www.java.sun.com/javase/6/webnotes/6u17.html |
| sunsolve | www.sunsolve.sun.com/search/document.do |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_sun_java_jre_code_exe_vuln_lin.nasl 7699 2017-11-08 12:10:34Z santu $
#
# Sun Java JRE Remote Code Execution Vulnerability (Linux)
#
# Authors:
# Nikita MR <[email protected]>
#
# Copyright:
# Copyright (c) 2009 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 in
the context of the affected application.
Impact Level: Application.";
tag_affected = "Sun Java JRE 6 prior to 6 Update 17 on Linux.";
tag_insight = "- An error occurs while using security model permissions when removing
installer extensions and may allow an untrusted applications to run
as a trusted application.
- An error occurs while handling interaction between a signed JAR file
and a JNLP application or applet.";
tag_solution = "Upgrade to JRE version 6 Update 17
http://java.sun.com/javase/downloads/index.jsp";
tag_summary = "This host is installed with Sun Java JRE and is prone to Remote
Code Execution Vulnerability.";
if(description)
{
script_id(800978);
script_version("$Revision: 7699 $");
script_tag(name:"last_modification", value:"$Date: 2017-11-08 13:10:34 +0100 (Wed, 08 Nov 2017) $");
script_tag(name:"creation_date", value:"2009-11-13 15:48:12 +0100 (Fri, 13 Nov 2009)");
script_tag(name:"cvss_base", value:"9.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
script_cve_id("CVE-2009-3866", "CVE-2009-3886");
script_bugtraq_id(36881);
script_name("Sun Java JRE Remote Code Execution Vulnerability (Linux)");
script_xref(name : "URL" , value : "http://secunia.com/advisories/37231");
script_xref(name : "URL" , value : "http://java.sun.com/javase/6/webnotes/6u17.html");
script_xref(name : "URL" , value : "http://sunsolve.sun.com/search/document.do?assetkey=1-66-269870-1");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
script_family("General");
script_dependencies("gb_java_prdts_detect_lin.nasl");
script_require_keys("Sun/Java/JRE/Linux/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:"executable_version");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("version_func.inc");
jreVer = get_kb_item("Sun/Java/JRE/Linux/Ver");
if(!jreVer){
exit(0);
}
if(jreVer)
{
# Check for 1.6 < 1.6.0_17 (6 Update 17)
if(version_in_range(version:jreVer, test_version:"1.6", test_version2:"1.6.0.16")){
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