Difference between revisions of "Download/kernel/rhel6/042stab120.3/changes"
< Download | kernel | rhel6 | 042stab120.3
(Created page with "== Changes == Since {{kernel link|rhel6|042stab120.2}}: * mm: Privilege escalation via MAP_PRIVATE COW breakage. (CVE-2016-5195) A race condition was found in the way the Lin...") |
(→See also) |
||
Line 5: | Line 5: | ||
=== See also === | === See also === | ||
− | * | + | * https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2016-5195 |
Latest revision as of 13:36, 22 October 2016
Changes[edit]
Since 042stab120.2:
- mm: Privilege escalation via MAP_PRIVATE COW breakage. (CVE-2016-5195) 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.