ID SOLARIS8_X86_110663.NASL Type nessus Reporter Tenable Modified 2011-09-18T00:00:00
Description
SunOS 5.8_x86: ksh patch.
Date this patch was last updated by Sun : Apr/06/11
# @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("compat.inc");
if(description)
{
script_id(53330);
script_version("$Revision: 1.2 $");
script_name(english: "Solaris 8 (x86) : 110663-26");
script_set_attribute(attribute: "synopsis", value:
"The remote host is missing Sun Security Patch number 110663-26");
script_set_attribute(attribute: "description", value:
'SunOS 5.8_x86: ksh patch.
Date this patch was last updated by Sun : Apr/06/11');
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/110663-26");
script_set_attribute(attribute: "risk_factor", value: "Medium");
script_set_attribute(attribute:"plugin_publication_date", value:"2011/04/08");
script_cvs_date("$Date: 2011/09/18 01:29:19 $");
script_end_attributes();
script_summary(english: "Check for patch 110663-26");
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 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.8_x86", arch:"i386", patch:"110663-26", obsoleted_by:"", package:"SUNWcsu", version:"11.8.0,REV=2000.01.08.18.17");
e += solaris_check_patch(release:"5.8_x86", arch:"i386", patch:"110663-26", obsoleted_by:"", package:"SUNWxcu4", version:"11.8.0,REV=2000.01.08.18.17");
if ( e < 0 ) {
if ( NASL_LEVEL < 3000 )
security_warning(0);
else
security_warning(port:0, extra:solaris_get_report());
exit(0);
}
exit(0, "Host is not affected");
{"published": "2011-04-08T00:00:00", "id": "SOLARIS8_X86_110663.NASL", "cvss": {"score": 0.0, "vector": "NONE"}, "history": [], "enchantments": {"score": {"value": 0.1, "vector": "NONE", "modified": "2016-09-26T17:26:03"}, "dependencies": {"references": [], "modified": "2016-09-26T17:26:03"}, "vulnersScore": 0.1}, "hash": "27c767dab2bc588cebbb3a757fd8d6a7a58aef89cc58eb069deea481524c4ded", "description": "SunOS 5.8_x86: ksh patch.\nDate this patch was last updated by Sun : Apr/06/11", "type": "nessus", "pluginID": "53330", "lastseen": "2016-09-26T17:26:03", "edition": 1, "title": "Solaris 8 (x86) : 110663-26", "href": "https://www.tenable.com/plugins/index.php?view=single&id=53330", "modified": "2011-09-18T00:00:00", "bulletinFamily": "scanner", "viewCount": 0, "cvelist": [], "references": ["https://getupdates.oracle.com/readme/110663-26"], "naslFamily": "Solaris Local Security Checks", "reporter": "Tenable", "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, Inc.\n#\n#\n\nif ( ! defined_func(\"bn_random\") ) exit(0);\ninclude(\"compat.inc\");\n\nif(description)\n{\n script_id(53330);\n script_version(\"$Revision: 1.2 $\");\n\n script_name(english: \"Solaris 8 (x86) : 110663-26\");\n script_set_attribute(attribute: \"synopsis\", value:\n\"The remote host is missing Sun Security Patch number 110663-26\");\n script_set_attribute(attribute: \"description\", value:\n'SunOS 5.8_x86: ksh patch.\nDate this patch was last updated by Sun : Apr/06/11');\n script_set_attribute(attribute: \"solution\", value:\n\"You should install this patch for your system to be up-to-date.\");\n script_set_attribute(attribute: \"see_also\", value:\n\"https://getupdates.oracle.com/readme/110663-26\");\n script_set_attribute(attribute: \"risk_factor\", value: \"Medium\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/04/08\");\n script_cvs_date(\"$Date: 2011/09/18 01:29:19 $\");\n script_end_attributes();\n\n script_summary(english: \"Check for patch 110663-26\");\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 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.8_x86\", arch:\"i386\", patch:\"110663-26\", obsoleted_by:\"\", package:\"SUNWcsu\", version:\"11.8.0,REV=2000.01.08.18.17\");\ne += solaris_check_patch(release:\"5.8_x86\", arch:\"i386\", patch:\"110663-26\", obsoleted_by:\"\", package:\"SUNWxcu4\", version:\"11.8.0,REV=2000.01.08.18.17\");\nif ( e < 0 ) { \n\tif ( NASL_LEVEL < 3000 ) \n\t security_warning(0);\n\telse \n\t security_warning(port:0, extra:solaris_get_report());\n\texit(0); \n} \nexit(0, \"Host is not affected\");\n", "hashmap": [{"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "8e556d84faef84df648853cd0cbca91c", "key": "description"}, {"hash": "9fee320271fdc1b275f86ebe0f6bf54c", "key": "href"}, {"hash": "a46c7048ca1e6535e4b19ccef6bc975e", "key": "modified"}, {"hash": "be2073bfad5e624acf0f878f09eda795", "key": "naslFamily"}, {"hash": "56765472680401499c79732468ba4340", "key": "objectVersion"}, {"hash": "888543d1af6e727f62bc59b2c4c03ea9", "key": "pluginID"}, {"hash": "6d0d2a02f1f717372e82993cd1acb23f", "key": "published"}, {"hash": "b736aa38da078ba3216b13320923a7f5", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "d2abe1959d3a1a336ceb4082c617b980", "key": "sourceData"}, {"hash": "0608c31b969ef6ff5657499db3219f84", "key": "title"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}], "objectVersion": "1.2"}