ID HPUX_PHKL_35464.NASL
Type nessus
Reporter Tenable
Modified 2011-04-29T00:00:00
Description
mmap(2) fails with ENOMEM
#
# (C) Tenable Network Security, Inc.
#
if (!defined_func("bn_random")) exit(0);
include("compat.inc");
if (description)
{
script_id(26432);
script_version("$Revision: 1.6 $");
script_cvs_date("$Date: 2011/04/29 17:42:35 $");
script_name(english:"HP-UX Security Patch : PHKL_35464");
script_summary(english:"Checks for patch in swlist output");
script_set_attribute(attribute:"synopsis", value:
"The remote HP-UX host is missing a security-related patch.");
script_set_attribute(attribute:"description", value:
"mmap(2) fails with ENOMEM");
script_set_attribute(attribute:"see_also", value:"ftp://ftp.itrc.hp.com//superseded_patches/hp-ux_patches/s700_800/11.X/PHKL_35464");
script_set_attribute(attribute:"solution", value:"Apply the PHKL_35464 patch.");
script_set_attribute(attribute:"risk_factor", value:"High");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/o:hp:hp-ux");
script_set_attribute(attribute:"plugin_publication_date", value: "2007/10/03");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2007-2011 Tenable Network Security, Inc.");
script_family(english:"HP-UX Local Security Checks");
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/HP-UX/swlist");
exit(0);
}
include("hpux.inc");
# this patch is no longer a security fix
exit(0);
{"id": "HPUX_PHKL_35464.NASL", "bulletinFamily": "scanner", "title": "HP-UX Security Patch : PHKL_35464", "description": "mmap(2) fails with ENOMEM", "published": "2007-10-03T00:00:00", "modified": "2011-04-29T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/index.php?view=single&id=26432", "reporter": "Tenable", "references": ["ftp://ftp.itrc.hp.com//superseded_patches/hp-ux_patches/s700_800/11.X/PHKL_35464"], "cvelist": [], "type": "nessus", "lastseen": "2017-10-29T13:45:01", "history": [{"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "mmap(2) fails with ENOMEM", "edition": 1, "enchantments": {}, "hash": "f885990bab7dbbdb95ec361724f001fb177a7150663493f75a9bcde657073483", "hashmap": [{"hash": "1c6bffc9e8adf2a52e10605e00ffad8d", "key": "href"}, {"hash": "41bebf6a6be8fced8d8e6b0c773eed4c", "key": "pluginID"}, {"hash": "f537a8c4c2a2ecce05af223984a006fc", "key": "naslFamily"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "0b9a8c34cea53bc284635fab43849e1d", "key": "published"}, {"hash": "b6da5a84005876ac770d1f6f631e2d1a", "key": "title"}, {"hash": "bb65fc3f4d74427095540760b55d8b6c", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "b4a27caafac2e6fa3cf84bb75f40b7c3", "key": "modified"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "07e9269a3f6fd288b6c1f43e18a7f641", "key": "sourceData"}, {"hash": "3a086b60931cf7c3ddcd519efee89958", "key": "references"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=26432", "id": "HPUX_PHKL_35464.NASL", "lastseen": "2016-09-26T17:26:30", "modified": "2011-04-29T00:00:00", "naslFamily": "HP-UX Local Security Checks", "objectVersion": "1.2", "pluginID": "26432", "published": "2007-10-03T00:00:00", "references": ["ftp://ftp.itrc.hp.com//superseded_patches/hp-ux_patches/s700_800/11.X/PHKL_35464"], "reporter": "Tenable", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\nif (!defined_func(\"bn_random\")) exit(0);\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(26432);\n script_version(\"$Revision: 1.6 $\");\n script_cvs_date(\"$Date: 2011/04/29 17:42:35 $\");\n \n script_name(english:\"HP-UX Security Patch : PHKL_35464\");\n script_summary(english:\"Checks for patch in swlist output\");\n\n script_set_attribute(attribute:\"synopsis\", value: \n\"The remote HP-UX host is missing a security-related patch.\");\n script_set_attribute(attribute:\"description\", value:\n\"mmap(2) fails with ENOMEM\");\n script_set_attribute(attribute:\"see_also\", value:\"ftp://ftp.itrc.hp.com//superseded_patches/hp-ux_patches/s700_800/11.X/PHKL_35464\");\n script_set_attribute(attribute:\"solution\", value:\"Apply the PHKL_35464 patch.\");\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n \n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:hp:hp-ux\");\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2007/10/03\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2007-2011 Tenable Network Security, Inc.\");\n script_family(english:\"HP-UX Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/HP-UX/swlist\");\n exit(0);\n}\n\ninclude(\"hpux.inc\");\n# this patch is no longer a security fix\nexit(0);\n\n", "title": "HP-UX Security Patch : PHKL_35464", "type": "nessus", "viewCount": 0}, "differentElements": ["cpe"], "edition": 1, "lastseen": "2016-09-26T17:26:30"}], "edition": 2, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cpe", "hash": "afe57d0304e958202be29619fb28e901"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "bb65fc3f4d74427095540760b55d8b6c"}, {"key": "href", "hash": "1c6bffc9e8adf2a52e10605e00ffad8d"}, {"key": "modified", "hash": "b4a27caafac2e6fa3cf84bb75f40b7c3"}, {"key": "naslFamily", "hash": "f537a8c4c2a2ecce05af223984a006fc"}, {"key": "pluginID", "hash": "41bebf6a6be8fced8d8e6b0c773eed4c"}, {"key": "published", "hash": "0b9a8c34cea53bc284635fab43849e1d"}, {"key": "references", "hash": "3a086b60931cf7c3ddcd519efee89958"}, {"key": "reporter", "hash": "9cf00d658b687f030ebe173a0528c567"}, {"key": "sourceData", "hash": "07e9269a3f6fd288b6c1f43e18a7f641"}, {"key": "title", "hash": "b6da5a84005876ac770d1f6f631e2d1a"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "861c97ae1a7ebfc940234a7811346d5f9c1cd7ab2696fd771ac51549a5234b85", "viewCount": 0, "enchantments": {"vulnersScore": 2.8}, "objectVersion": "1.3", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\nif (!defined_func(\"bn_random\")) exit(0);\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(26432);\n script_version(\"$Revision: 1.6 $\");\n script_cvs_date(\"$Date: 2011/04/29 17:42:35 $\");\n \n script_name(english:\"HP-UX Security Patch : PHKL_35464\");\n script_summary(english:\"Checks for patch in swlist output\");\n\n script_set_attribute(attribute:\"synopsis\", value: \n\"The remote HP-UX host is missing a security-related patch.\");\n script_set_attribute(attribute:\"description\", value:\n\"mmap(2) fails with ENOMEM\");\n script_set_attribute(attribute:\"see_also\", value:\"ftp://ftp.itrc.hp.com//superseded_patches/hp-ux_patches/s700_800/11.X/PHKL_35464\");\n script_set_attribute(attribute:\"solution\", value:\"Apply the PHKL_35464 patch.\");\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n \n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:hp:hp-ux\");\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2007/10/03\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2007-2011 Tenable Network Security, Inc.\");\n script_family(english:\"HP-UX Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/HP-UX/swlist\");\n exit(0);\n}\n\ninclude(\"hpux.inc\");\n# this patch is no longer a security fix\nexit(0);\n\n", "naslFamily": "HP-UX Local Security Checks", "pluginID": "26432", "cpe": ["cpe:/o:hp:hp-ux"]}
{"result": {}}