ID SOLARIS7_X86_108320.NASL Type nessus Reporter Tenable Modified 2011-10-24T00:00:00
Description
SunOS 5.7_x86: /usr/bin/at patch.
Date this patch was last updated by Sun : Jan/27/03
# @DEPRECATED@
#
# This script has been deprecated as the associated patch is not
# currently a recommended security fix.
#
# Disabled on 2011/10/24.
#
#
# (C) Tenable Network Security, Inc.
#
#
if ( ! defined_func("bn_random") ) exit(0);
include("compat.inc");
if(description)
{
script_id(13241);
script_version("$Revision: 1.16 $");
script_name(english: "Solaris 7 (x86) : 108320-03");
script_set_attribute(attribute: "synopsis", value:
"The remote host is missing Sun Security Patch number 108320-03");
script_set_attribute(attribute: "description", value:
'SunOS 5.7_x86: /usr/bin/at patch.
Date this patch was last updated by Sun : Jan/27/03');
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:
"http://download.oracle.com/sunalerts/1000999.1.html");
script_set_attribute(attribute: "risk_factor", value: "Medium");
script_set_attribute(attribute:"plugin_publication_date", value: "2004/07/12");
script_cvs_date("$Date: 2011/10/24 20:59:25 $");
script_end_attributes();
script_summary(english: "Check for patch 108320-03");
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2004-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.7_x86", arch:"i386", patch:"108320-03", obsoleted_by:"", package:"SUNWcsu", version:"11.7.0,REV=1998.10.06.01.22");
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");
{"id": "SOLARIS7_X86_108320.NASL", "bulletinFamily": "scanner", "title": "Solaris 7 (x86) : 108320-03", "description": "SunOS 5.7_x86: /usr/bin/at patch.\nDate this patch was last updated by Sun : Jan/27/03", "published": "2004-07-12T00:00:00", "modified": "2011-10-24T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/index.php?view=single&id=13241", "reporter": "Tenable", "references": ["http://download.oracle.com/sunalerts/1000999.1.html"], "cvelist": [], "type": "nessus", "lastseen": "2016-09-26T17:25:35", "history": [], "edition": 1, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "97c421b2b5a390f7a43d6b6d9047204a"}, {"key": "href", "hash": "189354ad4e625ddb25d630aa1d6676eb"}, {"key": "modified", "hash": "fd287599197297921faa08e60b62a500"}, {"key": "naslFamily", "hash": "be2073bfad5e624acf0f878f09eda795"}, {"key": "objectVersion", "hash": "56765472680401499c79732468ba4340"}, {"key": "pluginID", "hash": "e1241d1b9692c1e9f4ebbf6896f0e33e"}, {"key": "published", "hash": "c70446742cee217528fe32a83df52441"}, {"key": "references", "hash": "40b76e8203c4cdcbef929026b33f8b58"}, {"key": "reporter", "hash": "9cf00d658b687f030ebe173a0528c567"}, {"key": "sourceData", "hash": "74c68ce120008c427c4205781f66b1b9"}, {"key": "title", "hash": "9049125c51af3cdb5465e9ed8db3e70d"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "c6dfc8ffeb0667d770e0c1dfc42d39fb239421ad2dcef745d5b24daa2a7100b3", "viewCount": 0, "objectVersion": "1.2", "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/10/24.\n#\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(13241);\n script_version(\"$Revision: 1.16 $\");\n\n script_name(english: \"Solaris 7 (x86) : 108320-03\");\n script_set_attribute(attribute: \"synopsis\", value:\n\"The remote host is missing Sun Security Patch number 108320-03\");\n script_set_attribute(attribute: \"description\", value:\n'SunOS 5.7_x86: /usr/bin/at patch.\nDate this patch was last updated by Sun : Jan/27/03');\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\"http://download.oracle.com/sunalerts/1000999.1.html\");\n script_set_attribute(attribute: \"risk_factor\", value: \"Medium\");\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2004/07/12\");\n script_cvs_date(\"$Date: 2011/10/24 20:59:25 $\");\n script_end_attributes();\n\n script_summary(english: \"Check for patch 108320-03\");\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2004-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# Deprecated.\nexit(0, \"The associated patch is not currently a recommended security fix.\");\n\n\n\n\ninclude(\"solaris.inc\");\n\ne += solaris_check_patch(release:\"5.7_x86\", arch:\"i386\", patch:\"108320-03\", obsoleted_by:\"\", package:\"SUNWcsu\", version:\"11.7.0,REV=1998.10.06.01.22\");\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", "naslFamily": "Solaris Local Security Checks", "pluginID": "13241", "enchantments": {"vulnersScore": 2.1}}