ID AIX_U830293.NASL Type nessus Reporter This script is Copyright (C) 2010-2019 Tenable Network Security, Inc. Modified 2019-11-02T00:00:00
Description
The remote host is missing AIX PTF U830293 which is related
to the security of the package bos.rte.install
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(47670);
script_version ("1.2");
name["english"] = "AIX 530012 : U830293";
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 U830293 which is related
to the security of the package bos.rte.install
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/07/08");
script_cvs_date("Date: 2019/09/16 14:12:56");
script_end_attributes();
summary["english"] = "Check for PTF U830293";
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:"530012", patch:"U830293", package:"bos.rte.install.5.3.12.1") < 0 )
security_hole(port:0, extra:aix_report_get());
else exit(0, "Host is not vulnerable");
{"id": "AIX_U830293.NASL", "bulletinFamily": "scanner", "title": "AIX 530012 : U830293", "description": "The remote host is missing AIX PTF U830293 which is related\nto the security of the package bos.rte.install\n\nYou should install this PTF for your system to be up-to-date.", "published": "2010-07-08T00:00:00", "modified": "2019-11-02T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/nessus/47670", "reporter": "This script is Copyright (C) 2010-2019 Tenable Network Security, Inc.", "references": [], "cvelist": [], "type": "nessus", "lastseen": "2019-11-01T02:13:09", "history": [{"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U830293 which is related\nto the security of the package bos.rte.install\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": "854fdf5d1a1be115f2c7221f4e1ee8dcff5418dda7a245ad47064723a598f3c7", "hashmap": [{"hash": "247a3c5c3a5730f97da4c6787b1688c8", "key": "href"}, {"hash": "ca9660d9a885d3bf3cdca5c518e51864", "key": "reporter"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "5cbcecca75bf2e8930998916e074ceed", "key": "sourceData"}, {"hash": "0b47657d6bcf28d3ea29ccea75dec4bc", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "0bafb6325bcaf483a25404f785191cc5", "key": "modified"}, {"hash": "8aef3210a0fbdcc35c51ffa9ce9a9125", "key": "published"}, {"hash": "1b248f8c40882e66a1a8af7f82dad72e", "key": "description"}, {"hash": "068908648168568eb63ab17b797b38fb", "key": "title"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/nessus/47670", "id": "AIX_U830293.NASL", "lastseen": "2019-10-28T19:58:29", "modified": "2019-10-02T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "47670", "published": "2010-07-08T00: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(47670);\n script_version (\"1.2\");\n name[\"english\"] = \"AIX 530012 : U830293\";\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 U830293 which is related\nto the security of the package bos.rte.install\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/07/08\");\n script_cvs_date(\"Date: 2019/09/16 14:12:56\");\n script_end_attributes();\n \n summary[\"english\"] = \"Check for PTF U830293\"; \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:\"530012\", patch:\"U830293\", package:\"bos.rte.install.5.3.12.1\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 530012 : U830293", "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 U830293 which is related to the security of the package bos.rte.install\n\nYou should install this PTF for your system to be up-to-date.", "edition": 1, "enchantments": {"score": {"value": 2.1, "vector": "NONE"}}, "hash": "9b6249b0172b41dabfcf01069068e2be213bc85350f97fe94bb2616cee767b40", "hashmap": [{"hash": "e5590cc371488cf625299f85621870b9", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "8aef3210a0fbdcc35c51ffa9ce9a9125", "key": "modified"}, {"hash": "5e31cdebcc845193b5f9fded6067256d", "key": "sourceData"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "3e43b876cc03e642ada1a5d37262a0de", "key": "href"}, {"hash": "0b47657d6bcf28d3ea29ccea75dec4bc", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "8aef3210a0fbdcc35c51ffa9ce9a9125", "key": "published"}, {"hash": "068908648168568eb63ab17b797b38fb", "key": "title"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=47670", "id": "AIX_U830293.NASL", "lastseen": "2016-09-26T17:23:35", "modified": "2010-07-08T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.2", "pluginID": "47670", "published": "2010-07-08T00: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(47670);\n script_version (\"$Revision: 1.1 $\");\n name[\"english\"] = \"AIX 530012 : U830293\";\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 U830293 which is related\nto the security of the package bos.rte.install\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/07/08\");\n script_cvs_date(\"$Date: 2010/07/08 11:56:23 $\");\n script_end_attributes();\n \n summary[\"english\"] = \"Check for PTF U830293\"; \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:\"530012\", patch:\"U830293\", package:\"bos.rte.install.5.3.12.1\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 530012 : U830293", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 1, "lastseen": "2016-09-26T17:23:35"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U830293 which is related to the security of the package bos.rte.install\n\nYou should install this PTF for your system to be up-to-date.", "edition": 3, "enchantments": {"dependencies": {"modified": "2019-02-21T01:13:36", "references": []}, "score": {"modified": "2019-02-21T01:13:36", "value": 0.0, "vector": "NONE"}}, "hash": "9b6249b0172b41dabfcf01069068e2be213bc85350f97fe94bb2616cee767b40", "hashmap": [{"hash": "e5590cc371488cf625299f85621870b9", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "8aef3210a0fbdcc35c51ffa9ce9a9125", "key": "modified"}, {"hash": "5e31cdebcc845193b5f9fded6067256d", "key": "sourceData"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "3e43b876cc03e642ada1a5d37262a0de", "key": "href"}, {"hash": "0b47657d6bcf28d3ea29ccea75dec4bc", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "8aef3210a0fbdcc35c51ffa9ce9a9125", "key": "published"}, {"hash": "068908648168568eb63ab17b797b38fb", "key": "title"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=47670", "id": "AIX_U830293.NASL", "lastseen": "2019-02-21T01:13:36", "modified": "2010-07-08T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "47670", "published": "2010-07-08T00: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(47670);\n script_version (\"$Revision: 1.1 $\");\n name[\"english\"] = \"AIX 530012 : U830293\";\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 U830293 which is related\nto the security of the package bos.rte.install\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/07/08\");\n script_cvs_date(\"$Date: 2010/07/08 11:56:23 $\");\n script_end_attributes();\n \n summary[\"english\"] = \"Check for PTF U830293\"; \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:\"530012\", patch:\"U830293\", package:\"bos.rte.install.5.3.12.1\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 530012 : U830293", "type": "nessus", "viewCount": 0}, "differentElements": ["description", "reporter", "modified", "sourceData", "href"], "edition": 3, "lastseen": "2019-02-21T01:13:36"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U830293 which is related\nto the security of the package bos.rte.install\n\nYou should install this PTF for your system to be up-to-date.", "edition": 2, "enchantments": {"dependencies": {"modified": "2019-01-16T20:10:50", "references": []}, "score": {"value": 2.1, "vector": "NONE"}}, "hash": "a694441d3c8cf226bd3bd54809ab252fc33e76eb4621ae9d2a66503c757fea13", "hashmap": [{"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "8aef3210a0fbdcc35c51ffa9ce9a9125", "key": "modified"}, {"hash": "5e31cdebcc845193b5f9fded6067256d", "key": "sourceData"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "3e43b876cc03e642ada1a5d37262a0de", "key": "href"}, {"hash": "0b47657d6bcf28d3ea29ccea75dec4bc", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "8aef3210a0fbdcc35c51ffa9ce9a9125", "key": "published"}, {"hash": "1b248f8c40882e66a1a8af7f82dad72e", "key": "description"}, {"hash": "068908648168568eb63ab17b797b38fb", "key": "title"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=47670", "id": "AIX_U830293.NASL", "lastseen": "2019-01-16T20:10:50", "modified": "2010-07-08T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "47670", "published": "2010-07-08T00: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(47670);\n script_version (\"$Revision: 1.1 $\");\n name[\"english\"] = \"AIX 530012 : U830293\";\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 U830293 which is related\nto the security of the package bos.rte.install\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/07/08\");\n script_cvs_date(\"$Date: 2010/07/08 11:56:23 $\");\n script_end_attributes();\n \n summary[\"english\"] = \"Check for PTF U830293\"; \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:\"530012\", patch:\"U830293\", package:\"bos.rte.install.5.3.12.1\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 530012 : U830293", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 2, "lastseen": "2019-01-16T20:10:50"}], "edition": 5, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cpe", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "1b248f8c40882e66a1a8af7f82dad72e"}, {"key": "href", "hash": "247a3c5c3a5730f97da4c6787b1688c8"}, {"key": "modified", "hash": "abcf9266f425f12dda38f529cd4a94bc"}, {"key": "naslFamily", "hash": "9aedd4dcccf909d4912a2f8113cffa43"}, {"key": "pluginID", "hash": "0b47657d6bcf28d3ea29ccea75dec4bc"}, {"key": "published", "hash": "8aef3210a0fbdcc35c51ffa9ce9a9125"}, {"key": "references", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "reporter", "hash": "ca9660d9a885d3bf3cdca5c518e51864"}, {"key": "sourceData", "hash": "5cbcecca75bf2e8930998916e074ceed"}, {"key": "title", "hash": "068908648168568eb63ab17b797b38fb"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "b04cce77928621235d491dd8358597bb9443b4bfb1e500269f654daf1054187c", "viewCount": 0, "enchantments": {"dependencies": {"references": [], "modified": "2019-11-01T02:13:09"}, "score": {"value": -0.1, "vector": "NONE", "modified": "2019-11-01T02:13:09"}, "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(47670);\n script_version (\"1.2\");\n name[\"english\"] = \"AIX 530012 : U830293\";\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 U830293 which is related\nto the security of the package bos.rte.install\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/07/08\");\n script_cvs_date(\"Date: 2019/09/16 14:12:56\");\n script_end_attributes();\n \n summary[\"english\"] = \"Check for PTF U830293\"; \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:\"530012\", patch:\"U830293\", package:\"bos.rte.install.5.3.12.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": "47670", "cpe": [], "scheme": null}