ID AIX_U834078.NASL Type nessus Reporter This script is Copyright (C) 2010-2019 Tenable Network Security, Inc. Modified 2019-12-02T00:00:00
Description
The remote host is missing AIX PTF U834078 which is related
to the security of the package devices.pciex.b3154a63.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(46950);
script_version ("1.3");
script_name(english: "AIX 610002 : U834078");
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 U834078 which is related
to the security of the package devices.pciex.b3154a63.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_type", value: "local");
script_cvs_date("Date: 2019/09/16 14:12:59");
script_set_attribute(attribute:"plugin_publication_date", value: "2010/06/15");
script_end_attributes();
script_summary(english: "Check for PTF U834078");
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2010-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:"610002", patch:"U834078", package:"devices.pciex.b3154a63.rte.6.1.2.8") < 0 )
security_hole(port:0, extra:aix_report_get());
else exit(0, "Host is not vulnerable");
{"id": "AIX_U834078.NASL", "bulletinFamily": "scanner", "title": "AIX 610002 : U834078", "description": "The remote host is missing AIX PTF U834078 which is related\nto the security of the package devices.pciex.b3154a63.rte\n\nYou should install this PTF for your system to be up-to-date.", "published": "2010-06-15T00:00:00", "modified": "2019-12-02T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/nessus/46950", "reporter": "This script is Copyright (C) 2010-2019 Tenable Network Security, Inc.", "references": [], "cvelist": [], "type": "nessus", "lastseen": "2019-12-13T06:37:44", "history": [{"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U834078 which is related to the security of the package devices.pciex.b3154a63.rte\n\nYou should install this PTF for your system to be up-to-date.", "edition": 3, "enchantments": {"dependencies": {"modified": "2019-02-21T01:13:28", "references": []}, "score": {"modified": "2019-02-21T01:13:28", "value": 0.0, "vector": "NONE"}}, "hash": "74be199680fc4f4c73e5fa5d0d7f409ca1fcc13a8b62a40c93420976255b0d3f", "hashmap": [{"hash": "71ad3e92164fd13a42b23a70cf89c8ae", "key": "published"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "1eaf5acd5f5fab8912c22006057f5341", "key": "sourceData"}, {"hash": "68155302c4c28b2684289e66c364ae0a", "key": "title"}, {"hash": "06866f020cb80790b158b1ea301680a3", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "d08e79425bc71713795493550c27a5ca", "key": "modified"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "40a61d99c9a8ca579e7315095368d0ad", "key": "href"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}, {"hash": "778ef1b2b70a4de8fd2d61085cd5ce82", "key": "description"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=46950", "id": "AIX_U834078.NASL", "lastseen": "2019-02-21T01:13:28", "modified": "2011-03-14T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "46950", "published": "2010-06-15T00: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(46950);\n script_version (\"$Revision: 1.2 $\");\n \n script_name(english: \"AIX 610002 : U834078\");\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 U834078 which is related\nto the security of the package devices.pciex.b3154a63.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 script_set_attribute(attribute: \"plugin_type\", value: \"local\");\n script_cvs_date(\"$Date: 2011/03/14 20:40:17 $\");\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2010/06/15\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U834078\");\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:\"610002\", patch:\"U834078\", package:\"devices.pciex.b3154a63.rte.6.1.2.8\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 610002 : U834078", "type": "nessus", "viewCount": 0}, "differentElements": ["description", "reporter", "modified", "sourceData", "href"], "edition": 3, "lastseen": "2019-02-21T01:13:28"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U834078 which is related\nto the security of the package devices.pciex.b3154a63.rte\n\nYou should install this PTF for your system to be up-to-date.", "edition": 5, "enchantments": {"dependencies": {"modified": "2019-11-01T02:13:10", "references": []}, "score": {"modified": "2019-11-01T02:13:10", "value": 0.0, "vector": "NONE"}}, "hash": "433257199c2b428d93c5095358cf16085976f2893e1afc0cb33e84e58bbfa925", "hashmap": [{"hash": "71ad3e92164fd13a42b23a70cf89c8ae", "key": "published"}, {"hash": "ca9660d9a885d3bf3cdca5c518e51864", "key": "reporter"}, {"hash": "abcf9266f425f12dda38f529cd4a94bc", "key": "modified"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "68155302c4c28b2684289e66c364ae0a", "key": "title"}, {"hash": "06866f020cb80790b158b1ea301680a3", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "6c7a4493a867602ee66ac51f83b8699f", "key": "href"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "c45aa667bd8af524d8b5c6f020d04ef3", "key": "sourceData"}, {"hash": "109597bc14dafc2fa9cfd19f8af065cd", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/nessus/46950", "id": "AIX_U834078.NASL", "lastseen": "2019-11-01T02:13:10", "modified": "2019-11-02T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "46950", "published": "2010-06-15T00: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(46950);\n script_version (\"1.3\");\n \n script_name(english: \"AIX 610002 : U834078\");\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 U834078 which is related\nto the security of the package devices.pciex.b3154a63.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 script_set_attribute(attribute: \"plugin_type\", value: \"local\");\n script_cvs_date(\"Date: 2019/09/16 14:12:59\");\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2010/06/15\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U834078\");\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2010-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:\"610002\", patch:\"U834078\", package:\"devices.pciex.b3154a63.rte.6.1.2.8\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 610002 : U834078", "type": "nessus", "viewCount": 0}, "differentElements": ["modified"], "edition": 5, "lastseen": "2019-11-01T02:13:10"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U834078 which is related\nto the security of the package devices.pciex.b3154a63.rte\n\nYou should install this PTF for your system to be up-to-date.", "edition": 4, "enchantments": {"dependencies": {"modified": "2019-10-28T19:58:30", "references": []}, "score": {"modified": "2019-10-28T19:58:30", "value": 0.0, "vector": "NONE"}}, "hash": "8567e5fff7d5190e137b22c46b989439131137e28f68904ea75e346fed6fd54f", "hashmap": [{"hash": "71ad3e92164fd13a42b23a70cf89c8ae", "key": "published"}, {"hash": "ca9660d9a885d3bf3cdca5c518e51864", "key": "reporter"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "68155302c4c28b2684289e66c364ae0a", "key": "title"}, {"hash": "06866f020cb80790b158b1ea301680a3", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "6c7a4493a867602ee66ac51f83b8699f", "key": "href"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "0bafb6325bcaf483a25404f785191cc5", "key": "modified"}, {"hash": "c45aa667bd8af524d8b5c6f020d04ef3", "key": "sourceData"}, {"hash": "109597bc14dafc2fa9cfd19f8af065cd", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/nessus/46950", "id": "AIX_U834078.NASL", "lastseen": "2019-10-28T19:58:30", "modified": "2019-10-02T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "46950", "published": "2010-06-15T00: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(46950);\n script_version (\"1.3\");\n \n script_name(english: \"AIX 610002 : U834078\");\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 U834078 which is related\nto the security of the package devices.pciex.b3154a63.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 script_set_attribute(attribute: \"plugin_type\", value: \"local\");\n script_cvs_date(\"Date: 2019/09/16 14:12:59\");\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2010/06/15\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U834078\");\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2010-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:\"610002\", patch:\"U834078\", package:\"devices.pciex.b3154a63.rte.6.1.2.8\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 610002 : U834078", "type": "nessus", "viewCount": 0}, "differentElements": ["modified"], "edition": 4, "lastseen": "2019-10-28T19:58:30"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U834078 which is related to the security of the package devices.pciex.b3154a63.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": "74be199680fc4f4c73e5fa5d0d7f409ca1fcc13a8b62a40c93420976255b0d3f", "hashmap": [{"hash": "71ad3e92164fd13a42b23a70cf89c8ae", "key": "published"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "1eaf5acd5f5fab8912c22006057f5341", "key": "sourceData"}, {"hash": "68155302c4c28b2684289e66c364ae0a", "key": "title"}, {"hash": "06866f020cb80790b158b1ea301680a3", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "d08e79425bc71713795493550c27a5ca", "key": "modified"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "40a61d99c9a8ca579e7315095368d0ad", "key": "href"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}, {"hash": "778ef1b2b70a4de8fd2d61085cd5ce82", "key": "description"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=46950", "id": "AIX_U834078.NASL", "lastseen": "2016-09-26T17:25:06", "modified": "2011-03-14T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.2", "pluginID": "46950", "published": "2010-06-15T00: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(46950);\n script_version (\"$Revision: 1.2 $\");\n \n script_name(english: \"AIX 610002 : U834078\");\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 U834078 which is related\nto the security of the package devices.pciex.b3154a63.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 script_set_attribute(attribute: \"plugin_type\", value: \"local\");\n script_cvs_date(\"$Date: 2011/03/14 20:40:17 $\");\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2010/06/15\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U834078\");\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:\"610002\", patch:\"U834078\", package:\"devices.pciex.b3154a63.rte.6.1.2.8\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 610002 : U834078", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 1, "lastseen": "2016-09-26T17:25:06"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U834078 which is related\nto the security of the package devices.pciex.b3154a63.rte\n\nYou should install this PTF for your system to be up-to-date.", "edition": 2, "enchantments": {"dependencies": {"modified": "2019-01-16T20:10:42", "references": []}, "score": {"value": 2.1, "vector": "NONE"}}, "hash": "cd979d3d643bfdc62dcaa7b7fce1ae48652074565e2d8b61e307d3a3bff6ab90", "hashmap": [{"hash": "71ad3e92164fd13a42b23a70cf89c8ae", "key": "published"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "1eaf5acd5f5fab8912c22006057f5341", "key": "sourceData"}, {"hash": "68155302c4c28b2684289e66c364ae0a", "key": "title"}, {"hash": "06866f020cb80790b158b1ea301680a3", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "d08e79425bc71713795493550c27a5ca", "key": "modified"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "40a61d99c9a8ca579e7315095368d0ad", "key": "href"}, {"hash": "109597bc14dafc2fa9cfd19f8af065cd", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=46950", "id": "AIX_U834078.NASL", "lastseen": "2019-01-16T20:10:42", "modified": "2011-03-14T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "46950", "published": "2010-06-15T00: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(46950);\n script_version (\"$Revision: 1.2 $\");\n \n script_name(english: \"AIX 610002 : U834078\");\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 U834078 which is related\nto the security of the package devices.pciex.b3154a63.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 script_set_attribute(attribute: \"plugin_type\", value: \"local\");\n script_cvs_date(\"$Date: 2011/03/14 20:40:17 $\");\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2010/06/15\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U834078\");\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:\"610002\", patch:\"U834078\", package:\"devices.pciex.b3154a63.rte.6.1.2.8\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 610002 : U834078", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 2, "lastseen": "2019-01-16T20:10:42"}], "edition": 6, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cpe", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "109597bc14dafc2fa9cfd19f8af065cd"}, {"key": "href", "hash": "6c7a4493a867602ee66ac51f83b8699f"}, {"key": "modified", "hash": "5a7504dfe859a7ccbaf560628f6442ad"}, {"key": "naslFamily", "hash": "9aedd4dcccf909d4912a2f8113cffa43"}, {"key": "pluginID", "hash": "06866f020cb80790b158b1ea301680a3"}, {"key": "published", "hash": "71ad3e92164fd13a42b23a70cf89c8ae"}, {"key": "references", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "reporter", "hash": "ca9660d9a885d3bf3cdca5c518e51864"}, {"key": "sourceData", "hash": "c45aa667bd8af524d8b5c6f020d04ef3"}, {"key": "title", "hash": "68155302c4c28b2684289e66c364ae0a"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "bced18323697620b3e6c1c274dd330dc92f89d74cccbba8ae2e09f37cc831ec5", "viewCount": 0, "enchantments": {"dependencies": {"references": [], "modified": "2019-12-13T06:37:44"}, "score": {"value": 0.0, "vector": "NONE", "modified": "2019-12-13T06:37:44"}, "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(46950);\n script_version (\"1.3\");\n \n script_name(english: \"AIX 610002 : U834078\");\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 U834078 which is related\nto the security of the package devices.pciex.b3154a63.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 script_set_attribute(attribute: \"plugin_type\", value: \"local\");\n script_cvs_date(\"Date: 2019/09/16 14:12:59\");\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2010/06/15\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U834078\");\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2010-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:\"610002\", patch:\"U834078\", package:\"devices.pciex.b3154a63.rte.6.1.2.8\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "naslFamily": "AIX Local Security Checks", "pluginID": "46950", "cpe": [], "scheme": null}