Lucene search

K
nessusThis script is Copyright (C) 2008-2021 and is owned by Tenable, Inc. or an Affiliate thereof.SOLARIS10_X86_126357.NASL
HistoryJan 18, 2008 - 12:00 a.m.

Solaris 5.10 (x86) : 126357-03

2008-01-1800:00:00
This script is Copyright (C) 2008-2021 and is owned by Tenable, Inc. or an Affiliate thereof.
www.tenable.com
18

EPSS

0.881

Percentile

98.7%

Sun Java System Access Manager 7.1 Solaris_x86.
Date this patch was last updated by Sun : Jun/19/09

#%NASL_MIN_LEVEL 70300

# @DEPRECATED@
#
# This script has been deprecated as the associated patch is not
# currently a recommended security fix.
#
# Disabled on 2011/09/17.

#
# (C) Tenable Network Security, Inc.
#
#

if ( ! defined_func("bn_random") ) exit(0);
include('deprecated_nasl_level.inc');
include('compat.inc');

if(description)
{
 script_id(30010);
 script_version("1.16");

 script_name(english: "Solaris 5.10 (x86) : 126357-03");
 script_cve_id("CVE-2008-3529", "CVE-2008-4225", "CVE-2008-4226", "CVE-2009-2268", "CVE-2009-2712", "CVE-2009-2713");
 script_set_attribute(attribute: "synopsis", value:
"The remote host is missing Sun Security Patch number 126357-03");
 script_set_attribute(attribute: "description", value:
'Sun Java System Access Manager 7.1 Solaris_x86.
Date this patch was last updated by Sun : Jun/19/09');
 script_set_attribute(attribute: "solution", value:
"You should install this patch for your system to be up-to-date.");
 script_set_attribute(attribute: "see_also", value:
"https://getupdates.oracle.com/readme/126357-03");
 script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
 script_cwe_id(264);
 script_set_attribute(attribute:"plugin_publication_date", value: "2008/01/18");
 script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/14");
 script_end_attributes();

 script_summary(english: "Check for patch 126357-03");
 script_category(ACT_GATHER_INFO);
 script_copyright(english:"This script is Copyright (C) 2008-2021 and is owned by Tenable, Inc. or an Affiliate thereof.");
 family["english"] = "Solaris Local Security Checks";
 script_family(english:family["english"]);
 
 script_dependencies("ssh_get_info.nasl");
 script_require_keys("Host/Solaris/showrev");
 exit(0);
}



# Deprecated.
exit(0, "The associated patch is not currently a recommended security fix.");