ArchLinux: 201610-11: linux-lts: privilege escalation
Summary
A race condition was found in the way the Linux kernel's memory subsystem handled the copy-on-write (COW) breakage of private read-only memory mappings. An unprivileged local user could use this flaw to gain write access to otherwise read-only memory mappings and thus increase their privileges on the system.
Resolution
Upgrade to 4.4.26-1.
# pacman -Syu "linux-lts>=4.4.26-1"
The problem has been fixed upstream in version 4.4.26.
References
https://bugzilla.redhat.com/show_bug.cgi?id=1384344 https://github.com/dirtycow/dirtycow.github.io/wiki/VulnerabilityDetails https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/ https://access.redhat.com/security/cve/CVE-2016-5195
Workaround
None.