ID AIX_U821102.NASL Type nessus Reporter This script is Copyright (C) 2008-2021 Tenable Network Security, Inc. Modified 2008-10-31T00:00:00
Description
The remote host is missing AIX PTF U821102 which is related
to the security of the package bos.rte.filesystem
You should install this PTF for your system to be up-to-date.
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
#
if ( ! defined_func("bn_random") ) exit(0);
include('deprecated_nasl_level.inc');
include('compat.inc');
if(description)
{
script_id(34608);
script_version("1.6");
name["english"] = "AIX 530007 : U821102";
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 U821102 which is related
to the security of the package bos.rte.filesystem
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/10/31");
script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/05");
script_end_attributes();
summary["english"] = "Check for PTF U821102";
script_summary(english:summary["english"]);
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2008-2021 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:"U821102", package:"bos.rte.filesystem.5.3.7.5") < 0 )
security_hole(port:0, extra:aix_report_get());
{"id": "AIX_U821102.NASL", "bulletinFamily": "scanner", "title": "AIX 530007 : U821102", "description": "The remote host is missing AIX PTF U821102 which is related\nto the security of the package bos.rte.filesystem\n\nYou should install this PTF for your system to be up-to-date.", "published": "2008-10-31T00:00:00", "modified": "2008-10-31T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/nessus/34608", "reporter": "This script is Copyright (C) 2008-2021 Tenable Network Security, Inc.", "references": [], "cvelist": [], "type": "nessus", "lastseen": "2021-01-06T09:18:09", "edition": 5, "viewCount": 3, "enchantments": {"dependencies": {"references": [], "modified": "2021-01-06T09:18:09", "rev": 2}, "score": {"value": -0.0, "vector": "NONE", "modified": "2021-01-06T09:18:09", "rev": 2}, "vulnersScore": -0.0}, "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n#\n\nif ( ! defined_func(\"bn_random\") ) exit(0);\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif(description)\n{\n script_id(34608);\n script_version(\"1.6\");\n name[\"english\"] = \"AIX 530007 : U821102\";\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 U821102 which is related\nto the security of the package bos.rte.filesystem\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/10/31\");\nscript_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/05\");\n script_end_attributes();\n\n \n summary[\"english\"] = \"Check for PTF U821102\"; \n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2008-2021 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:\"U821102\", package:\"bos.rte.filesystem.5.3.7.5\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\n", "naslFamily": "AIX Local Security Checks", "pluginID": "34608", "cpe": [], "scheme": null, "immutableFields": []}