ID AIX_U829404.NASL Type nessus Reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. Modified 2009-11-13T00:00:00
Description
The remote host is missing AIX PTF U829404 which is related
to the security of the package devices.pci.77102224.com
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(42624);
script_version ("1.3");
name["english"] = "AIX 530009 : U829404";
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 U829404 which is related
to the security of the package devices.pci.77102224.com
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: "2009/11/13");
script_end_attributes();
summary["english"] = "Check for PTF U829404";
script_summary(english:summary["english"]);
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2009-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:"530009", patch:"U829404", package:"devices.pci.77102224.com.5.3.9.3") < 0 )
security_hole(port:0, extra:aix_report_get());
else exit(0, "Host is not vulnerable");
{"id": "AIX_U829404.NASL", "bulletinFamily": "scanner", "title": "AIX 530009 : U829404", "description": "The remote host is missing AIX PTF U829404 which is related\nto the security of the package devices.pci.77102224.com\n\nYou should install this PTF for your system to be up-to-date.", "published": "2009-11-13T00:00:00", "modified": "2009-11-13T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/nessus/42624", "reporter": "This script is Copyright (C) 2009-2019 Tenable Network Security, Inc.", "references": [], "cvelist": [], "type": "nessus", "lastseen": "2019-10-28T19:58:29", "history": [{"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U829404 which is related to the security of the package devices.pci.77102224.com\n\nYou should install this PTF for your system to be up-to-date.", "edition": 1, "enchantments": {"score": {"value": 2.1, "vector": "NONE"}}, "hash": "af3c6d0e444e3effc519b3e80cae15eca0330b0ad1f155f399c9d78d39ac68f9", "hashmap": [{"hash": "ab2376b87c861284c1022c539ca9b001", "key": "pluginID"}, {"hash": "870f08a9c3c6617413ed196f382c9dd4", "key": "href"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "54379f48fd7991096dfe4d53ff2fbd6a", "key": "title"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "f35803a90415d1a0cc9f743be85556de", "key": "sourceData"}, {"hash": "79f33e11551a6ede7363c64a837f77ad", "key": "description"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "954c4d07c081f2645c4e792445ec8677", "key": "published"}, {"hash": "954c4d07c081f2645c4e792445ec8677", "key": "modified"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=42624", "id": "AIX_U829404.NASL", "lastseen": "2016-09-26T17:23:29", "modified": "2009-11-13T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.2", "pluginID": "42624", "published": "2009-11-13T00: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(42624);\n script_version (\"$Revision: 1.2 $\");\n name[\"english\"] = \"AIX 530009 : U829404\";\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 U829404 which is related\nto the security of the package devices.pci.77102224.com\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: \"2009/11/13\");\n script_end_attributes();\n \n summary[\"english\"] = \"Check for PTF U829404\"; \n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2009-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:\"530009\", patch:\"U829404\", package:\"devices.pci.77102224.com.5.3.9.3\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 530009 : U829404", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 1, "lastseen": "2016-09-26T17:23:29"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U829404 which is related\nto the security of the package devices.pci.77102224.com\n\nYou should install this PTF for your system to be up-to-date.", "edition": 2, "enchantments": {"dependencies": {"modified": "2019-01-16T20:10:04", "references": []}, "score": {"value": 2.1, "vector": "NONE"}}, "hash": "2cd34d504bc7ce6d08283095daefb88152f46a37eaac3481dbcbcf1d4707820a", "hashmap": [{"hash": "ab2376b87c861284c1022c539ca9b001", "key": "pluginID"}, {"hash": "870f08a9c3c6617413ed196f382c9dd4", "key": "href"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "ad3eaa29e023af31747ec3e175a5619c", "key": "description"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "54379f48fd7991096dfe4d53ff2fbd6a", "key": "title"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "f35803a90415d1a0cc9f743be85556de", "key": "sourceData"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "954c4d07c081f2645c4e792445ec8677", "key": "published"}, {"hash": "954c4d07c081f2645c4e792445ec8677", "key": "modified"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=42624", "id": "AIX_U829404.NASL", "lastseen": "2019-01-16T20:10:04", "modified": "2009-11-13T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "42624", "published": "2009-11-13T00: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(42624);\n script_version (\"$Revision: 1.2 $\");\n name[\"english\"] = \"AIX 530009 : U829404\";\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 U829404 which is related\nto the security of the package devices.pci.77102224.com\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: \"2009/11/13\");\n script_end_attributes();\n \n summary[\"english\"] = \"Check for PTF U829404\"; \n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2009-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:\"530009\", patch:\"U829404\", package:\"devices.pci.77102224.com.5.3.9.3\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 530009 : U829404", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 2, "lastseen": "2019-01-16T20:10:04"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U829404 which is related to the security of the package devices.pci.77102224.com\n\nYou should install this PTF for your system to be up-to-date.", "edition": 3, "enchantments": {"dependencies": {"modified": "2019-02-21T01:12:42", "references": []}, "score": {"modified": "2019-02-21T01:12:42", "value": -0.0, "vector": "NONE"}}, "hash": "af3c6d0e444e3effc519b3e80cae15eca0330b0ad1f155f399c9d78d39ac68f9", "hashmap": [{"hash": "ab2376b87c861284c1022c539ca9b001", "key": "pluginID"}, {"hash": "870f08a9c3c6617413ed196f382c9dd4", "key": "href"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "54379f48fd7991096dfe4d53ff2fbd6a", "key": "title"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "f35803a90415d1a0cc9f743be85556de", "key": "sourceData"}, {"hash": "79f33e11551a6ede7363c64a837f77ad", "key": "description"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "954c4d07c081f2645c4e792445ec8677", "key": "published"}, {"hash": "954c4d07c081f2645c4e792445ec8677", "key": "modified"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=42624", "id": "AIX_U829404.NASL", "lastseen": "2019-02-21T01:12:42", "modified": "2009-11-13T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "42624", "published": "2009-11-13T00: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(42624);\n script_version (\"$Revision: 1.2 $\");\n name[\"english\"] = \"AIX 530009 : U829404\";\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 U829404 which is related\nto the security of the package devices.pci.77102224.com\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: \"2009/11/13\");\n script_end_attributes();\n \n summary[\"english\"] = \"Check for PTF U829404\"; \n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2009-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:\"530009\", patch:\"U829404\", package:\"devices.pci.77102224.com.5.3.9.3\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 530009 : U829404", "type": "nessus", "viewCount": 0}, "differentElements": ["description", "reporter", "sourceData", "href"], "edition": 3, "lastseen": "2019-02-21T01:12:42"}], "edition": 4, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cpe", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "ad3eaa29e023af31747ec3e175a5619c"}, {"key": "href", "hash": "6bdd970ae4faada08617430bfe243975"}, {"key": "modified", "hash": "954c4d07c081f2645c4e792445ec8677"}, {"key": "naslFamily", "hash": "9aedd4dcccf909d4912a2f8113cffa43"}, {"key": "pluginID", "hash": "ab2376b87c861284c1022c539ca9b001"}, {"key": "published", "hash": "954c4d07c081f2645c4e792445ec8677"}, {"key": "references", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "reporter", "hash": "674a28b03d97384df1668d0d2428c53d"}, {"key": "sourceData", "hash": "e7184105adb9e427906b1c3a45ba66ce"}, {"key": "title", "hash": "54379f48fd7991096dfe4d53ff2fbd6a"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "040f762d567ad29bd2da6328b6fea26dfb5fbde6d4d19dd5889a13f8fab5af68", "viewCount": 0, "enchantments": {"dependencies": {"references": [], "modified": "2019-10-28T19:58:29"}, "score": {"value": -0.1, "vector": "NONE", "modified": "2019-10-28T19:58:29"}, "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(42624);\n script_version (\"1.3\");\n name[\"english\"] = \"AIX 530009 : U829404\";\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 U829404 which is related\nto the security of the package devices.pci.77102224.com\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: \"2009/11/13\");\n script_end_attributes();\n \n summary[\"english\"] = \"Check for PTF U829404\"; \n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2009-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:\"530009\", patch:\"U829404\", package:\"devices.pci.77102224.com.5.3.9.3\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "naslFamily": "AIX Local Security Checks", "pluginID": "42624", "cpe": [], "scheme": null}