1. Gentoo Linux Security Advisory
| Advisory Reference | GLSA 200904-18 / udev |
| Release Date | April 18, 2009 |
| Latest Revision | April 18, 2009: 01 |
| Impact | high |
| Exploitable | local |
| Package | Vulnerable versions | Unaffected versions | Architecture(s) |
| sys-fs/udev | < 124-r2 | >= 124-r2 | All supported architectures |
Related bugreports: #266290
Two errors in udev allow for a local root compromise and a Denial of Service.
udev is the device manager used in the Linux 2.6 kernel series.
Sebastian Krahmer of SUSE discovered the following two vulnerabilities:
A local attacker could gain root privileges by sending specially crafted NETLINK messages to udev or cause a Denial of Service.
There is no known workaround at this time.
All udev users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# emerge --sync # emerge --ask --oneshot --verbose ">=sys-fs/udev-124-r2" |