CVE-2009-1185: udev did not check the origin of the netlink
messages. A local attacker could fake device create events
and so gain root privileges.
More information on:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1186
# Top-level Rules
###############################################################################
-objects = $(DL_FILE)
+objects = $(DL_FILE) \
+ udev-CVE-2009-1186.patch
download: $(objects)
--prefix=/usr \
--exec-prefix="" \
--sysconfdir=/etc
+
+ #This patch fixes a local privilege escalation in udev.( CVE-2009-1186 )
+ cd $(DIR_APP) && patch -Np1 -i udev-CVE-2009-1186.patch
+
cd $(DIR_APP) && make $(PARALLELISMFLAGS)
cd $(DIR_APP) && make install