ID AIX_U816505.NASL Type nessus Reporter Tenable Modified 2008-03-17T00:00:00
Description
The remote host is missing AIX PTF U816505 which is related to the security of the package bos.perf.proctools
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(31573);
script_version ("$Revision: 1.3 $");
name["english"] = "AIX 530007 : U816505";
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 U816505 which is related
to the security of the package bos.perf.proctools
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: "2008/03/17");
script_end_attributes();
summary["english"] = "Check for PTF U816505";
script_summary(english:summary["english"]);
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2008-2010 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:"530007", patch:"U816505", package:"bos.perf.proctools.5.3.7.1") < 0 )
security_hole(port:0, extra:aix_report_get());
{"id": "AIX_U816505.NASL", "bulletinFamily": "scanner", "title": "AIX 530007 : U816505", "description": "The remote host is missing AIX PTF U816505 which is related to the security of the package bos.perf.proctools\n\nYou should install this PTF for your system to be up-to-date.", "published": "2008-03-17T00:00:00", "modified": "2008-03-17T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/index.php?view=single&id=31573", "reporter": "Tenable", "references": [], "cvelist": [], "type": "nessus", "lastseen": "2019-02-21T01:10:47", "history": [{"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U816505 which is related to the security of the package bos.perf.proctools\n\nYou should install this PTF for your system to be up-to-date.", "edition": 1, "enchantments": {"score": {"value": 2.1, "vector": "NONE"}}, "hash": "706d34d6c51baed0e93f0180ea3422fceb2b817691c89d8b848874d7a4b82777", "hashmap": [{"hash": "0b65a4de47294217b14e79aa29e7d74d", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "f7f2e479a32905f89c83f985b6790748", "key": "href"}, {"hash": "05af5f0beb11c1a6fdf5983c4a243a0e", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "58b56ee8fef552ffe3825f2d0a3a0bec", "key": "published"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "58b56ee8fef552ffe3825f2d0a3a0bec", "key": "modified"}, {"hash": "626123e4fb307ccd9d4946f545232178", "key": "sourceData"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}, {"hash": "c4db216e9181abd6091339674788c74e", "key": "title"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=31573", "id": "AIX_U816505.NASL", "lastseen": "2016-09-26T17:24:02", "modified": "2008-03-17T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.2", "pluginID": "31573", "published": "2008-03-17T00: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(31573);\n script_version (\"$Revision: 1.3 $\");\n name[\"english\"] = \"AIX 530007 : U816505\";\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 U816505 which is related\nto the security of the package bos.perf.proctools\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: \"2008/03/17\");\nscript_end_attributes();\n\n \n summary[\"english\"] = \"Check for PTF U816505\"; \n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2008-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:\"530007\", patch:\"U816505\", package:\"bos.perf.proctools.5.3.7.1\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\n", "title": "AIX 530007 : U816505", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 1, "lastseen": "2016-09-26T17:24:02"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U816505 which is related\nto the security of the package bos.perf.proctools\n\nYou should install this PTF for your system to be up-to-date.", "edition": 2, "enchantments": {"dependencies": {"modified": "2019-01-16T20:08:11", "references": []}, "score": {"value": 2.1, "vector": "NONE"}}, "hash": "c9880b8cd09fea8b88b282d50adc84c836ae96c2216c4dd41cc93bf25ade8a44", "hashmap": [{"hash": "fa4c7c4fc23b35c01863db87a9b43251", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "f7f2e479a32905f89c83f985b6790748", "key": "href"}, {"hash": "05af5f0beb11c1a6fdf5983c4a243a0e", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "58b56ee8fef552ffe3825f2d0a3a0bec", "key": "published"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "58b56ee8fef552ffe3825f2d0a3a0bec", "key": "modified"}, {"hash": "626123e4fb307ccd9d4946f545232178", "key": "sourceData"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}, {"hash": "c4db216e9181abd6091339674788c74e", "key": "title"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=31573", "id": "AIX_U816505.NASL", "lastseen": "2019-01-16T20:08:11", "modified": "2008-03-17T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "31573", "published": "2008-03-17T00: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(31573);\n script_version (\"$Revision: 1.3 $\");\n name[\"english\"] = \"AIX 530007 : U816505\";\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 U816505 which is related\nto the security of the package bos.perf.proctools\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: \"2008/03/17\");\nscript_end_attributes();\n\n \n summary[\"english\"] = \"Check for PTF U816505\"; \n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2008-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:\"530007\", patch:\"U816505\", package:\"bos.perf.proctools.5.3.7.1\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\n", "title": "AIX 530007 : U816505", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 2, "lastseen": "2019-01-16T20:08:11"}], "edition": 3, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cpe", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "0b65a4de47294217b14e79aa29e7d74d"}, {"key": "href", "hash": "f7f2e479a32905f89c83f985b6790748"}, {"key": "modified", "hash": "58b56ee8fef552ffe3825f2d0a3a0bec"}, {"key": "naslFamily", "hash": "9aedd4dcccf909d4912a2f8113cffa43"}, {"key": "pluginID", "hash": "05af5f0beb11c1a6fdf5983c4a243a0e"}, {"key": "published", "hash": "58b56ee8fef552ffe3825f2d0a3a0bec"}, {"key": "references", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "reporter", "hash": "9cf00d658b687f030ebe173a0528c567"}, {"key": "sourceData", "hash": "626123e4fb307ccd9d4946f545232178"}, {"key": "title", "hash": "c4db216e9181abd6091339674788c74e"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "706d34d6c51baed0e93f0180ea3422fceb2b817691c89d8b848874d7a4b82777", "viewCount": 0, "enchantments": {"dependencies": {"references": [], "modified": "2019-02-21T01:10:47"}, "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(31573);\n script_version (\"$Revision: 1.3 $\");\n name[\"english\"] = \"AIX 530007 : U816505\";\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 U816505 which is related\nto the security of the package bos.perf.proctools\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: \"2008/03/17\");\nscript_end_attributes();\n\n \n summary[\"english\"] = \"Check for PTF U816505\"; \n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2008-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:\"530007\", patch:\"U816505\", package:\"bos.perf.proctools.5.3.7.1\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\n", "naslFamily": "AIX Local Security Checks", "pluginID": "31573", "cpe": [], "scheme": null}