ID AIX_U819180.NASL Type nessus Reporter This script is Copyright (C) 2009-2019 Tenable Network Security, Inc. Modified 2009-04-23T00:00:00
Description
The remote host is missing AIX PTF U819180 which is related
to the security of the package bos.cifs_fs.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(37329);
script_version ("1.3");
name["english"] = "AIX 530008 : U819180";
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 U819180 which is related
to the security of the package bos.cifs_fs.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_publication_date", value: "2009/04/23");
script_end_attributes();
summary["english"] = "Check for PTF U819180";
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:"530008", patch:"U819180", package:"bos.cifs_fs.rte.5.3.8.1") < 0 )
security_hole(port:0, extra:aix_report_get());
else exit(0, "Host is not vulnerable");
{"id": "AIX_U819180.NASL", "bulletinFamily": "scanner", "title": "AIX 530008 : U819180", "description": "The remote host is missing AIX PTF U819180 which is related\nto the security of the package bos.cifs_fs.rte\n\nYou should install this PTF for your system to be up-to-date.", "published": "2009-04-23T00:00:00", "modified": "2009-04-23T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/nessus/37329", "reporter": "This script is Copyright (C) 2009-2019 Tenable Network Security, Inc.", "references": [], "cvelist": [], "type": "nessus", "lastseen": "2019-10-28T19:58:25", "history": [{"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U819180 which is related\nto the security of the package bos.cifs_fs.rte\n\nYou should install this PTF for your system to be up-to-date.", "edition": 2, "enchantments": {"dependencies": {"modified": "2019-01-16T20:09:09", "references": []}, "score": {"value": 2.1, "vector": "NONE"}}, "hash": "2bd8caf746ec9f733e611c08bf467abfc594e5039d2a838298eabf7813928af2", "hashmap": [{"hash": "2080d52368c7b3a54582f10c8467af1d", "key": "href"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "197a63ce57b10c1f43b5342b9dd90820", "key": "modified"}, {"hash": "422ca2fa802739139f2195c231e82e4b", "key": "title"}, {"hash": "8e322723f9db164b2f0d117a8ed11f77", "key": "description"}, {"hash": "197a63ce57b10c1f43b5342b9dd90820", "key": "published"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "0cf4f4063db1c0bb027753b23bc338fc", "key": "sourceData"}, {"hash": "10b7aacb4303a22494c755fd942ab5b8", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=37329", "id": "AIX_U819180.NASL", "lastseen": "2019-01-16T20:09:09", "modified": "2009-04-23T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "37329", "published": "2009-04-23T00: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(37329);\n script_version (\"$Revision: 1.2 $\");\n name[\"english\"] = \"AIX 530008 : U819180\";\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 U819180 which is related\nto the security of the package bos.cifs_fs.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_publication_date\", value: \"2009/04/23\");\n script_end_attributes();\n \n summary[\"english\"] = \"Check for PTF U819180\"; \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:\"530008\", patch:\"U819180\", package:\"bos.cifs_fs.rte.5.3.8.1\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 530008 : U819180", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 2, "lastseen": "2019-01-16T20:09:09"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U819180 which is related to the security of the package bos.cifs_fs.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": "767f2b0f965a69d0491e4bd066278604dc5f2aac6ec5fd1e50260dcfa86fc9b9", "hashmap": [{"hash": "2080d52368c7b3a54582f10c8467af1d", "key": "href"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "197a63ce57b10c1f43b5342b9dd90820", "key": "modified"}, {"hash": "422ca2fa802739139f2195c231e82e4b", "key": "title"}, {"hash": "197a63ce57b10c1f43b5342b9dd90820", "key": "published"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "0cf4f4063db1c0bb027753b23bc338fc", "key": "sourceData"}, {"hash": "10b7aacb4303a22494c755fd942ab5b8", "key": "pluginID"}, {"hash": "c14b21bf5b1ee5705f8c85db19772cb9", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=37329", "id": "AIX_U819180.NASL", "lastseen": "2016-09-26T17:23:28", "modified": "2009-04-23T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.2", "pluginID": "37329", "published": "2009-04-23T00: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(37329);\n script_version (\"$Revision: 1.2 $\");\n name[\"english\"] = \"AIX 530008 : U819180\";\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 U819180 which is related\nto the security of the package bos.cifs_fs.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_publication_date\", value: \"2009/04/23\");\n script_end_attributes();\n \n summary[\"english\"] = \"Check for PTF U819180\"; \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:\"530008\", patch:\"U819180\", package:\"bos.cifs_fs.rte.5.3.8.1\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 530008 : U819180", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 1, "lastseen": "2016-09-26T17:23:28"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U819180 which is related to the security of the package bos.cifs_fs.rte\n\nYou should install this PTF for your system to be up-to-date.", "edition": 3, "enchantments": {"dependencies": {"modified": "2019-02-21T01:11:45", "references": []}, "score": {"modified": "2019-02-21T01:11:45", "value": -0.0, "vector": "NONE"}}, "hash": "767f2b0f965a69d0491e4bd066278604dc5f2aac6ec5fd1e50260dcfa86fc9b9", "hashmap": [{"hash": "2080d52368c7b3a54582f10c8467af1d", "key": "href"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "197a63ce57b10c1f43b5342b9dd90820", "key": "modified"}, {"hash": "422ca2fa802739139f2195c231e82e4b", "key": "title"}, {"hash": "197a63ce57b10c1f43b5342b9dd90820", "key": "published"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "0cf4f4063db1c0bb027753b23bc338fc", "key": "sourceData"}, {"hash": "10b7aacb4303a22494c755fd942ab5b8", "key": "pluginID"}, {"hash": "c14b21bf5b1ee5705f8c85db19772cb9", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=37329", "id": "AIX_U819180.NASL", "lastseen": "2019-02-21T01:11:45", "modified": "2009-04-23T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "37329", "published": "2009-04-23T00: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(37329);\n script_version (\"$Revision: 1.2 $\");\n name[\"english\"] = \"AIX 530008 : U819180\";\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 U819180 which is related\nto the security of the package bos.cifs_fs.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_publication_date\", value: \"2009/04/23\");\n script_end_attributes();\n \n summary[\"english\"] = \"Check for PTF U819180\"; \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:\"530008\", patch:\"U819180\", package:\"bos.cifs_fs.rte.5.3.8.1\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 530008 : U819180", "type": "nessus", "viewCount": 0}, "differentElements": ["description", "reporter", "sourceData", "href"], "edition": 3, "lastseen": "2019-02-21T01:11:45"}], "edition": 4, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cpe", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "8e322723f9db164b2f0d117a8ed11f77"}, {"key": "href", "hash": "88e65e45b04e1a39c9174f3377d3ee84"}, {"key": "modified", "hash": "197a63ce57b10c1f43b5342b9dd90820"}, {"key": "naslFamily", "hash": "9aedd4dcccf909d4912a2f8113cffa43"}, {"key": "pluginID", "hash": "10b7aacb4303a22494c755fd942ab5b8"}, {"key": "published", "hash": "197a63ce57b10c1f43b5342b9dd90820"}, {"key": "references", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "reporter", "hash": "674a28b03d97384df1668d0d2428c53d"}, {"key": "sourceData", "hash": "90904ecbc3cceda72f9aee9db00b0700"}, {"key": "title", "hash": "422ca2fa802739139f2195c231e82e4b"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "16ae0d606c8907a61c2415e282053977ae0eeb62eb57977e2f47e48c497baa57", "viewCount": 0, "enchantments": {"dependencies": {"references": [], "modified": "2019-10-28T19:58:25"}, "score": {"value": -0.1, "vector": "NONE", "modified": "2019-10-28T19:58:25"}, "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(37329);\n script_version (\"1.3\");\n name[\"english\"] = \"AIX 530008 : U819180\";\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 U819180 which is related\nto the security of the package bos.cifs_fs.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_publication_date\", value: \"2009/04/23\");\n script_end_attributes();\n \n summary[\"english\"] = \"Check for PTF U819180\"; \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:\"530008\", patch:\"U819180\", package:\"bos.cifs_fs.rte.5.3.8.1\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "naslFamily": "AIX Local Security Checks", "pluginID": "37329", "cpe": [], "scheme": null}