ID AIX_U838683.NASL Type nessus Reporter Tenable Modified 2011-03-29T00:00:00
Description
The remote host is missing AIX PTF U838683 which is related to the security of the package devices.ide.cdrom.rte
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(53018);
script_version ("$Revision: 1.1 $");
script_name(english: "AIX 610004 : U838683");
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 U838683 which is related
to the security of the package devices.ide.cdrom.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_type", value: "local");
script_cvs_date("$Date: 2011/03/29 12:56:52 $");
script_set_attribute(attribute:"plugin_publication_date", value:"2011/03/29");
script_end_attributes();
script_summary(english: "Check for PTF U838683");
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 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:"610004", patch:"U838683", package:"devices.ide.cdrom.rte.6.1.4.3") < 0 )
security_hole(port:0, extra:aix_report_get());
else exit(0, "Host is not vulnerable");
{"id": "AIX_U838683.NASL", "bulletinFamily": "scanner", "title": "AIX 610004 : U838683", "description": "The remote host is missing AIX PTF U838683 which is related to the security of the package devices.ide.cdrom.rte\n\nYou should install this PTF for your system to be up-to-date.", "published": "2011-03-29T00:00:00", "modified": "2011-03-29T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/index.php?view=single&id=53018", "reporter": "Tenable", "references": [], "cvelist": [], "type": "nessus", "lastseen": "2019-02-21T01:14:43", "history": [{"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U838683 which is related to the security of the package devices.ide.cdrom.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": "190d45088bd5942129946ff9bf2bb7e18fb941f23a38996982aeb6cf5fd160f7", "hashmap": [{"hash": "41f10ee4be3e69e32b2c3f2a3be37a5b", "key": "sourceData"}, {"hash": "ed7f5149439b2681cf75be2951851c29", "key": "published"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "56a4ae0cbd3fc72f6493b0363b87021a", "key": "title"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "4c22933415130955839224009df8641f", "key": "pluginID"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "ad56b026e46e1d7e7779dfc6199cc290", "key": "href"}, {"hash": "cc3ea94096161db9c7a731743c81ed82", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}, {"hash": "ed7f5149439b2681cf75be2951851c29", "key": "modified"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=53018", "id": "AIX_U838683.NASL", "lastseen": "2016-09-26T17:26:47", "modified": "2011-03-29T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.2", "pluginID": "53018", "published": "2011-03-29T00: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(53018);\n script_version (\"$Revision: 1.1 $\");\n \n script_name(english: \"AIX 610004 : U838683\");\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 U838683 which is related\nto the security of the package devices.ide.cdrom.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_type\", value: \"local\");\n script_cvs_date(\"$Date: 2011/03/29 12:56:52 $\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/03/29\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U838683\");\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 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:\"610004\", patch:\"U838683\", package:\"devices.ide.cdrom.rte.6.1.4.3\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 610004 : U838683", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 1, "lastseen": "2016-09-26T17:26:47"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is missing AIX PTF U838683 which is related\nto the security of the package devices.ide.cdrom.rte\n\nYou should install this PTF for your system to be up-to-date.", "edition": 2, "enchantments": {"dependencies": {"modified": "2019-01-16T20:11:56", "references": []}, "score": {"value": 2.1, "vector": "NONE"}}, "hash": "170f5eecb48812210e50a115175544c424d53d0bb291b954a3a621011bf8e3e1", "hashmap": [{"hash": "41f10ee4be3e69e32b2c3f2a3be37a5b", "key": "sourceData"}, {"hash": "2f5df8c65d2f32cb494090201683eb7d", "key": "description"}, {"hash": "ed7f5149439b2681cf75be2951851c29", "key": "published"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "56a4ae0cbd3fc72f6493b0363b87021a", "key": "title"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "9aedd4dcccf909d4912a2f8113cffa43", "key": "naslFamily"}, {"hash": "4c22933415130955839224009df8641f", "key": "pluginID"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "ad56b026e46e1d7e7779dfc6199cc290", "key": "href"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}, {"hash": "ed7f5149439b2681cf75be2951851c29", "key": "modified"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=53018", "id": "AIX_U838683.NASL", "lastseen": "2019-01-16T20:11:56", "modified": "2011-03-29T00:00:00", "naslFamily": "AIX Local Security Checks", "objectVersion": "1.3", "pluginID": "53018", "published": "2011-03-29T00: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(53018);\n script_version (\"$Revision: 1.1 $\");\n \n script_name(english: \"AIX 610004 : U838683\");\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 U838683 which is related\nto the security of the package devices.ide.cdrom.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_type\", value: \"local\");\n script_cvs_date(\"$Date: 2011/03/29 12:56:52 $\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/03/29\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U838683\");\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 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:\"610004\", patch:\"U838683\", package:\"devices.ide.cdrom.rte.6.1.4.3\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "title": "AIX 610004 : U838683", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 2, "lastseen": "2019-01-16T20:11:56"}], "edition": 3, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cpe", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "cc3ea94096161db9c7a731743c81ed82"}, {"key": "href", "hash": "ad56b026e46e1d7e7779dfc6199cc290"}, {"key": "modified", "hash": "ed7f5149439b2681cf75be2951851c29"}, {"key": "naslFamily", "hash": "9aedd4dcccf909d4912a2f8113cffa43"}, {"key": "pluginID", "hash": "4c22933415130955839224009df8641f"}, {"key": "published", "hash": "ed7f5149439b2681cf75be2951851c29"}, {"key": "references", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "reporter", "hash": "9cf00d658b687f030ebe173a0528c567"}, {"key": "sourceData", "hash": "41f10ee4be3e69e32b2c3f2a3be37a5b"}, {"key": "title", "hash": "56a4ae0cbd3fc72f6493b0363b87021a"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "190d45088bd5942129946ff9bf2bb7e18fb941f23a38996982aeb6cf5fd160f7", "viewCount": 0, "enchantments": {"dependencies": {"references": [], "modified": "2019-02-21T01:14:43"}, "score": {"value": 2.1, "vector": "NONE"}, "vulnersScore": 2.1}, "objectVersion": "1.3", "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(53018);\n script_version (\"$Revision: 1.1 $\");\n \n script_name(english: \"AIX 610004 : U838683\");\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 U838683 which is related\nto the security of the package devices.ide.cdrom.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_type\", value: \"local\");\n script_cvs_date(\"$Date: 2011/03/29 12:56:52 $\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2011/03/29\");\n script_end_attributes();\n \n script_summary(english: \"Check for PTF U838683\");\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 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:\"610004\", patch:\"U838683\", package:\"devices.ide.cdrom.rte.6.1.4.3\") < 0 ) \n security_hole(port:0, extra:aix_report_get());\nelse exit(0, \"Host is not vulnerable\");\n", "naslFamily": "AIX Local Security Checks", "pluginID": "53018", "cpe": [], "scheme": null}