ID AIX_U836765.NASL Type nessus Reporter Tenable Modified 2011-03-14T00:00:00
Description
The remote host is missing AIX PTF U836765 which is related to the security of the package bos.rte.boot
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(50145);
script_version ("$Revision: 1.2 $");
script_name(english: "AIX 610004 : U836765");
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 U836765 which is related
to the security of the package bos.rte.boot
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: 2011/03/14 20:55:07 $");
script_set_attribute(attribute:"plugin_publication_date", value: "2010/10/22");
script_end_attributes();
script_summary(english: "Check for PTF U836765");
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2010-2011 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:"610004", patch:"U836765", package:"bos.rte.boot.6.1.4.2") < 0 )
security_hole(port:0, extra:aix_report_get());
else exit(0, "Host is not vulnerable");
{"id": "AIX_U836765.NASL", "bulletinFamily": "scanner", "title": "AIX 610004 : U836765", "description": "The remote host is missing AIX PTF U836765 which is related to the security of the package bos.rte.boot\n\nYou should install this PTF for your system to be up-to-date.", "published": "2010-10-22T00:00:00", "modified": "2011-03-14T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/index.php?view=single&id=50145", "reporter": "Tenable", "references": [], "cvelist": [], "type": "nessus", "lastseen": "2019-02-21T01:14:00", "history": [{"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U836765 which is related to the security of the package bos.rte.boot\n\nYou should install this PTF for your system to be up-to-date.", "edition": 1, "enchantments": {"score": {"value": 2.1, "vector": "NONE"}}, "hash": "e3278338e69d247a37da0063dc0f6b105c5db0f876c9039c3fc94b40990fefbd", "hashmap": [{"hash": "11ba40e4dd7a036e0cdd7a78c4beaf92", "key": "href"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "f083eef819edbbf221dd2909a94c9b8e", "key": "sourceData"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "d08e79425bc71713795493550c27a5ca", "key": "modified"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "2225c68037eea002a96091e9ff9c110e", "key": "title"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "74b16e13ecf73c7358d74c42b8f6a039", "key": "description"}, {"hash": "835dc0df2f18f87505ded46b61706702", "key": "published"}, {"hash": "c25eb64a3eb4fdbee9c8ec96efcc53f6", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=50145", "id": "AIX_U836765.NASL", "lastseen": "2016-09-26T17:26:42", "modified": "2011-03-14T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.2", "pluginID": "50145", "published": "2010-10-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(50145);\n script_version (\"$Revision: 1.2 $\");\n \n script_name(english: \"AIX 610004 : U836765\");\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 U836765 which is related\nto the security of the package bos.rte.boot\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/03/14 20:55:07 $\");\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2010/10/22\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U836765\");\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2010-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:\"610004\", patch:\"U836765\", package:\"bos.rte.boot.6.1.4.2\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 610004 : U836765", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 1, "lastseen": "2016-09-26T17:26:42"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U836765 which is related\nto the security of the package bos.rte.boot\n\nYou should install this PTF for your system to be up-to-date.", "edition": 2, "enchantments": {"dependencies": {"modified": "2019-01-16T20:11:14", "references": []}, "score": {"value": 2.1, "vector": "NONE"}}, "hash": "111c64d3b70d637feb3afa7fef96cb6f172e75e472d658814ba26eff1a5304a8", "hashmap": [{"hash": "11ba40e4dd7a036e0cdd7a78c4beaf92", "key": "href"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "f083eef819edbbf221dd2909a94c9b8e", "key": "sourceData"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "d08e79425bc71713795493550c27a5ca", "key": "modified"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "2225c68037eea002a96091e9ff9c110e", "key": "title"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "6459a229a11852d1a361adc545982b6e", "key": "description"}, {"hash": "835dc0df2f18f87505ded46b61706702", "key": "published"}, {"hash": "c25eb64a3eb4fdbee9c8ec96efcc53f6", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=50145", "id": "AIX_U836765.NASL", "lastseen": "2019-01-16T20:11:14", "modified": "2011-03-14T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "50145", "published": "2010-10-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(50145);\n script_version (\"$Revision: 1.2 $\");\n \n script_name(english: \"AIX 610004 : U836765\");\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 U836765 which is related\nto the security of the package bos.rte.boot\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/03/14 20:55:07 $\");\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2010/10/22\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U836765\");\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2010-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:\"610004\", patch:\"U836765\", package:\"bos.rte.boot.6.1.4.2\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 610004 : U836765", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 2, "lastseen": "2019-01-16T20:11:14"}], "edition": 3, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cpe", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "74b16e13ecf73c7358d74c42b8f6a039"}, {"key": "href", "hash": "11ba40e4dd7a036e0cdd7a78c4beaf92"}, {"key": "modified", "hash": "d08e79425bc71713795493550c27a5ca"}, {"key": "naslFamily", "hash": "9aedd4dcccf909d4912a2f8113cffa43"}, {"key": "pluginID", "hash": "c25eb64a3eb4fdbee9c8ec96efcc53f6"}, {"key": "published", "hash": "835dc0df2f18f87505ded46b61706702"}, {"key": "references", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "reporter", "hash": "9cf00d658b687f030ebe173a0528c567"}, {"key": "sourceData", "hash": "f083eef819edbbf221dd2909a94c9b8e"}, {"key": "title", "hash": "2225c68037eea002a96091e9ff9c110e"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "e3278338e69d247a37da0063dc0f6b105c5db0f876c9039c3fc94b40990fefbd", "viewCount": 0, "enchantments": {"dependencies": {"references": [], "modified": "2019-02-21T01:14:00"}, "score": {"value": 2.1, "vector": "NONE"}, "vulnersScore": 2.1}, "objectVersion": "1.3", "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(50145);\n script_version (\"$Revision: 1.2 $\");\n \n script_name(english: \"AIX 610004 : U836765\");\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 U836765 which is related\nto the security of the package bos.rte.boot\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/03/14 20:55:07 $\");\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2010/10/22\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U836765\");\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2010-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:\"610004\", patch:\"U836765\", package:\"bos.rte.boot.6.1.4.2\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "naslFamily": "AIX Local Security Checks", "pluginID": "50145", "cpe": [], "scheme": null}