Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 109a25c

Browse files
authored
Merge pull request docker#366 from riyazdf/dirty-cow
Add dirty COW security event
2 parents a553ea8 + 196a188 commit 109a25c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

engine/security/non-events.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,10 @@ Bugs *not* mitigated:
8989
the kernel's non-maskable interrupt handling allowed privilege escalation.
9090
Can be exploited in Docker containers because the `modify_ldt()` system call is
9191
not currently blocked using seccomp.
92+
* [CVE-2016-5195](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-5195):
93+
A race condition was found in the way the Linux kernel's memory subsystem
94+
handled the copy-on-write (COW) breakage of private read-only memory mappings,
95+
which allowed unprivileged local users to gain write access to read-only memory.
96+
Also known as "dirty COW."
97+
*Partial mitigations:* on some operating systems this vulnerability is mitigated
98+
by the combination of seccomp filtering of `ptrace` and the fact that `/proc/self/mem` is read-only.

0 commit comments

Comments
 (0)