ID AIX_U825109.NASL Type nessus Reporter Tenable Modified 2011-03-14T00:00:00
Description
The remote host is missing AIX PTF U825109 which is related to the security of the package devices.pciex.14103f03.diag
You should install this PTF for your system to be up-to-date.
#
# (C) Tenable Network Security, Inc.
#
#
if ( ! defined_func("bn_random") ) exit(0);
include("compat.inc");
if(description)
{
script_id(39672);
script_version ("$Revision: 1.3 $");
script_name(english: "AIX 530008 : U825109");
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 U825109 which is related
to the security of the package devices.pciex.14103f03.diag
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_cvs_date("$Date: 2011/03/14 20:11:39 $");
script_set_attribute(attribute:"plugin_publication_date", value: "2009/07/09");
script_end_attributes();
script_summary(english: "Check for PTF U825109");
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2009-2011 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:"530008", patch:"U825109", package:"devices.pciex.14103f03.diag.5.3.8.2") < 0 )
security_hole(port:0, extra:aix_report_get());
else exit(0, "Host is not vulnerable");
{"id": "AIX_U825109.NASL", "bulletinFamily": "scanner", "title": "AIX 530008 : U825109", "description": "The remote host is missing AIX PTF U825109 which is related to the security of the package devices.pciex.14103f03.diag\n\nYou should install this PTF for your system to be up-to-date.", "published": "2009-07-09T00:00:00", "modified": "2011-03-14T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/index.php?view=single&id=39672", "reporter": "Tenable", "references": [], "cvelist": [], "type": "nessus", "lastseen": "2016-09-26T17:24:38", "history": [], "edition": 1, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "e6dc117dd2827ac1bd03c8c4aea6c35c"}, {"key": "href", "hash": "b49893517534ab438f20a3294ff6e95a"}, {"key": "modified", "hash": "d08e79425bc71713795493550c27a5ca"}, {"key": "naslFamily", "hash": "9aedd4dcccf909d4912a2f8113cffa43"}, {"key": "objectVersion", "hash": "56765472680401499c79732468ba4340"}, {"key": "pluginID", "hash": "41d56871ff363a698569d7baa911e773"}, {"key": "published", "hash": "41837fd0528e623959a85d8c73e964b4"}, {"key": "references", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "reporter", "hash": "9cf00d658b687f030ebe173a0528c567"}, {"key": "sourceData", "hash": "0b8daf4caee4da21021e2ae0d7ed7b8e"}, {"key": "title", "hash": "02b6a5a3a646a24721b2944cb697fd4e"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "7721c7a87775dd5f836b87e048264b05e97595bc7a7bd721d9c1faad6a0db6d0", "viewCount": 0, "objectVersion": "1.2", "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(39672);\n script_version (\"$Revision: 1.3 $\");\n \n script_name(english: \"AIX 530008 : U825109\");\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 U825109 which is related\nto the security of the package devices.pciex.14103f03.diag\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_cvs_date(\"$Date: 2011/03/14 20:11:39 $\");\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2009/07/09\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U825109\");\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2009-2011 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:\"530008\", patch:\"U825109\", package:\"devices.pciex.14103f03.diag.5.3.8.2\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "naslFamily": "AIX Local Security Checks", "pluginID": "39672", "enchantments": {"vulnersScore": 3.5}}