ID AIX_U830422.NASL Type nessus Reporter Tenable Modified 2010-02-11T00:00:00
Description
The remote host is missing AIX PTF U830422 which is related to the security of the package bos.sysmgt.smit
You should install this PTF for your system to be up-to-date.
#
# (C) Tenable Network Security, Inc.
#
#
if ( ! defined_func("bn_random") ) exit(0);
include("compat.inc");
if(description)
{
script_id(44550);
script_version ("$Revision: 1.1 $");
name["english"] = "AIX 610004 : U830422";
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 AIX PTF U830422 which is related
to the security of the package bos.sysmgt.smit
You should install this PTF for your system to be up-to-date.");
script_set_attribute(attribute: "solution", value:
"Run 'suma -x -a RqType=Security' on the remote system");
script_set_attribute(attribute: "risk_factor", value: "High");
script_set_attribute(attribute:"plugin_publication_date", value: "2010/02/11");
script_end_attributes();
summary["english"] = "Check for PTF U830422";
script_summary(english:summary["english"]);
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2010 Tenable Network Security, Inc.");
family["english"] = "AIX Local Security Checks";
script_family(english:family["english"]);
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/AIX/lslpp");
exit(0);
}
include("aix.inc");
if ( ! get_kb_item("Host/AIX/lslpp") ) exit(1, "No patch information");
if ( aix_check_patch(ml:"610004", patch:"U830422", package:"bos.sysmgt.smit.6.1.4.1") < 0 )
security_hole(port:0, extra:aix_report_get());
else exit(0, "Host is not vulnerable");
{"id": "AIX_U830422.NASL", "bulletinFamily": "scanner", "title": "AIX 610004 : U830422", "description": "The remote host is missing AIX PTF U830422 which is related to the security of the package bos.sysmgt.smit\n\nYou should install this PTF for your system to be up-to-date.", "published": "2010-02-11T00:00:00", "modified": "2010-02-11T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/index.php?view=single&id=44550", "reporter": "Tenable", "references": [], "cvelist": [], "type": "nessus", "lastseen": "2016-09-26T17:24:32", "history": [], "edition": 1, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "c1b241763227cf7c8768ddefddb01e14"}, {"key": "href", "hash": "c0ab30b3bef50991806471c08a40490b"}, {"key": "modified", "hash": "a8fe98f2441773751036373f8b790083"}, {"key": "naslFamily", "hash": "9aedd4dcccf909d4912a2f8113cffa43"}, {"key": "objectVersion", "hash": "56765472680401499c79732468ba4340"}, {"key": "pluginID", "hash": "8e2568d07cfc39036f5d312247e39057"}, {"key": "published", "hash": "a8fe98f2441773751036373f8b790083"}, {"key": "references", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "reporter", "hash": "9cf00d658b687f030ebe173a0528c567"}, {"key": "sourceData", "hash": "2becf8122f3acc390b5cb5ca7799f37d"}, {"key": "title", "hash": "7b81591a557e91b54baf70a8d26d9a2b"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "bb4538e4dcf343f18fe5dbe3448c0d8936b54f258f5a6eeb3211217a5169824b", "viewCount": 0, "objectVersion": "1.2", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n#\n\nif ( ! defined_func(\"bn_random\") ) exit(0);\n\ninclude(\"compat.inc\");\n\nif(description)\n{\n script_id(44550);\n script_version (\"$Revision: 1.1 $\");\n name[\"english\"] = \"AIX 610004 : U830422\";\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 AIX PTF U830422 which is related\nto the security of the package bos.sysmgt.smit\n\nYou should install this PTF for your system to be up-to-date.\");\n script_set_attribute(attribute: \"solution\", value: \n\"Run 'suma -x -a RqType=Security' on the remote system\");\n script_set_attribute(attribute: \"risk_factor\", value: \"High\");\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2010/02/11\");\n script_end_attributes();\n \n summary[\"english\"] = \"Check for PTF U830422\"; \n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2010 Tenable Network Security, Inc.\");\n family[\"english\"] = \"AIX Local Security Checks\";\n script_family(english:family[\"english\"]);\n \n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/AIX/lslpp\");\n exit(0);\n}\n\n\n\ninclude(\"aix.inc\");\nif ( ! get_kb_item(\"Host/AIX/lslpp\") ) exit(1, \"No patch information\");\n\n\nif ( aix_check_patch(ml:\"610004\", patch:\"U830422\", package:\"bos.sysmgt.smit.6.1.4.1\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "naslFamily": "AIX Local Security Checks", "pluginID": "44550", "enchantments": {"vulnersScore": 2.1}}