ID AIX_U831121.NASL Type nessus Reporter This script is Copyright (C) 2010-2019 Tenable Network Security, Inc. Modified 2019-12-02T00:00:00
Description
The remote host is missing AIX PTF U831121 which is related
to the security of the package devices.common.IBM.sissas.rte
You should install this PTF for your system to be up-to-date.
#%NASL_MIN_LEVEL 80502
#
# (C) Tenable Network Security, Inc.
#
#
if ( ! defined_func("bn_random") ) exit(0);
include("compat.inc");
if(description)
{
script_id(45698);
script_version ("1.2");
name["english"] = "AIX 610002 : U831121";
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 U831121 which is related
to the security of the package devices.common.IBM.sissas.rte
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/04/27");
script_cvs_date("Date: 2019/09/16 14:12:57");
script_end_attributes();
summary["english"] = "Check for PTF U831121";
script_summary(english:summary["english"]);
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2010-2019 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:"610002", patch:"U831121", package:"devices.common.IBM.sissas.rte.6.1.2.6") < 0 )
security_hole(port:0, extra:aix_report_get());
else exit(0, "Host is not vulnerable");
{"id": "AIX_U831121.NASL", "bulletinFamily": "scanner", "title": "AIX 610002 : U831121", "description": "The remote host is missing AIX PTF U831121 which is related\nto the security of the package devices.common.IBM.sissas.rte\n\nYou should install this PTF for your system to be up-to-date.", "published": "2010-04-27T00:00:00", "modified": "2019-12-02T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/nessus/45698", "reporter": "This script is Copyright (C) 2010-2019 Tenable Network Security, Inc.", "references": [], "cvelist": [], "type": "nessus", "lastseen": "2019-12-13T06:37:43", "history": [{"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U831121 which is related to the security of the package devices.common.IBM.sissas.rte\n\nYou should install this PTF for your system to be up-to-date.", "edition": 1, "enchantments": {"score": {"value": 2.1, "vector": "NONE"}}, "hash": "a5e951bfd935c2ea0cd9399e21e286987d5f72b0bd4409199520f433a9b6a130", "hashmap": [{"hash": "5f763e558ceaf798d88994d1e379f206", "key": "href"}, {"hash": "0456932dafd6f6b56f142efaa19ea8ed", "key": "pluginID"}, {"hash": "e9cbffc37a6d13f2c3689926ef869cbe", "key": "title"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "72229e38f198f643e691a98abf330d39", "key": "modified"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "72229e38f198f643e691a98abf330d39", "key": "published"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "17020f37cd75cbbc9bc4b74f36ebe1a0", "key": "sourceData"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}, {"hash": "a13eaebb115f8a25046e05e52589141a", "key": "description"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=45698", "id": "AIX_U831121.NASL", "lastseen": "2016-09-26T17:23:31", "modified": "2010-04-27T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.2", "pluginID": "45698", "published": "2010-04-27T00:00:00", "references": [], "reporter": "Tenable", "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(45698);\n script_version (\"$Revision: 1.1 $\");\n name[\"english\"] = \"AIX 610002 : U831121\";\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 U831121 which is related\nto the security of the package devices.common.IBM.sissas.rte\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/04/27\");\n script_cvs_date(\"$Date: 2010/04/27 10:57:53 $\");\n script_end_attributes();\n \n summary[\"english\"] = \"Check for PTF U831121\"; \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:\"610002\", patch:\"U831121\", package:\"devices.common.IBM.sissas.rte.6.1.2.6\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 610002 : U831121", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 1, "lastseen": "2016-09-26T17:23:31"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U831121 which is related\nto the security of the package devices.common.IBM.sissas.rte\n\nYou should install this PTF for your system to be up-to-date.", "edition": 2, "enchantments": {"dependencies": {"modified": "2019-01-16T20:10:33", "references": []}, "score": {"value": 2.1, "vector": "NONE"}}, "hash": "1fb9ddf323d981175695cc18c47069727fef94d3a55f25c254b77e7fc8e2301a", "hashmap": [{"hash": "5f763e558ceaf798d88994d1e379f206", "key": "href"}, {"hash": "0456932dafd6f6b56f142efaa19ea8ed", "key": "pluginID"}, {"hash": "e9cbffc37a6d13f2c3689926ef869cbe", "key": "title"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "dabe66a701f0061de5cab40a18bb7013", "key": "description"}, {"hash": "72229e38f198f643e691a98abf330d39", "key": "modified"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "72229e38f198f643e691a98abf330d39", "key": "published"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "17020f37cd75cbbc9bc4b74f36ebe1a0", "key": "sourceData"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=45698", "id": "AIX_U831121.NASL", "lastseen": "2019-01-16T20:10:33", "modified": "2010-04-27T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "45698", "published": "2010-04-27T00:00:00", "references": [], "reporter": "Tenable", "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(45698);\n script_version (\"$Revision: 1.1 $\");\n name[\"english\"] = \"AIX 610002 : U831121\";\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 U831121 which is related\nto the security of the package devices.common.IBM.sissas.rte\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/04/27\");\n script_cvs_date(\"$Date: 2010/04/27 10:57:53 $\");\n script_end_attributes();\n \n summary[\"english\"] = \"Check for PTF U831121\"; \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:\"610002\", patch:\"U831121\", package:\"devices.common.IBM.sissas.rte.6.1.2.6\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 610002 : U831121", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 2, "lastseen": "2019-01-16T20:10:33"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U831121 which is related\nto the security of the package devices.common.IBM.sissas.rte\n\nYou should install this PTF for your system to be up-to-date.", "edition": 4, "enchantments": {"dependencies": {"modified": "2019-10-28T19:58:29", "references": []}, "score": {"modified": "2019-10-28T19:58:29", "value": -0.1, "vector": "NONE"}}, "hash": "96e572c00b4b493fd6e81beb854400e7bab6a2ff1d0860221bb7939ff847e529", "hashmap": [{"hash": "0456932dafd6f6b56f142efaa19ea8ed", "key": "pluginID"}, {"hash": "e9cbffc37a6d13f2c3689926ef869cbe", "key": "title"}, {"hash": "ca9660d9a885d3bf3cdca5c518e51864", "key": "reporter"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "dabe66a701f0061de5cab40a18bb7013", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "83cc325abbc2bbb4854a58dd4c683914", "key": "sourceData"}, {"hash": "72229e38f198f643e691a98abf330d39", "key": "published"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "0bafb6325bcaf483a25404f785191cc5", "key": "modified"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}, {"hash": "e25dbb819e102b57312092dd54b9c08e", "key": "href"}], "history": [], "href": "https://www.tenable.com/plugins/nessus/45698", "id": "AIX_U831121.NASL", "lastseen": "2019-10-28T19:58:29", "modified": "2019-10-02T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "45698", "published": "2010-04-27T00:00:00", "references": [], "reporter": "This script is Copyright (C) 2010-2019 Tenable Network Security, Inc.", "sourceData": "#%NASL_MIN_LEVEL 80502\n#\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(45698);\n script_version (\"1.2\");\n name[\"english\"] = \"AIX 610002 : U831121\";\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 U831121 which is related\nto the security of the package devices.common.IBM.sissas.rte\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/04/27\");\n script_cvs_date(\"Date: 2019/09/16 14:12:57\");\n script_end_attributes();\n \n summary[\"english\"] = \"Check for PTF U831121\"; \n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2010-2019 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:\"610002\", patch:\"U831121\", package:\"devices.common.IBM.sissas.rte.6.1.2.6\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 610002 : U831121", "type": "nessus", "viewCount": 0}, "differentElements": ["modified"], "edition": 4, "lastseen": "2019-10-28T19:58:29"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U831121 which is related\nto the security of the package devices.common.IBM.sissas.rte\n\nYou should install this PTF for your system to be up-to-date.", "edition": 5, "enchantments": {"dependencies": {"modified": "2019-11-01T02:13:09", "references": []}, "score": {"modified": "2019-11-01T02:13:09", "value": -0.1, "vector": "NONE"}}, "hash": "94d5033a99f592380dbaa2452339a4fd0895d05c448f548ea229ecbad5626d37", "hashmap": [{"hash": "0456932dafd6f6b56f142efaa19ea8ed", "key": "pluginID"}, {"hash": "e9cbffc37a6d13f2c3689926ef869cbe", "key": "title"}, {"hash": "ca9660d9a885d3bf3cdca5c518e51864", "key": "reporter"}, {"hash": "abcf9266f425f12dda38f529cd4a94bc", "key": "modified"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "dabe66a701f0061de5cab40a18bb7013", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "83cc325abbc2bbb4854a58dd4c683914", "key": "sourceData"}, {"hash": "72229e38f198f643e691a98abf330d39", "key": "published"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}, {"hash": "e25dbb819e102b57312092dd54b9c08e", "key": "href"}], "history": [], "href": "https://www.tenable.com/plugins/nessus/45698", "id": "AIX_U831121.NASL", "lastseen": "2019-11-01T02:13:09", "modified": "2019-11-02T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "45698", "published": "2010-04-27T00:00:00", "references": [], "reporter": "This script is Copyright (C) 2010-2019 Tenable Network Security, Inc.", "sourceData": "#%NASL_MIN_LEVEL 80502\n#\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(45698);\n script_version (\"1.2\");\n name[\"english\"] = \"AIX 610002 : U831121\";\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 U831121 which is related\nto the security of the package devices.common.IBM.sissas.rte\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/04/27\");\n script_cvs_date(\"Date: 2019/09/16 14:12:57\");\n script_end_attributes();\n \n summary[\"english\"] = \"Check for PTF U831121\"; \n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2010-2019 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:\"610002\", patch:\"U831121\", package:\"devices.common.IBM.sissas.rte.6.1.2.6\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 610002 : U831121", "type": "nessus", "viewCount": 0}, "differentElements": ["modified"], "edition": 5, "lastseen": "2019-11-01T02:13:09"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U831121 which is related to the security of the package devices.common.IBM.sissas.rte\n\nYou should install this PTF for your system to be up-to-date.", "edition": 3, "enchantments": {"dependencies": {"modified": "2019-02-21T01:13:18", "references": []}, "score": {"modified": "2019-02-21T01:13:18", "value": 0.0, "vector": "NONE"}}, "hash": "a5e951bfd935c2ea0cd9399e21e286987d5f72b0bd4409199520f433a9b6a130", "hashmap": [{"hash": "5f763e558ceaf798d88994d1e379f206", "key": "href"}, {"hash": "0456932dafd6f6b56f142efaa19ea8ed", "key": "pluginID"}, {"hash": "e9cbffc37a6d13f2c3689926ef869cbe", "key": "title"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "72229e38f198f643e691a98abf330d39", "key": "modified"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "72229e38f198f643e691a98abf330d39", "key": "published"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "17020f37cd75cbbc9bc4b74f36ebe1a0", "key": "sourceData"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}, {"hash": "a13eaebb115f8a25046e05e52589141a", "key": "description"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=45698", "id": "AIX_U831121.NASL", "lastseen": "2019-02-21T01:13:18", "modified": "2010-04-27T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "45698", "published": "2010-04-27T00:00:00", "references": [], "reporter": "Tenable", "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(45698);\n script_version (\"$Revision: 1.1 $\");\n name[\"english\"] = \"AIX 610002 : U831121\";\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 U831121 which is related\nto the security of the package devices.common.IBM.sissas.rte\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/04/27\");\n script_cvs_date(\"$Date: 2010/04/27 10:57:53 $\");\n script_end_attributes();\n \n summary[\"english\"] = \"Check for PTF U831121\"; \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:\"610002\", patch:\"U831121\", package:\"devices.common.IBM.sissas.rte.6.1.2.6\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 610002 : U831121", "type": "nessus", "viewCount": 0}, "differentElements": ["description", "reporter", "modified", "sourceData", "href"], "edition": 3, "lastseen": "2019-02-21T01:13:18"}], "edition": 6, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cpe", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "dabe66a701f0061de5cab40a18bb7013"}, {"key": "href", "hash": "e25dbb819e102b57312092dd54b9c08e"}, {"key": "modified", "hash": "5a7504dfe859a7ccbaf560628f6442ad"}, {"key": "naslFamily", "hash": "9aedd4dcccf909d4912a2f8113cffa43"}, {"key": "pluginID", "hash": "0456932dafd6f6b56f142efaa19ea8ed"}, {"key": "published", "hash": "72229e38f198f643e691a98abf330d39"}, {"key": "references", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "reporter", "hash": "ca9660d9a885d3bf3cdca5c518e51864"}, {"key": "sourceData", "hash": "83cc325abbc2bbb4854a58dd4c683914"}, {"key": "title", "hash": "e9cbffc37a6d13f2c3689926ef869cbe"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "f3eae40f6cddcb74e626962c5232b3ab445b15ec81088fd43b778eef1c0f678a", "viewCount": 0, "enchantments": {"dependencies": {"references": [], "modified": "2019-12-13T06:37:43"}, "score": {"value": -0.1, "vector": "NONE", "modified": "2019-12-13T06:37:43"}, "vulnersScore": -0.1}, "objectVersion": "1.3", "sourceData": "#%NASL_MIN_LEVEL 80502\n#\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(45698);\n script_version (\"1.2\");\n name[\"english\"] = \"AIX 610002 : U831121\";\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 U831121 which is related\nto the security of the package devices.common.IBM.sissas.rte\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/04/27\");\n script_cvs_date(\"Date: 2019/09/16 14:12:57\");\n script_end_attributes();\n \n summary[\"english\"] = \"Check for PTF U831121\"; \n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2010-2019 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:\"610002\", patch:\"U831121\", package:\"devices.common.IBM.sissas.rte.6.1.2.6\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "naslFamily": "AIX Local Security Checks", "pluginID": "45698", "cpe": [], "scheme": null}