ID SOLARIS10_122608.NASL Type nessus Reporter Tenable Modified 2006-11-06T00:00:00
Description
The remote host is missing Sun Security Patch number 122608-07 (Solaris Security Toolkit 4.2).
Date this patch was last updated by Sun : Mon Sep 15 02:34:48 MDT 2008
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(22972);
script_version ("$Revision: 1.15 $");
name["english"] = "Solaris 10 (sparc) : 122608-07";
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 122608-07
(Solaris Security Toolkit 4.2).
Date this patch was last updated by Sun : Mon Sep 15 02:34:48 MDT 2008
You should install this patch for your system to be up-to-date." );
script_set_attribute(attribute:"solution", value:
"https://getupdates.oracle.com/readme/122608-07" );
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 122608-07";
script_summary(english:summary["english"]);
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2008-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.10", arch:"sparc", patch:"122608-07", obsoleted_by:"", package:"SUNWjass", version:"4.2.0");
if ( e < 0 ) {
if ( NASL_LEVEL < 3000 )
security_hole(0);
else
security_hole(port:0, extra:solaris_get_report());
exit(0);
}
{"id": "SOLARIS10_122608.NASL", "bulletinFamily": "scanner", "title": "Solaris 10 (sparc) : 122608-07", "description": "The remote host is missing Sun Security Patch number 122608-07 (Solaris Security Toolkit 4.2).\n\nDate this patch was last updated by Sun : Mon Sep 15 02:34:48 MDT 2008\n\nYou should install this patch for your system to be up-to-date.", "published": "2006-11-06T00:00:00", "modified": "2006-11-06T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/index.php?view=single&id=22972", "reporter": "Tenable", "references": [], "cvelist": [], "type": "nessus", "lastseen": "2016-09-26T17:24:18", "history": [], "edition": 1, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "43b0e5715771d782a2bcdf27d141fc28"}, {"key": "href", "hash": "037cc396a459ee087940b3b889733d26"}, {"key": "modified", "hash": "dc0b1e8e97e2f90c3a949a195b24148e"}, {"key": "naslFamily", "hash": "be2073bfad5e624acf0f878f09eda795"}, {"key": "objectVersion", "hash": "56765472680401499c79732468ba4340"}, {"key": "pluginID", "hash": "129fe3f122a123f2d69ed124459aff58"}, {"key": "published", "hash": "dc0b1e8e97e2f90c3a949a195b24148e"}, {"key": "references", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "reporter", "hash": "9cf00d658b687f030ebe173a0528c567"}, {"key": "sourceData", "hash": "5ff1a1d9b85ab575d4163b1641e1549a"}, {"key": "title", "hash": "9ad2bf927073a4b23f15452b6e5d07b5"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "ad806d02ab63dcf8e3df6584585a9a2e9c4a934623b6567fb2940721559210ad", "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/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(22972);\n script_version (\"$Revision: 1.15 $\");\n name[\"english\"] = \"Solaris 10 (sparc) : 122608-07\";\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 122608-07\n(Solaris Security Toolkit 4.2).\n\nDate this patch was last updated by Sun : Mon Sep 15 02:34:48 MDT 2008\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/122608-07\" );\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 122608-07\"; \n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2008-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.10\", arch:\"sparc\", patch:\"122608-07\", obsoleted_by:\"\", package:\"SUNWjass\", version:\"4.2.0\");\nif ( e < 0 ) { \n\tif ( NASL_LEVEL < 3000 ) \n\t security_hole(0);\n\telse \n\t security_hole(port:0, extra:solaris_get_report());\n\texit(0); \n} \n", "naslFamily": "Solaris Local Security Checks", "pluginID": "22972", "enchantments": {"vulnersScore": 4.0}}