| Reporter | Title | Published | Views | Family All 477 |
|---|---|---|---|---|
| Security Bulletin: Denial of Service Security Exposure with Java causes JRE/JDK hang (CVE-2010-4476) | 10 Sep 202015:43 | – | ibm | |
| CentOS 5 : java-1.6.0-openjdk (CESA-2011:0214) | 15 Apr 201100:00 | – | nessus | |
| CentOS 5 : java-1.6.0-openjdk (CESA-2011:0281) | 15 Apr 201100:00 | – | nessus | |
| CentOS 5 : tomcat5 (CESA-2011:0336) | 15 Apr 201100:00 | – | nessus | |
| IBM DB2 9.7 < Fix Pack 5 Multiple Denial of Service Vulnerabilities | 23 Nov 201100:00 | – | nessus | |
| IBM DB2 9.1 < Fix Pack 11 Multiple DoS | 21 Jun 201200:00 | – | nessus | |
| Debian DSA-2161-1 : openjdk-6 - denial of service | 15 Feb 201100:00 | – | nessus | |
| Debian DSA-2224-1 : openjdk-6 - several vulnerabilities | 21 Apr 201100:00 | – | nessus | |
| Fedora 13 : java-1.6.0-openjdk-1.6.0.0-50.1.8.6.fc13 (2011-1231) | 14 Feb 201100:00 | – | nessus | |
| Fedora 14 : java-1.6.0-openjdk-1.6.0.0-52.1.9.6.fc14 (2011-1263) | 14 Feb 201100:00 | – | nessus |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_macosx_java_10_6_upd_4.nasl 7015 2017-08-28 11:51:24Z teissa $
#
# Java for Mac OS X 10.6 Update 4
#
# Authors:
# Sooraj KS <[email protected]>
#
# Copyright:
# Copyright (c) 2011 SecPod, http://www.secpod.com
#
# 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 may allow an untrusted Java applet to execute
arbitrary code outside the Java sandbox. Visiting a web page containing
a maliciously crafted untrusted Java applet may lead to arbitrary code
execution with the privileges of the current user.
Impact Level: System/Application";
tag_affected = "Java for Mac OS X v10.6.6 and Mac OS X Server v10.6.6";
tag_insight = "For more information on the vulnerabilities refer the below links.";
tag_solution = "Upgrade to Java for Mac OS X 10.6 Update 4,
For updates refer to http://support.apple.com/kb/HT4562";
tag_summary = "This host is missing an important security update according to
Java for Mac OS X 10.6 Update 4.";
if(description)
{
script_id(902557);
script_version("$Revision: 7015 $");
script_tag(name:"last_modification", value:"$Date: 2017-08-28 13:51:24 +0200 (Mon, 28 Aug 2017) $");
script_tag(name:"creation_date", value:"2011-08-29 16:22:41 +0200 (Mon, 29 Aug 2011)");
script_cve_id("CVE-2010-4422", "CVE-2010-4447", "CVE-2010-4448", "CVE-2010-4450",
"CVE-2010-4454", "CVE-2010-4462", "CVE-2010-4463", "CVE-2010-4465",
"CVE-2010-4467", "CVE-2010-4468", "CVE-2010-4469", "CVE-2010-4470",
"CVE-2010-4471", "CVE-2010-4472", "CVE-2010-4473", "CVE-2010-4476");
script_bugtraq_id(46091, 46386, 46387, 46391, 46393, 46394, 46395, 46397,
46398, 46399, 46400, 46402, 46403, 46404, 46406, 46409);
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("Java for Mac OS X 10.6 Update 4");
script_xref(name : "URL" , value : "http://support.apple.com/kb/HT4562");
script_xref(name : "URL" , value : "http://lists.apple.com/archives/security-announce/2011/mar/msg00001.html");
script_copyright("Copyright (c) 2011 SecPod");
script_category(ACT_GATHER_INFO);
script_family("Mac OS X Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_require_ports("Services/ssh", 22);
script_mandatory_keys("ssh/login/osx_name","ssh/login/osx_version");
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:"package");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("pkg-lib-macosx.inc");
include("version_func.inc");
## Get the OS name
osName = get_kb_item("ssh/login/osx_name");
if(!osName){
exit (0);
}
## Get the OS Version
osVer = get_kb_item("ssh/login/osx_version");
if(!osVer){
exit(0);
}
## Check for the Mac OS X and Mac OS X Server
if("Mac OS X" >< osName || "Mac OS X Server" >< osName)
{
## Check the affected OS versions
if(version_is_equal(version:osVer, test_version:"10.6.6"))
{
## Check for the security update
if(isosxpkgvuln(fixed:"com.apple.pkg.JavaForMacOSX10.6Update", diff:"4"))
{
security_message(0);
exit(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