ID AIX_U842517.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 U842517 which is related
to the security of the package sysmgt.websm.rte.6.1
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(54797);
script_version ("1.2");
script_name(english: "AIX 610005 : U842517");
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 U842517 which is related
to the security of the package sysmgt.websm.rte.6.1
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:08");
script_set_attribute(attribute:"plugin_publication_date", value:"2011/05/26");
script_end_attributes();
script_summary(english: "Check for PTF U842517");
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:"610005", patch:"U842517", package:"sysmgt.websm.rte.6.1.5.1") < 0 )
security_hole(port:0, extra:aix_report_get());
else exit(0, "Host is not vulnerable");
{"id": "AIX_U842517.NASL", "bulletinFamily": "scanner", "title": "AIX 610005 : U842517", "description": "The remote host is missing AIX PTF U842517 which is related\nto the security of the package sysmgt.websm.rte.6.1\n\nYou should install this PTF for your system to be up-to-date.", "published": "2011-05-26T00:00:00", "modified": "2019-11-02T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/nessus/54797", "reporter": "This script is Copyright (C) 2011-2019 Tenable Network Security, Inc.", "references": [], "cvelist": [], "type": "nessus", "lastseen": "2019-11-01T02:13:14", "history": [{"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U842517 which is related\nto the security of the package sysmgt.websm.rte.6.1\n\nYou should install this PTF for your system to be up-to-date.", "edition": 4, "enchantments": {"dependencies": {"modified": "2019-10-28T19:58:34", "references": []}, "score": {"modified": "2019-10-28T19:58:34", "value": 0.0, "vector": "NONE"}}, "hash": "86d94749f41b2513056658f843b0313a4bf01646b1b75f8f2f3e8a39a8fdfe49", "hashmap": [{"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "d06743fb01be838054e405f2591bfbab", "key": "reporter"}, {"hash": "ece77f2f4fdad1a384b73959e1f7089d", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "fab203d603081cc55312194a12db0c80", "key": "description"}, {"hash": "81f48a9aab2753072aa86ccab4054773", "key": "published"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "d25c9eae3d386fcd290023efc0cd98f6", "key": "title"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "728adf610316036419a24e528b32af67", "key": "sourceData"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "0bafb6325bcaf483a25404f785191cc5", "key": "modified"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}, {"hash": "00b3e5d36cdd46e4e768116d4b4a3090", "key": "href"}], "history": [], "href": "https://www.tenable.com/plugins/nessus/54797", "id": "AIX_U842517.NASL", "lastseen": "2019-10-28T19:58:34", "modified": "2019-10-02T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "54797", "published": "2011-05-26T00: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(54797);\n script_version (\"1.2\");\n \n script_name(english: \"AIX 610005 : U842517\");\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 U842517 which is related\nto the security of the package sysmgt.websm.rte.6.1\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:08\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/05/26\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U842517\");\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:\"610005\", patch:\"U842517\", package:\"sysmgt.websm.rte.6.1.5.1\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 610005 : U842517", "type": "nessus", "viewCount": 0}, "differentElements": ["modified"], "edition": 4, "lastseen": "2019-10-28T19:58:34"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U842517 which is related\nto the security of the package sysmgt.websm.rte.6.1\n\nYou should install this PTF for your system to be up-to-date.", "edition": 2, "enchantments": {"dependencies": {"modified": "2019-01-16T20:12:10", "references": []}, "score": {"value": 2.1, "vector": "NONE"}}, "hash": "440672f765cf2acdd32c734c77c8b2626cafc343cc03b17c45531cd58f85b7e7", "hashmap": [{"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "a007a750f15ea40072fdabaf51a0ceb0", "key": "href"}, {"hash": "ba414cb55fc77ee6511df213f8a8e942", "key": "sourceData"}, {"hash": "ece77f2f4fdad1a384b73959e1f7089d", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "fab203d603081cc55312194a12db0c80", "key": "description"}, {"hash": "81f48a9aab2753072aa86ccab4054773", "key": "published"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "d25c9eae3d386fcd290023efc0cd98f6", "key": "title"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "81f48a9aab2753072aa86ccab4054773", "key": "modified"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=54797", "id": "AIX_U842517.NASL", "lastseen": "2019-01-16T20:12:10", "modified": "2011-05-26T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "54797", "published": "2011-05-26T00: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(54797);\n script_version (\"$Revision: 1.1 $\");\n \n script_name(english: \"AIX 610005 : U842517\");\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 U842517 which is related\nto the security of the package sysmgt.websm.rte.6.1\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/05/26 11:26:23 $\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/05/26\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U842517\");\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:\"610005\", patch:\"U842517\", package:\"sysmgt.websm.rte.6.1.5.1\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 610005 : U842517", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 2, "lastseen": "2019-01-16T20:12:10"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U842517 which is related to the security of the package sysmgt.websm.rte.6.1\n\nYou should install this PTF for your system to be up-to-date.", "edition": 3, "enchantments": {"dependencies": {"modified": "2019-02-21T01:14:58", "references": []}, "score": {"modified": "2019-02-21T01:14:58", "value": 0.0, "vector": "NONE"}}, "hash": "c0b7c8e61d896f76799f595de8f0bf2b56004d2c3be1fcfcf5220b766b72650d", "hashmap": [{"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "a007a750f15ea40072fdabaf51a0ceb0", "key": "href"}, {"hash": "ba414cb55fc77ee6511df213f8a8e942", "key": "sourceData"}, {"hash": "ece77f2f4fdad1a384b73959e1f7089d", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "621dc773f8c4dacdac18514e4ec39a9f", "key": "description"}, {"hash": "81f48a9aab2753072aa86ccab4054773", "key": "published"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "d25c9eae3d386fcd290023efc0cd98f6", "key": "title"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "81f48a9aab2753072aa86ccab4054773", "key": "modified"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=54797", "id": "AIX_U842517.NASL", "lastseen": "2019-02-21T01:14:58", "modified": "2011-05-26T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "54797", "published": "2011-05-26T00: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(54797);\n script_version (\"$Revision: 1.1 $\");\n \n script_name(english: \"AIX 610005 : U842517\");\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 U842517 which is related\nto the security of the package sysmgt.websm.rte.6.1\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/05/26 11:26:23 $\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/05/26\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U842517\");\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:\"610005\", patch:\"U842517\", package:\"sysmgt.websm.rte.6.1.5.1\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 610005 : U842517", "type": "nessus", "viewCount": 0}, "differentElements": ["description", "reporter", "modified", "sourceData", "href"], "edition": 3, "lastseen": "2019-02-21T01:14:58"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U842517 which is related to the security of the package sysmgt.websm.rte.6.1\n\nYou should install this PTF for your system to be up-to-date.", "edition": 1, "enchantments": {"score": {"value": 2.1, "vector": "NONE"}}, "hash": "c0b7c8e61d896f76799f595de8f0bf2b56004d2c3be1fcfcf5220b766b72650d", "hashmap": [{"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "a007a750f15ea40072fdabaf51a0ceb0", "key": "href"}, {"hash": "ba414cb55fc77ee6511df213f8a8e942", "key": "sourceData"}, {"hash": "ece77f2f4fdad1a384b73959e1f7089d", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "621dc773f8c4dacdac18514e4ec39a9f", "key": "description"}, {"hash": "81f48a9aab2753072aa86ccab4054773", "key": "published"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "d25c9eae3d386fcd290023efc0cd98f6", "key": "title"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "81f48a9aab2753072aa86ccab4054773", "key": "modified"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=54797", "id": "AIX_U842517.NASL", "lastseen": "2016-09-26T17:23:44", "modified": "2011-05-26T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.2", "pluginID": "54797", "published": "2011-05-26T00: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(54797);\n script_version (\"$Revision: 1.1 $\");\n \n script_name(english: \"AIX 610005 : U842517\");\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 U842517 which is related\nto the security of the package sysmgt.websm.rte.6.1\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/05/26 11:26:23 $\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/05/26\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U842517\");\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:\"610005\", patch:\"U842517\", package:\"sysmgt.websm.rte.6.1.5.1\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 610005 : U842517", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 1, "lastseen": "2016-09-26T17:23:44"}], "edition": 5, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cpe", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "fab203d603081cc55312194a12db0c80"}, {"key": "href", "hash": "00b3e5d36cdd46e4e768116d4b4a3090"}, {"key": "modified", "hash": "abcf9266f425f12dda38f529cd4a94bc"}, {"key": "naslFamily", "hash": "9aedd4dcccf909d4912a2f8113cffa43"}, {"key": "pluginID", "hash": "ece77f2f4fdad1a384b73959e1f7089d"}, {"key": "published", "hash": "81f48a9aab2753072aa86ccab4054773"}, {"key": "references", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "reporter", "hash": "d06743fb01be838054e405f2591bfbab"}, {"key": "sourceData", "hash": "728adf610316036419a24e528b32af67"}, {"key": "title", "hash": "d25c9eae3d386fcd290023efc0cd98f6"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "bb3df7f904e090708b6cf07ea601d78217544e8805e509d2f05be97427ccc64d", "viewCount": 0, "enchantments": {"dependencies": {"references": [], "modified": "2019-11-01T02:13:14"}, "score": {"value": 0.0, "vector": "NONE", "modified": "2019-11-01T02:13:14"}, "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(54797);\n script_version (\"1.2\");\n \n script_name(english: \"AIX 610005 : U842517\");\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 U842517 which is related\nto the security of the package sysmgt.websm.rte.6.1\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:08\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/05/26\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U842517\");\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:\"610005\", patch:\"U842517\", package:\"sysmgt.websm.rte.6.1.5.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": "54797", "cpe": [], "scheme": null}