ID MANDRIVA_MDVA-2010-043.NASL Type nessus Reporter Tenable Modified 2018-07-19T00:00:00
Description
This update fixes unaligned access in libpci on some rare hardware which ended in all programs using libldetect to fail with draksound (Bug #56772).
#%NASL_MIN_LEVEL 70103
#%NASL_MIN_LEVEL 99999
# @DEPRECATED@
#
# This script has been deprecated as the associated patch is not
# currently a security fix.
#
# Disabled on 2012/09/06.
#
#
# (C) Tenable Network Security, Inc.
#
# This script was automatically generated from
# Mandriva Linux Security Advisory MDVA-2010:043.
#
if (!defined_func("bn_random")) exit(0);
include("compat.inc");
if (description)
{
script_id(48063);
script_version("1.7");
script_cvs_date("Date: 2018/07/19 20:59:16");
script_name(english:"MDVA-2010:043 : pciutils");
script_summary(english:"Checks for patch(es) in 'rpm -qa' output");
script_set_attribute(attribute:"synopsis", value:
"The remote Mandriva host is missing one or more security-related
patches.");
script_set_attribute(attribute:"description", value:
"This update fixes unaligned access in libpci on some rare hardware
which ended in all programs using libldetect to fail with draksound
(Bug #56772).");
script_set_attribute(attribute:"see_also", value:"http://www.mandriva.com/security/advisories?name=MDVA-2010:043");
script_set_attribute(attribute:"solution", value:"Update the affected package(s).");
script_set_attribute(attribute:"risk_factor", value:"High");
script_set_attribute(attribute:"patch_publication_date", value:"2010/01/27");
script_set_attribute(attribute:"cpe", value:"cpe:/o:mandriva:linux");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"plugin_publication_date", value: "2010/07/30");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Mandriva Local Security Checks");
script_copyright(english:"This script is Copyright (C) 2010-2018 Tenable Network Security, Inc.");
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/Mandrake/release", "Host/Mandrake/rpm-list");
exit(0);
}
# Deprecated.
exit(0, "The associated patch is not currently a security fix.");
include("global_settings.inc");
include("rpm.inc");
if (!get_kb_item("Host/local_checks_enabled")) exit(0, "Local checks are not enabled.");
if (!get_kb_item("Host/Mandrake/release")) exit(0, "The host is not running Mandrake Linux.");
if (!get_kb_item("Host/Mandrake/rpm-list")) exit(1, "Could not get the list of packages.");
flag = 0;
if (rpm_check(reference:"libpci3-3.1.4-3.2mdv2010.0", release:"MDK2010.0", cpu:"i386", yank:"mdv")) flag++;
if (rpm_check(reference:"pciutils-3.1.4-3.2mdv2010.0", release:"MDK2010.0", cpu:"i386", yank:"mdv")) flag++;
if (rpm_check(reference:"pciutils-devel-3.1.4-3.2mdv2010.0", release:"MDK2010.0", cpu:"i386", yank:"mdv")) flag++;
if (rpm_check(reference:"lib64pci3-3.1.4-3.2mdv2010.0", release:"MDK2010.0", cpu:"x86_64", yank:"mdv")) flag++;
if (rpm_check(reference:"pciutils-3.1.4-3.2mdv2010.0", release:"MDK2010.0", cpu:"x86_64", yank:"mdv")) flag++;
if (rpm_check(reference:"pciutils-devel-3.1.4-3.2mdv2010.0", release:"MDK2010.0", cpu:"x86_64", yank:"mdv")) flag++;
if (flag)
{
if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
else security_hole(0);
exit(0);
}
else
{
exit(0, "The host is not affected.");
}
{"id": "MANDRIVA_MDVA-2010-043.NASL", "bulletinFamily": "scanner", "title": "MDVA-2010:043 : pciutils", "description": "This update fixes unaligned access in libpci on some rare hardware which ended in all programs using libldetect to fail with draksound (Bug #56772).", "published": "2010-07-30T00:00:00", "modified": "2018-07-19T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/index.php?view=single&id=48063", "reporter": "Tenable", "references": ["http://www.mandriva.com/security/advisories?name=MDVA-2010:043"], "cvelist": [], "type": "nessus", "lastseen": "2019-02-21T01:13:40", "edition": 3, "viewCount": 1, "enchantments": {"dependencies": {"references": [], "modified": "2019-02-21T01:13:40", "rev": 2}, "score": {"value": -0.5, "vector": "NONE", "modified": "2019-02-21T01:13:40", "rev": 2}, "vulnersScore": -0.5}, "sourceData": "#%NASL_MIN_LEVEL 70103\n\n#%NASL_MIN_LEVEL 99999\n# @DEPRECATED@\n#\n# This script has been deprecated as the associated patch is not\n# currently a security fix.\n#\n# Disabled on 2012/09/06.\n#\n\n#\n# (C) Tenable Network Security, Inc.\n#\n# This script was automatically generated from\n# Mandriva Linux Security Advisory MDVA-2010:043.\n#\n\nif (!defined_func(\"bn_random\")) exit(0);\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(48063);\n script_version(\"1.7\");\n script_cvs_date(\"Date: 2018/07/19 20:59:16\");\n\n script_name(english:\"MDVA-2010:043 : pciutils\");\n script_summary(english:\"Checks for patch(es) in 'rpm -qa' output\");\n\n script_set_attribute(attribute:\"synopsis\", value: \n\"The remote Mandriva host is missing one or more security-related\npatches.\");\n script_set_attribute(attribute:\"description\", value:\n\"This update fixes unaligned access in libpci on some rare hardware\nwhich ended in all programs using libldetect to fail with draksound\n(Bug #56772).\");\n script_set_attribute(attribute:\"see_also\", value:\"http://www.mandriva.com/security/advisories?name=MDVA-2010:043\");\n script_set_attribute(attribute:\"solution\", value:\"Update the affected package(s).\");\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2010/01/27\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:mandriva:linux\");\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2010/07/30\");\n script_end_attributes();\n \n script_category(ACT_GATHER_INFO);\n script_family(english:\"Mandriva Local Security Checks\");\n \n script_copyright(english:\"This script is Copyright (C) 2010-2018 Tenable Network Security, Inc.\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/Mandrake/release\", \"Host/Mandrake/rpm-list\");\n\n exit(0);\n}\n\n# Deprecated.\nexit(0, \"The associated patch is not currently a security fix.\");\n\n\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) exit(0, \"Local checks are not enabled.\");\nif (!get_kb_item(\"Host/Mandrake/release\")) exit(0, \"The host is not running Mandrake Linux.\");\nif (!get_kb_item(\"Host/Mandrake/rpm-list\")) exit(1, \"Could not get the list of packages.\");\n\nflag = 0;\n\nif (rpm_check(reference:\"libpci3-3.1.4-3.2mdv2010.0\", release:\"MDK2010.0\", cpu:\"i386\", yank:\"mdv\")) flag++;\nif (rpm_check(reference:\"pciutils-3.1.4-3.2mdv2010.0\", release:\"MDK2010.0\", cpu:\"i386\", yank:\"mdv\")) flag++;\nif (rpm_check(reference:\"pciutils-devel-3.1.4-3.2mdv2010.0\", release:\"MDK2010.0\", cpu:\"i386\", yank:\"mdv\")) flag++;\n\nif (rpm_check(reference:\"lib64pci3-3.1.4-3.2mdv2010.0\", release:\"MDK2010.0\", cpu:\"x86_64\", yank:\"mdv\")) flag++;\nif (rpm_check(reference:\"pciutils-3.1.4-3.2mdv2010.0\", release:\"MDK2010.0\", cpu:\"x86_64\", yank:\"mdv\")) flag++;\nif (rpm_check(reference:\"pciutils-devel-3.1.4-3.2mdv2010.0\", release:\"MDK2010.0\", cpu:\"x86_64\", yank:\"mdv\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());\n else security_hole(0);\n exit(0);\n}\nelse \n{\n exit(0, \"The host is not affected.\");\n}\n", "naslFamily": "Mandriva Local Security Checks", "pluginID": "48063", "cpe": ["cpe:/o:mandriva:linux"], "scheme": null}