ID SOLARIS251_X86_110005.NASL Type nessus Reporter Tenable Modified 2006-11-06T00:00:00
Description
The remote host is missing Sun Security Patch number 110005-02 (Patch-ID# 110005-02).
You should install this patch for your system to be up-to-date.
# @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
#
#
if ( ! defined_func("bn_random") ) exit(0);
include("compat.inc");
if(description)
{
script_id(23087);
script_version ("$Revision: 1.5 $");
name["english"] = "Solaris 2.5.1 (i386) : 110005-02";
script_name(english:name["english"]);
script_set_attribute(attribute:"synopsis", value:
"The remote host is missing a vendor-supplied security patch" );
script_set_attribute(attribute:"description", value:
"The remote host is missing Sun Security Patch number 110005-02
(Patch-ID# 110005-02).
You should install this patch for your system to be up-to-date." );
script_set_attribute(attribute:"solution", value:
"https://getupdates.oracle.com/readme/110005-02" );
script_set_attribute(attribute:"risk_factor", value:"High" );
script_set_attribute(attribute:"plugin_publication_date", value: "2006/11/06");
script_end_attributes();
summary["english"] = "Check for patch 110005-02";
script_summary(english:summary["english"]);
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2006-2011 Tenable Network Security, Inc.");
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.");
include("solaris.inc");
e = solaris_check_patch(release:"5.5.1_x86", arch:"i386", patch:"110005-02", obsoleted_by:"", package:"lib");
if ( e < 0 ) security_hole(0);
{"hash": "7695d8837edd32da18be14c70ee5841ac380b46d1237ac132abeea9b818776d9", "naslFamily": "Solaris Local Security Checks", "id": "SOLARIS251_X86_110005.NASL", "lastseen": "2016-09-26T17:23:46", "viewCount": 0, "hashmap": [{"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "b2950226b0fe333541a518e8e9846058", "key": "description"}, {"hash": "934f3765ccdda1abb4f2f02727970c12", "key": "href"}, {"hash": "dc0b1e8e97e2f90c3a949a195b24148e", "key": "modified"}, {"hash": "be2073bfad5e624acf0f878f09eda795", "key": "naslFamily"}, {"hash": "56765472680401499c79732468ba4340", "key": "objectVersion"}, {"hash": "cd7adf7555f811fa22deff50759e73a0", "key": "pluginID"}, {"hash": "dc0b1e8e97e2f90c3a949a195b24148e", "key": "published"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "cbb81572bee116fdbd015b830addb62c", "key": "sourceData"}, {"hash": "52d4c487c661d5be714df7bb375fe02a", "key": "title"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}], "bulletinFamily": "scanner", "cvss": {"score": 0.0, "vector": "NONE"}, "edition": 1, "history": [], "enchantments": {"score": {"value": 2.1, "vector": "NONE"}, "dependencies": {"references": [], "modified": "2016-09-26T17:23:46"}, "vulnersScore": 2.1}, "type": "nessus", "description": "The remote host is missing Sun Security Patch number 110005-02 (Patch-ID# 110005-02).\n\nYou should install this patch for your system to be up-to-date.", "title": "Solaris 2.5.1 (i386) : 110005-02", "sourceData": "# @DEPRECATED@\n#\n# This script has been deprecated as the associated patch is not\n# currently a recommended security fix.\n#\n# Disabled on 2011/09/17.\n\n#\n# (C) Tenable Network Security\n#\n#\n\nif ( ! defined_func(\"bn_random\") ) exit(0);\n\ninclude(\"compat.inc\");\n\nif(description)\n{\n script_id(23087);\n script_version (\"$Revision: 1.5 $\");\n name[\"english\"] = \"Solaris 2.5.1 (i386) : 110005-02\";\n \n script_name(english:name[\"english\"]);\n \n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote host is missing a vendor-supplied security patch\" );\n script_set_attribute(attribute:\"description\", value:\n\"The remote host is missing Sun Security Patch number 110005-02\n(Patch-ID# 110005-02).\n\nYou should install this patch for your system to be up-to-date.\" );\n script_set_attribute(attribute:\"solution\", value:\n\"https://getupdates.oracle.com/readme/110005-02\" );\n script_set_attribute(attribute:\"risk_factor\", value:\"High\" );\n\n\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2006/11/06\");\n script_end_attributes();\n\n \n summary[\"english\"] = \"Check for patch 110005-02\"; \n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2006-2011 Tenable Network Security, Inc.\");\n family[\"english\"] = \"Solaris Local Security Checks\";\n script_family(english:family[\"english\"]);\n \n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/Solaris/showrev\");\n exit(0);\n}\n\n\n\n# Deprecated.\nexit(0, \"The associated patch is not currently a recommended security fix.\");\n\ninclude(\"solaris.inc\");\n\ne = solaris_check_patch(release:\"5.5.1_x86\", arch:\"i386\", patch:\"110005-02\", obsoleted_by:\"\", package:\"lib\");\n\nif ( e < 0 ) security_hole(0);\n", "objectVersion": "1.2", "cvelist": [], "published": "2006-11-06T00:00:00", "pluginID": "23087", "references": [], "reporter": "Tenable", "modified": "2006-11-06T00:00:00", "href": "https://www.tenable.com/plugins/index.php?view=single&id=23087"}