ID AIX_U840059.NASL Type nessus Reporter This script is Copyright (C) 2011-2021 Tenable Network Security, Inc. Modified 2021-01-04T00:00:00
Description
The remote host is missing AIX PTF U840059 which is related to the security of the package devices.common.IBM.iscsi.rte.6.1
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(53125);
script_version("1.3");
script_name(english: "AIX 610006 : U840059");
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 U840059 which is related
to the security of the package devices.common.IBM.iscsi.rte.6.1
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_type", value: "local");
script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/04");
script_set_attribute(attribute:"plugin_publication_date", value:"2011/03/29");
script_end_attributes();
script_summary(english: "Check for PTF U840059");
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2011-2021 Tenable Network Security, Inc.");
script_family(english: "AIX Local Security Checks");
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:"610006", patch:"U840059", package:"devices.common.IBM.iscsi.rte.6.1.6.1") < 0 )
security_hole(port:0, extra:aix_report_get());
else exit(0, "Host is not vulnerable");
{"id": "AIX_U840059.NASL", "type": "nessus", "bulletinFamily": "scanner", "title": "AIX 610006 : U840059", "description": "The remote host is missing AIX PTF U840059 which is related to the security of the package devices.common.IBM.iscsi.rte.6.1\n\nYou should install this PTF for your system to be up-to-date.", "published": "2011-03-29T00:00:00", "modified": "2021-01-04T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "cvss2": {}, "cvss3": {}, "href": "https://www.tenable.com/plugins/nessus/53125", "reporter": "This script is Copyright (C) 2011-2021 Tenable Network Security, Inc.", "references": [], "cvelist": [], "immutableFields": [], "lastseen": "2021-08-19T13:01:26", "viewCount": 1, "enchantments": {"dependencies": {}, "score": {"value": -0.0, "vector": "NONE"}, "backreferences": {}, "exploitation": null, "vulnersScore": -0.0}, "pluginID": "53125", "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(53125);\n script_version(\"1.3\");\n \n script_name(english: \"AIX 610006 : U840059\");\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 U840059 which is related\nto the security of the package devices.common.IBM.iscsi.rte.6.1\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_type\", value: \"local\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/04\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/03/29\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U840059\");\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2011-2021 Tenable Network Security, Inc.\");\n script_family(english: \"AIX Local Security Checks\");\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:\"610006\", patch:\"U840059\", package:\"devices.common.IBM.iscsi.rte.6.1.6.1\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "naslFamily": "AIX Local Security Checks", "cpe": [], "solution": "Run 'suma -x -a RqType=Security' on the remote system", "nessusSeverity": "High", "cvssScoreSource": "", "vpr": {}, "exploitAvailable": false, "exploitEase": "", "patchPublicationDate": null, "vulnerabilityPublicationDate": null, "exploitableWith": [], "_state": {"dependencies": 1646556430}}