ID SOLARIS8_X86_109042.NASL Type nessus Reporter Tenable Modified 2009-04-23T00:00:00
Description
SunOS 5.8_x86: sockfs patch.
Date this patch was last updated by Sun : May/22/01
# @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(37173);
script_version("$Revision: 1.3 $");
script_name(english: "Solaris 8 (x86) : 109042-04");
script_set_attribute(attribute: "synopsis", value:
"The remote host is missing Sun Security Patch number 109042-04");
script_set_attribute(attribute: "description", value:
'SunOS 5.8_x86: sockfs patch.
Date this patch was last updated by Sun : May/22/01');
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/109042-04");
script_set_attribute(attribute: "risk_factor", value: "Medium");
script_set_attribute(attribute:"plugin_publication_date", value: "2009/04/23");
script_end_attributes();
script_summary(english: "Check for patch 109042-04");
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2010-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:"109042-04", obsoleted_by:"108529-09 ", package:"SUNWcsr", version:"11.8.0,REV=2000.01.08.18.17");
e += solaris_check_patch(release:"5.8_x86", arch:"i386", patch:"109042-04", obsoleted_by:"108529-09 ", package:"SUNWhea", 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": "2009-04-23T00:00:00", "id": "SOLARIS8_X86_109042.NASL", "cvss": {"score": 0.0, "vector": "NONE"}, "enchantments": {"score": {"value": -0.0, "vector": "NONE", "modified": "2016-09-26T17:23:04", "rev": 2}, "dependencies": {"references": [], "modified": "2016-09-26T17:23:04", "rev": 2}, "vulnersScore": -0.0}, "description": "SunOS 5.8_x86: sockfs patch.\nDate this patch was last updated by Sun : May/22/01", "type": "nessus", "pluginID": "37173", "lastseen": "2016-09-26T17:23:04", "edition": 1, "title": "Solaris 8 (x86) : 109042-04", "href": "https://www.tenable.com/plugins/index.php?view=single&id=37173", "modified": "2009-04-23T00:00:00", "bulletinFamily": "scanner", "viewCount": 0, "cvelist": [], "references": ["https://getupdates.oracle.com/readme/109042-04"], "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(37173);\n script_version(\"$Revision: 1.3 $\");\n\n script_name(english: \"Solaris 8 (x86) : 109042-04\");\n script_set_attribute(attribute: \"synopsis\", value:\n\"The remote host is missing Sun Security Patch number 109042-04\");\n script_set_attribute(attribute: \"description\", value:\n'SunOS 5.8_x86: sockfs patch.\nDate this patch was last updated by Sun : May/22/01');\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/109042-04\");\n script_set_attribute(attribute: \"risk_factor\", value: \"Medium\");\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2009/04/23\");\n script_end_attributes();\n\n script_summary(english: \"Check for patch 109042-04\");\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2010-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:\"109042-04\", obsoleted_by:\"108529-09 \", package:\"SUNWcsr\", version:\"11.8.0,REV=2000.01.08.18.17\");\ne += solaris_check_patch(release:\"5.8_x86\", arch:\"i386\", patch:\"109042-04\", obsoleted_by:\"108529-09 \", package:\"SUNWhea\", 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"}