ID AIX_U813457.NASL Type nessus Reporter This script is Copyright (C) 2008-2019 Tenable Network Security, Inc. Modified 2008-06-04T00:00:00
Description
The remote host is missing AIX PTF U813457 which is related
to the security of the package X11.samples.lib.Core
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(32701);
script_version ("1.4");
name["english"] = "AIX 610000 : U813457";
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 U813457 which is related
to the security of the package X11.samples.lib.Core
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/06/04");
script_end_attributes();
summary["english"] = "Check for PTF U813457";
script_summary(english:summary["english"]);
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2008-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:"610000", patch:"U813457", package:"X11.samples.lib.Core.6.1.1.0") < 0 )
security_hole(port:0, extra:aix_report_get());
{"id": "AIX_U813457.NASL", "bulletinFamily": "scanner", "title": "AIX 610000 : U813457", "description": "The remote host is missing AIX PTF U813457 which is related\nto the security of the package X11.samples.lib.Core\n\nYou should install this PTF for your system to be up-to-date.", "published": "2008-06-04T00:00:00", "modified": "2008-06-04T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/nessus/32701", "reporter": "This script is Copyright (C) 2008-2019 Tenable Network Security, Inc.", "references": [], "cvelist": [], "type": "nessus", "lastseen": "2019-10-28T19:58:24", "history": [{"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U813457 which is related\nto the security of the package X11.samples.lib.Core\n\nYou should install this PTF for your system to be up-to-date.", "edition": 2, "enchantments": {"dependencies": {"modified": "2019-01-16T20:08:22", "references": []}, "score": {"value": 2.1, "vector": "NONE"}}, "hash": "eb84c808e3e08200a2a534053bbafbd3557f3b3370ebd85186fd9d241fbe78d0", "hashmap": [{"hash": "67f8d3f43e710a21026d131ff1f09848", "key": "published"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "780200052080269d36ea1f3eef207a31", "key": "description"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "aed78add928245956fdd690e5c0dfdae", "key": "title"}, {"hash": "6ff8815d9f5303517e56e7691fde272b", "key": "href"}, {"hash": "67f8d3f43e710a21026d131ff1f09848", "key": "modified"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "c4b96e147d004941235298b2e5fb678f", "key": "pluginID"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "6f1ff6cb0c75c1c11cede48e482c3e15", "key": "sourceData"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=32701", "id": "AIX_U813457.NASL", "lastseen": "2019-01-16T20:08:22", "modified": "2008-06-04T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "32701", "published": "2008-06-04T00: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(32701);\n script_version (\"$Revision: 1.3 $\");\n name[\"english\"] = \"AIX 610000 : U813457\";\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 U813457 which is related\nto the security of the package X11.samples.lib.Core\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/06/04\");\nscript_end_attributes();\n\n \n summary[\"english\"] = \"Check for PTF U813457\"; \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:\"610000\", patch:\"U813457\", package:\"X11.samples.lib.Core.6.1.1.0\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\n", "title": "AIX 610000 : U813457", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 2, "lastseen": "2019-01-16T20:08:22"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U813457 which is related to the security of the package X11.samples.lib.Core\n\nYou should install this PTF for your system to be up-to-date.", "edition": 1, "enchantments": {"score": {"value": 2.1, "vector": "NONE"}}, "hash": "8349fe2e889c3e97f47ec64a40c054ccc415752158e01edbe863ae98cf36ffac", "hashmap": [{"hash": "67f8d3f43e710a21026d131ff1f09848", "key": "published"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "aed78add928245956fdd690e5c0dfdae", "key": "title"}, {"hash": "fd9acb86916a840688d2669c0d31c6ef", "key": "description"}, {"hash": "6ff8815d9f5303517e56e7691fde272b", "key": "href"}, {"hash": "67f8d3f43e710a21026d131ff1f09848", "key": "modified"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "c4b96e147d004941235298b2e5fb678f", "key": "pluginID"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "6f1ff6cb0c75c1c11cede48e482c3e15", "key": "sourceData"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=32701", "id": "AIX_U813457.NASL", "lastseen": "2016-09-26T17:23:58", "modified": "2008-06-04T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.2", "pluginID": "32701", "published": "2008-06-04T00: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(32701);\n script_version (\"$Revision: 1.3 $\");\n name[\"english\"] = \"AIX 610000 : U813457\";\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 U813457 which is related\nto the security of the package X11.samples.lib.Core\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/06/04\");\nscript_end_attributes();\n\n \n summary[\"english\"] = \"Check for PTF U813457\"; \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:\"610000\", patch:\"U813457\", package:\"X11.samples.lib.Core.6.1.1.0\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\n", "title": "AIX 610000 : U813457", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 1, "lastseen": "2016-09-26T17:23:58"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U813457 which is related to the security of the package X11.samples.lib.Core\n\nYou should install this PTF for your system to be up-to-date.", "edition": 3, "enchantments": {"dependencies": {"modified": "2019-02-21T01:10:58", "references": []}, "score": {"modified": "2019-02-21T01:10:58", "value": 0.0, "vector": "NONE"}}, "hash": "8349fe2e889c3e97f47ec64a40c054ccc415752158e01edbe863ae98cf36ffac", "hashmap": [{"hash": "67f8d3f43e710a21026d131ff1f09848", "key": "published"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "aed78add928245956fdd690e5c0dfdae", "key": "title"}, {"hash": "fd9acb86916a840688d2669c0d31c6ef", "key": "description"}, {"hash": "6ff8815d9f5303517e56e7691fde272b", "key": "href"}, {"hash": "67f8d3f43e710a21026d131ff1f09848", "key": "modified"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "c4b96e147d004941235298b2e5fb678f", "key": "pluginID"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "6f1ff6cb0c75c1c11cede48e482c3e15", "key": "sourceData"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=32701", "id": "AIX_U813457.NASL", "lastseen": "2019-02-21T01:10:58", "modified": "2008-06-04T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "32701", "published": "2008-06-04T00: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(32701);\n script_version (\"$Revision: 1.3 $\");\n name[\"english\"] = \"AIX 610000 : U813457\";\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 U813457 which is related\nto the security of the package X11.samples.lib.Core\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/06/04\");\nscript_end_attributes();\n\n \n summary[\"english\"] = \"Check for PTF U813457\"; \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:\"610000\", patch:\"U813457\", package:\"X11.samples.lib.Core.6.1.1.0\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\n", "title": "AIX 610000 : U813457", "type": "nessus", "viewCount": 0}, "differentElements": ["description", "reporter", "sourceData", "href"], "edition": 3, "lastseen": "2019-02-21T01:10:58"}], "edition": 4, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cpe", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "780200052080269d36ea1f3eef207a31"}, {"key": "href", "hash": "ce5635aa72fa95d5e097ad54b89916bd"}, {"key": "modified", "hash": "67f8d3f43e710a21026d131ff1f09848"}, {"key": "naslFamily", "hash": "9aedd4dcccf909d4912a2f8113cffa43"}, {"key": "pluginID", "hash": "c4b96e147d004941235298b2e5fb678f"}, {"key": "published", "hash": "67f8d3f43e710a21026d131ff1f09848"}, {"key": "references", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "reporter", "hash": "b4aaf55d0f3b49f1f86aeb0f1c864afc"}, {"key": "sourceData", "hash": "13d1e894f3c346c94af146a362ae92a4"}, {"key": "title", "hash": "aed78add928245956fdd690e5c0dfdae"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "c051138807104c58b4996c678a98f1e2d40ee0cce79f18266b4a5ac6de396ac9", "viewCount": 0, "enchantments": {"dependencies": {"references": [], "modified": "2019-10-28T19:58:24"}, "score": {"value": -0.0, "vector": "NONE", "modified": "2019-10-28T19:58:24"}, "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(32701);\n script_version (\"1.4\");\n name[\"english\"] = \"AIX 610000 : U813457\";\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 U813457 which is related\nto the security of the package X11.samples.lib.Core\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/06/04\");\nscript_end_attributes();\n\n \n summary[\"english\"] = \"Check for PTF U813457\"; \n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2008-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:\"610000\", patch:\"U813457\", package:\"X11.samples.lib.Core.6.1.1.0\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\n", "naslFamily": "AIX Local Security Checks", "pluginID": "32701", "cpe": [], "scheme": null}