ID AIX_U814219.NASL Type nessus Reporter This script is Copyright (C) 2008-2019 Tenable Network Security, Inc. Modified 2008-03-17T00:00:00
Description
The remote host is missing AIX PTF U814219 which is related
to the security of the package bos.net.nfs.client
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(31482);
script_version ("1.4");
name["english"] = "AIX 530006 : U814219";
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 U814219 which is related
to the security of the package bos.net.nfs.client
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 U814219";
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:"530006", patch:"U814219", package:"bos.net.nfs.client.5.3.0.66") < 0 )
security_hole(port:0, extra:aix_report_get());
{"id": "AIX_U814219.NASL", "bulletinFamily": "scanner", "title": "AIX 530006 : U814219", "description": "The remote host is missing AIX PTF U814219 which is related\nto the security of the package bos.net.nfs.client\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/nessus/31482", "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 U814219 which is related to the security of the package bos.net.nfs.client\n\nYou should install this PTF for your system to be up-to-date.", "edition": 1, "enchantments": {"score": {"value": 2.1, "vector": "NONE"}}, "hash": "34a86e0f49bc7b0c8d25a41e14e56201630824847854f27e11377b040cc3828c", "hashmap": [{"hash": "352aeacc2d2f1e73ed78eb6a2afd5382", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "df848977091dbc7fbf60ab40f114cb97", "key": "href"}, {"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": "3e2876647cb7fb4f7d6e98b52d478156", "key": "sourceData"}, {"hash": "58b56ee8fef552ffe3825f2d0a3a0bec", "key": "modified"}, {"hash": "a65f1a3b683798dfd16d5850525c7b8e", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}, {"hash": "f08fa4b7f9c3f4e0d1f01ea01a280d5f", "key": "title"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=31482", "id": "AIX_U814219.NASL", "lastseen": "2016-09-26T17:26:40", "modified": "2008-03-17T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.2", "pluginID": "31482", "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(31482);\n script_version (\"$Revision: 1.3 $\");\n name[\"english\"] = \"AIX 530006 : U814219\";\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 U814219 which is related\nto the security of the package bos.net.nfs.client\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 U814219\"; \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:\"530006\", patch:\"U814219\", package:\"bos.net.nfs.client.5.3.0.66\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\n", "title": "AIX 530006 : U814219", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 1, "lastseen": "2016-09-26T17:26:40"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U814219 which is related\nto the security of the package bos.net.nfs.client\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": "9b79a4c28e77f45b34e0c6be585a4ee1fb924464091de5ce2a553fb5ee0be74a", "hashmap": [{"hash": "aae395dca1e75de5b94b10649c84ee7b", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "df848977091dbc7fbf60ab40f114cb97", "key": "href"}, {"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": "3e2876647cb7fb4f7d6e98b52d478156", "key": "sourceData"}, {"hash": "58b56ee8fef552ffe3825f2d0a3a0bec", "key": "modified"}, {"hash": "a65f1a3b683798dfd16d5850525c7b8e", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}, {"hash": "f08fa4b7f9c3f4e0d1f01ea01a280d5f", "key": "title"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=31482", "id": "AIX_U814219.NASL", "lastseen": "2019-01-16T20:08:11", "modified": "2008-03-17T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "31482", "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(31482);\n script_version (\"$Revision: 1.3 $\");\n name[\"english\"] = \"AIX 530006 : U814219\";\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 U814219 which is related\nto the security of the package bos.net.nfs.client\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 U814219\"; \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:\"530006\", patch:\"U814219\", package:\"bos.net.nfs.client.5.3.0.66\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\n", "title": "AIX 530006 : U814219", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 2, "lastseen": "2019-01-16T20:08:11"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U814219 which is related to the security of the package bos.net.nfs.client\n\nYou should install this PTF for your system to be up-to-date.", "edition": 3, "enchantments": {"dependencies": {"modified": "2019-02-21T01:10:47", "references": []}, "score": {"modified": "2019-02-21T01:10:47", "value": 0.0, "vector": "NONE"}}, "hash": "34a86e0f49bc7b0c8d25a41e14e56201630824847854f27e11377b040cc3828c", "hashmap": [{"hash": "352aeacc2d2f1e73ed78eb6a2afd5382", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "df848977091dbc7fbf60ab40f114cb97", "key": "href"}, {"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": "3e2876647cb7fb4f7d6e98b52d478156", "key": "sourceData"}, {"hash": "58b56ee8fef552ffe3825f2d0a3a0bec", "key": "modified"}, {"hash": "a65f1a3b683798dfd16d5850525c7b8e", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}, {"hash": "f08fa4b7f9c3f4e0d1f01ea01a280d5f", "key": "title"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=31482", "id": "AIX_U814219.NASL", "lastseen": "2019-02-21T01:10:47", "modified": "2008-03-17T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "31482", "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(31482);\n script_version (\"$Revision: 1.3 $\");\n name[\"english\"] = \"AIX 530006 : U814219\";\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 U814219 which is related\nto the security of the package bos.net.nfs.client\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 U814219\"; \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:\"530006\", patch:\"U814219\", package:\"bos.net.nfs.client.5.3.0.66\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\n", "title": "AIX 530006 : U814219", "type": "nessus", "viewCount": 0}, "differentElements": ["description", "reporter", "sourceData", "href"], "edition": 3, "lastseen": "2019-02-21T01:10:47"}], "edition": 4, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cpe", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "aae395dca1e75de5b94b10649c84ee7b"}, {"key": "href", "hash": "31a8fa763f15e8251d979fee42e6491f"}, {"key": "modified", "hash": "58b56ee8fef552ffe3825f2d0a3a0bec"}, {"key": "naslFamily", "hash": "9aedd4dcccf909d4912a2f8113cffa43"}, {"key": "pluginID", "hash": "a65f1a3b683798dfd16d5850525c7b8e"}, {"key": "published", "hash": "58b56ee8fef552ffe3825f2d0a3a0bec"}, {"key": "references", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "reporter", "hash": "b4aaf55d0f3b49f1f86aeb0f1c864afc"}, {"key": "sourceData", "hash": "f34f494a5e844060d20f2d4e4cbffead"}, {"key": "title", "hash": "f08fa4b7f9c3f4e0d1f01ea01a280d5f"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "90032509066b56962ffaa3426ce13139fd7ce4cd0455937a175dec2b6dcbdb0a", "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(31482);\n script_version (\"1.4\");\n name[\"english\"] = \"AIX 530006 : U814219\";\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 U814219 which is related\nto the security of the package bos.net.nfs.client\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 U814219\"; \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:\"530006\", patch:\"U814219\", package:\"bos.net.nfs.client.5.3.0.66\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\n", "naslFamily": "AIX Local Security Checks", "pluginID": "31482", "cpe": [], "scheme": null}