ID SOLARIS8_113201.NASL Type nessus Reporter Tenable Modified 2011-09-18T00:00:00
Description
VxVM 3.2: general patch for Solaris 2.6, 7, and 8.
Date this patch was last updated by Sun : Mar/03/04
# @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(24982);
script_version("$Revision: 1.10 $");
script_name(english: "Solaris 5.8 (sparc) : 113201-05");
script_set_attribute(attribute: "synopsis", value:
"The remote host is missing Sun Security Patch number 113201-05");
script_set_attribute(attribute: "description", value:
'VxVM 3.2: general patch for Solaris 2.6, 7, and 8.
Date this patch was last updated by Sun : Mar/03/04');
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/113201-05");
script_set_attribute(attribute: "risk_factor", value: "Medium");
script_set_attribute(attribute: "patch_publication_date", value: "2004/03/03");
script_set_attribute(attribute: "cpe", value: "cpe:/o:sun:solaris");
script_set_attribute(attribute: "plugin_type", value: "local");
script_set_attribute(attribute:"plugin_publication_date", value: "2007/04/05");
script_cvs_date("$Date: 2011/09/18 01:29:18 $");
script_end_attributes();
script_summary(english: "Check for patch 113201-05");
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2007-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", arch:"sparc", patch:"113201-05", obsoleted_by:"", package:"VRTSvxvm", version:"3.2,REV=08.15.2001.23.27");
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");
{"naslFamily": "Solaris Local Security Checks", "id": "SOLARIS8_113201.NASL", "lastseen": "2017-10-29T13:37:17", "viewCount": 0, "bulletinFamily": "scanner", "cpe": ["cpe:/o:sun:solaris"], "cvss": {"score": 0.0, "vector": "NONE"}, "edition": 2, "enchantments": {"score": {"value": 0.1, "vector": "NONE", "modified": "2017-10-29T13:37:17", "rev": 2}, "dependencies": {"references": [], "modified": "2017-10-29T13:37:17", "rev": 2}, "vulnersScore": 0.1}, "type": "nessus", "description": "VxVM 3.2: general patch for Solaris 2.6, 7, and 8.\nDate this patch was last updated by Sun : Mar/03/04", "title": "Solaris 5.8 (sparc) : 113201-05", "cvelist": [], "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(24982);\n script_version(\"$Revision: 1.10 $\");\n\n script_name(english: \"Solaris 5.8 (sparc) : 113201-05\");\n script_set_attribute(attribute: \"synopsis\", value:\n\"The remote host is missing Sun Security Patch number 113201-05\");\n script_set_attribute(attribute: \"description\", value:\n'VxVM 3.2: general patch for Solaris 2.6, 7, and 8.\nDate this patch was last updated by Sun : Mar/03/04');\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/113201-05\");\n script_set_attribute(attribute: \"risk_factor\", value: \"Medium\");\n script_set_attribute(attribute: \"patch_publication_date\", value: \"2004/03/03\");\n script_set_attribute(attribute: \"cpe\", value: \"cpe:/o:sun:solaris\");\n script_set_attribute(attribute: \"plugin_type\", value: \"local\");\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2007/04/05\");\n script_cvs_date(\"$Date: 2011/09/18 01:29:18 $\");\n script_end_attributes();\n\n script_summary(english: \"Check for patch 113201-05\");\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2007-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\", arch:\"sparc\", patch:\"113201-05\", obsoleted_by:\"\", package:\"VRTSvxvm\", version:\"3.2,REV=08.15.2001.23.27\");\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", "published": "2007-04-05T00:00:00", "pluginID": "24982", "references": ["https://getupdates.oracle.com/readme/113201-05"], "reporter": "Tenable", "modified": "2011-09-18T00:00:00", "href": "https://www.tenable.com/plugins/index.php?view=single&id=24982"}