ID AIX_U810120.NASL Type nessus Reporter This script is Copyright (C) 2007-2019 Tenable Network Security, Inc. Modified 2007-12-03T00:00:00
Description
The remote host is missing AIX PTF U810120 which is related
to the security of the package devices.pci.14101c02.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(28797);
script_version ("1.4");
name["english"] = "AIX 520009 : U810120";
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 U810120 which is related
to the security of the package devices.pci.14101c02.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: "2007/12/03");
script_end_attributes();
summary["english"] = "Check for PTF U810120";
script_summary(english:summary["english"]);
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2007-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 ( aix_check_patch(ml:"520009", patch:"U810120", package:"devices.pci.14101c02.rte.5.2.0.97") < 0 )
security_hole(port:0, extra:aix_report_get());
{"id": "AIX_U810120.NASL", "bulletinFamily": "scanner", "title": "AIX 520009 : U810120", "description": "The remote host is missing AIX PTF U810120 which is related\nto the security of the package devices.pci.14101c02.rte\n\nYou should install this PTF for your system to be up-to-date.", "published": "2007-12-03T00:00:00", "modified": "2007-12-03T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/nessus/28797", "reporter": "This script is Copyright (C) 2007-2019 Tenable Network Security, Inc.", "references": [], "cvelist": [], "type": "nessus", "lastseen": "2019-10-28T19:58:23", "history": [{"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U810120 which is related to the security of the package devices.pci.14101c02.rte\n\nYou should install this PTF for your system to be up-to-date.", "edition": 3, "enchantments": {"dependencies": {"modified": "2019-02-21T01:10:27", "references": []}, "score": {"modified": "2019-02-21T01:10:27", "value": 0.0, "vector": "NONE"}}, "hash": "56e10928087e614a769cd1ab7f16dd19359c9efaaea3ef3fe3f08d222375603f", "hashmap": [{"hash": "f93f4793c2783325b8b6e96c21f3ce5e", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "ebef0da5733dce975a1369dd478bcf6e", "key": "modified"}, {"hash": "1a1dd06310f2f4bdaddb743fd0dfed7a", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "2ed278d0e060f622e243cd53f42224a9", "key": "href"}, {"hash": "5d4b0a736085ab8c5e57d35c378e7248", "key": "title"}, {"hash": "014c57e0cb52b252ab28d2ea3fb6cecb", "key": "sourceData"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}, {"hash": "ebef0da5733dce975a1369dd478bcf6e", "key": "published"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=28797", "id": "AIX_U810120.NASL", "lastseen": "2019-02-21T01:10:27", "modified": "2007-12-03T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "28797", "published": "2007-12-03T00: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(28797);\n script_version (\"$Revision: 1.3 $\");\n name[\"english\"] = \"AIX 520009 : U810120\";\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 U810120 which is related\nto the security of the package devices.pci.14101c02.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\n\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2007/12/03\");\nscript_end_attributes();\n\n \n summary[\"english\"] = \"Check for PTF U810120\"; \n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2007-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\");\n\nif ( aix_check_patch(ml:\"520009\", patch:\"U810120\", package:\"devices.pci.14101c02.rte.5.2.0.97\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\n", "title": "AIX 520009 : U810120", "type": "nessus", "viewCount": 0}, "differentElements": ["description", "reporter", "sourceData", "href"], "edition": 3, "lastseen": "2019-02-21T01:10:27"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U810120 which is related\nto the security of the package devices.pci.14101c02.rte\n\nYou should install this PTF for your system to be up-to-date.", "edition": 2, "enchantments": {"dependencies": {"modified": "2019-01-16T20:07:52", "references": []}, "score": {"value": 2.1, "vector": "NONE"}}, "hash": "1bfdf3a90dcfa8bb82784452e7ae2c281abc5b01cc0c573258d987625ac4dc3f", "hashmap": [{"hash": "f93f4793c2783325b8b6e96c21f3ce5e", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "5c7b4db57de8ad40f3b4429149f6fd03", "key": "description"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "ebef0da5733dce975a1369dd478bcf6e", "key": "modified"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "2ed278d0e060f622e243cd53f42224a9", "key": "href"}, {"hash": "5d4b0a736085ab8c5e57d35c378e7248", "key": "title"}, {"hash": "014c57e0cb52b252ab28d2ea3fb6cecb", "key": "sourceData"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}, {"hash": "ebef0da5733dce975a1369dd478bcf6e", "key": "published"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=28797", "id": "AIX_U810120.NASL", "lastseen": "2019-01-16T20:07:52", "modified": "2007-12-03T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "28797", "published": "2007-12-03T00: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(28797);\n script_version (\"$Revision: 1.3 $\");\n name[\"english\"] = \"AIX 520009 : U810120\";\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 U810120 which is related\nto the security of the package devices.pci.14101c02.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\n\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2007/12/03\");\nscript_end_attributes();\n\n \n summary[\"english\"] = \"Check for PTF U810120\"; \n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2007-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\");\n\nif ( aix_check_patch(ml:\"520009\", patch:\"U810120\", package:\"devices.pci.14101c02.rte.5.2.0.97\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\n", "title": "AIX 520009 : U810120", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 2, "lastseen": "2019-01-16T20:07:52"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U810120 which is related to the security of the package devices.pci.14101c02.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": "56e10928087e614a769cd1ab7f16dd19359c9efaaea3ef3fe3f08d222375603f", "hashmap": [{"hash": "f93f4793c2783325b8b6e96c21f3ce5e", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "ebef0da5733dce975a1369dd478bcf6e", "key": "modified"}, {"hash": "1a1dd06310f2f4bdaddb743fd0dfed7a", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "2ed278d0e060f622e243cd53f42224a9", "key": "href"}, {"hash": "5d4b0a736085ab8c5e57d35c378e7248", "key": "title"}, {"hash": "014c57e0cb52b252ab28d2ea3fb6cecb", "key": "sourceData"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}, {"hash": "ebef0da5733dce975a1369dd478bcf6e", "key": "published"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=28797", "id": "AIX_U810120.NASL", "lastseen": "2016-09-26T17:24:06", "modified": "2007-12-03T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.2", "pluginID": "28797", "published": "2007-12-03T00: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(28797);\n script_version (\"$Revision: 1.3 $\");\n name[\"english\"] = \"AIX 520009 : U810120\";\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 U810120 which is related\nto the security of the package devices.pci.14101c02.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\n\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2007/12/03\");\nscript_end_attributes();\n\n \n summary[\"english\"] = \"Check for PTF U810120\"; \n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2007-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\");\n\nif ( aix_check_patch(ml:\"520009\", patch:\"U810120\", package:\"devices.pci.14101c02.rte.5.2.0.97\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\n", "title": "AIX 520009 : U810120", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 1, "lastseen": "2016-09-26T17:24:06"}], "edition": 4, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cpe", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "5c7b4db57de8ad40f3b4429149f6fd03"}, {"key": "href", "hash": "715a300c7059a629281fd21a1ec1cd9e"}, {"key": "modified", "hash": "ebef0da5733dce975a1369dd478bcf6e"}, {"key": "naslFamily", "hash": "9aedd4dcccf909d4912a2f8113cffa43"}, {"key": "pluginID", "hash": "f93f4793c2783325b8b6e96c21f3ce5e"}, {"key": "published", "hash": "ebef0da5733dce975a1369dd478bcf6e"}, {"key": "references", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "reporter", "hash": "b6bb6e87c49273664b08b5039cd37f22"}, {"key": "sourceData", "hash": "b7c042b581a8d18963165f89feba572c"}, {"key": "title", "hash": "5d4b0a736085ab8c5e57d35c378e7248"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "d04bf31069abd3e6444bbd57df5f7bbc1fc120b3e4fff49b263223a8e6800f4f", "viewCount": 0, "enchantments": {"dependencies": {"references": [], "modified": "2019-10-28T19:58:23"}, "score": {"value": -0.0, "vector": "NONE", "modified": "2019-10-28T19:58:23"}, "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(28797);\n script_version (\"1.4\");\n name[\"english\"] = \"AIX 520009 : U810120\";\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 U810120 which is related\nto the security of the package devices.pci.14101c02.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\n\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2007/12/03\");\nscript_end_attributes();\n\n \n summary[\"english\"] = \"Check for PTF U810120\"; \n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2007-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\");\n\nif ( aix_check_patch(ml:\"520009\", patch:\"U810120\", package:\"devices.pci.14101c02.rte.5.2.0.97\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\n", "naslFamily": "AIX Local Security Checks", "pluginID": "28797", "cpe": [], "scheme": null}