ID AIX_U840402.NASL Type nessus Reporter This script is Copyright (C) 2011-2019 Tenable Network Security, Inc. Modified 2019-11-02T00:00:00
Description
The remote host is missing AIX PTF U840402 which is related
to the security of the package bos.sysmgt.nim.client
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(55295);
script_version ("1.2");
script_name(english: "AIX 530011 : U840402");
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 U840402 which is related
to the security of the package bos.sysmgt.nim.client
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_type", value: "local");
script_cvs_date("Date: 2019/09/16 14:13:06");
script_set_attribute(attribute:"plugin_publication_date", value:"2011/06/22");
script_end_attributes();
script_summary(english: "Check for PTF U840402");
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2011-2019 Tenable Network Security, Inc.");
script_family(english: "AIX Local Security Checks");
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:"530011", patch:"U840402", package:"bos.sysmgt.nim.client.5.3.11.7") < 0 )
security_hole(port:0, extra:aix_report_get());
else exit(0, "Host is not vulnerable");
{"id": "AIX_U840402.NASL", "bulletinFamily": "scanner", "title": "AIX 530011 : U840402", "description": "The remote host is missing AIX PTF U840402 which is related\nto the security of the package bos.sysmgt.nim.client\n\nYou should install this PTF for your system to be up-to-date.", "published": "2011-06-22T00:00:00", "modified": "2019-11-02T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/nessus/55295", "reporter": "This script is Copyright (C) 2011-2019 Tenable Network Security, Inc.", "references": [], "cvelist": [], "type": "nessus", "lastseen": "2019-11-01T02:13:12", "history": [{"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U840402 which is related to the security of the package bos.sysmgt.nim.client\n\nYou should install this PTF for your system to be up-to-date.", "edition": 3, "enchantments": {"dependencies": {"modified": "2019-02-21T01:15:05", "references": []}, "score": {"modified": "2019-02-21T01:15:05", "value": 0.0, "vector": "NONE"}}, "hash": "0429deeb23f9de547eddd67f57f591c888e630c4fbc9644a9872c0897e33c7e6", "hashmap": [{"hash": "b9679bc4aecbfb04837546acab0da3de", "key": "title"}, {"hash": "b1179ebd983ce9f1c0630c6dacd173c2", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "1682a2b9cff21b11a8692b57dc3b27c8", "key": "modified"}, {"hash": "09e49ddbbc8e1483e492ca4bacf573f7", "key": "href"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "4ab44f3bc2bc850fe33be0d8598ed35a", "key": "pluginID"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "7fda428b9c3daf5ce5f434b5111aef90", "key": "sourceData"}, {"hash": "1682a2b9cff21b11a8692b57dc3b27c8", "key": "published"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=55295", "id": "AIX_U840402.NASL", "lastseen": "2019-02-21T01:15:05", "modified": "2011-06-22T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "55295", "published": "2011-06-22T00: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(55295);\n script_version (\"$Revision: 1.1 $\");\n \n script_name(english: \"AIX 530011 : U840402\");\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 U840402 which is related\nto the security of the package bos.sysmgt.nim.client\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_type\", value: \"local\");\n script_cvs_date(\"$Date: 2011/06/22 11:24:08 $\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/06/22\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U840402\");\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2011 Tenable Network Security, Inc.\");\n script_family(english: \"AIX Local Security Checks\");\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:\"530011\", patch:\"U840402\", package:\"bos.sysmgt.nim.client.5.3.11.7\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 530011 : U840402", "type": "nessus", "viewCount": 0}, "differentElements": ["description", "reporter", "modified", "sourceData", "href"], "edition": 3, "lastseen": "2019-02-21T01:15:05"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U840402 which is related\nto the security of the package bos.sysmgt.nim.client\n\nYou should install this PTF for your system to be up-to-date.", "edition": 4, "enchantments": {"dependencies": {"modified": "2019-10-28T19:58:33", "references": []}, "score": {"modified": "2019-10-28T19:58:33", "value": 0.0, "vector": "NONE"}}, "hash": "4ed560f064afd9f1d88dccbe042ef6ef857b2d89cd947444d5028a4325462714", "hashmap": [{"hash": "b9679bc4aecbfb04837546acab0da3de", "key": "title"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "d06743fb01be838054e405f2591bfbab", "key": "reporter"}, {"hash": "2118284ee921e326e8bee8a672a2562f", "key": "sourceData"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "1b763d39ea6194e3765dc6ec3a7efd3a", "key": "description"}, {"hash": "4ab44f3bc2bc850fe33be0d8598ed35a", "key": "pluginID"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "0bafb6325bcaf483a25404f785191cc5", "key": "modified"}, {"hash": "2786a441e84a3d0c737d7e81a20e19dc", "key": "href"}, {"hash": "1682a2b9cff21b11a8692b57dc3b27c8", "key": "published"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/nessus/55295", "id": "AIX_U840402.NASL", "lastseen": "2019-10-28T19:58:33", "modified": "2019-10-02T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "55295", "published": "2011-06-22T00:00:00", "references": [], "reporter": "This script is Copyright (C) 2011-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(55295);\n script_version (\"1.2\");\n \n script_name(english: \"AIX 530011 : U840402\");\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 U840402 which is related\nto the security of the package bos.sysmgt.nim.client\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_type\", value: \"local\");\n script_cvs_date(\"Date: 2019/09/16 14:13:06\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/06/22\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U840402\");\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2011-2019 Tenable Network Security, Inc.\");\n script_family(english: \"AIX Local Security Checks\");\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:\"530011\", patch:\"U840402\", package:\"bos.sysmgt.nim.client.5.3.11.7\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 530011 : U840402", "type": "nessus", "viewCount": 0}, "differentElements": ["modified"], "edition": 4, "lastseen": "2019-10-28T19:58:33"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U840402 which is related\nto the security of the package bos.sysmgt.nim.client\n\nYou should install this PTF for your system to be up-to-date.", "edition": 2, "enchantments": {"dependencies": {"modified": "2019-01-16T20:12:16", "references": []}, "score": {"value": 2.1, "vector": "NONE"}}, "hash": "21870f6f2045c9586c62af7d0b11d358e0caf01cd44080968c1a850e7101ca46", "hashmap": [{"hash": "b9679bc4aecbfb04837546acab0da3de", "key": "title"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "1682a2b9cff21b11a8692b57dc3b27c8", "key": "modified"}, {"hash": "09e49ddbbc8e1483e492ca4bacf573f7", "key": "href"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "1b763d39ea6194e3765dc6ec3a7efd3a", "key": "description"}, {"hash": "4ab44f3bc2bc850fe33be0d8598ed35a", "key": "pluginID"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "7fda428b9c3daf5ce5f434b5111aef90", "key": "sourceData"}, {"hash": "1682a2b9cff21b11a8692b57dc3b27c8", "key": "published"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=55295", "id": "AIX_U840402.NASL", "lastseen": "2019-01-16T20:12:16", "modified": "2011-06-22T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "55295", "published": "2011-06-22T00: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(55295);\n script_version (\"$Revision: 1.1 $\");\n \n script_name(english: \"AIX 530011 : U840402\");\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 U840402 which is related\nto the security of the package bos.sysmgt.nim.client\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_type\", value: \"local\");\n script_cvs_date(\"$Date: 2011/06/22 11:24:08 $\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/06/22\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U840402\");\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2011 Tenable Network Security, Inc.\");\n script_family(english: \"AIX Local Security Checks\");\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:\"530011\", patch:\"U840402\", package:\"bos.sysmgt.nim.client.5.3.11.7\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 530011 : U840402", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 2, "lastseen": "2019-01-16T20:12:16"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U840402 which is related to the security of the package bos.sysmgt.nim.client\n\nYou should install this PTF for your system to be up-to-date.", "edition": 1, "enchantments": {"score": {"value": 2.1, "vector": "NONE"}}, "hash": "0429deeb23f9de547eddd67f57f591c888e630c4fbc9644a9872c0897e33c7e6", "hashmap": [{"hash": "b9679bc4aecbfb04837546acab0da3de", "key": "title"}, {"hash": "b1179ebd983ce9f1c0630c6dacd173c2", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "1682a2b9cff21b11a8692b57dc3b27c8", "key": "modified"}, {"hash": "09e49ddbbc8e1483e492ca4bacf573f7", "key": "href"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "4ab44f3bc2bc850fe33be0d8598ed35a", "key": "pluginID"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "7fda428b9c3daf5ce5f434b5111aef90", "key": "sourceData"}, {"hash": "1682a2b9cff21b11a8692b57dc3b27c8", "key": "published"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=55295", "id": "AIX_U840402.NASL", "lastseen": "2016-09-26T17:23:45", "modified": "2011-06-22T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.2", "pluginID": "55295", "published": "2011-06-22T00: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(55295);\n script_version (\"$Revision: 1.1 $\");\n \n script_name(english: \"AIX 530011 : U840402\");\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 U840402 which is related\nto the security of the package bos.sysmgt.nim.client\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_type\", value: \"local\");\n script_cvs_date(\"$Date: 2011/06/22 11:24:08 $\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/06/22\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U840402\");\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2011 Tenable Network Security, Inc.\");\n script_family(english: \"AIX Local Security Checks\");\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:\"530011\", patch:\"U840402\", package:\"bos.sysmgt.nim.client.5.3.11.7\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 530011 : U840402", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 1, "lastseen": "2016-09-26T17:23:45"}], "edition": 5, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cpe", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "1b763d39ea6194e3765dc6ec3a7efd3a"}, {"key": "href", "hash": "2786a441e84a3d0c737d7e81a20e19dc"}, {"key": "modified", "hash": "abcf9266f425f12dda38f529cd4a94bc"}, {"key": "naslFamily", "hash": "9aedd4dcccf909d4912a2f8113cffa43"}, {"key": "pluginID", "hash": "4ab44f3bc2bc850fe33be0d8598ed35a"}, {"key": "published", "hash": "1682a2b9cff21b11a8692b57dc3b27c8"}, {"key": "references", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "reporter", "hash": "d06743fb01be838054e405f2591bfbab"}, {"key": "sourceData", "hash": "2118284ee921e326e8bee8a672a2562f"}, {"key": "title", "hash": "b9679bc4aecbfb04837546acab0da3de"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "4003b53af64ba80d0762bbbf2a3fad059655a9ba184eeabc954ccd7f91a8c174", "viewCount": 0, "enchantments": {"dependencies": {"references": [], "modified": "2019-11-01T02:13:12"}, "score": {"value": 0.0, "vector": "NONE", "modified": "2019-11-01T02:13:12"}, "vulnersScore": 0.0}, "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(55295);\n script_version (\"1.2\");\n \n script_name(english: \"AIX 530011 : U840402\");\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 U840402 which is related\nto the security of the package bos.sysmgt.nim.client\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_type\", value: \"local\");\n script_cvs_date(\"Date: 2019/09/16 14:13:06\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/06/22\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U840402\");\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2011-2019 Tenable Network Security, Inc.\");\n script_family(english: \"AIX Local Security Checks\");\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:\"530011\", patch:\"U840402\", package:\"bos.sysmgt.nim.client.5.3.11.7\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "naslFamily": "AIX Local Security Checks", "pluginID": "55295", "cpe": [], "scheme": null}