what is Dirty COW (Copy-On-Write) #846
Answered
by
VECNA-07
Mr-Equation
asked this question in
Q&A
|
what is this Dirty COW (Copy-On-Write) |
Answered by
VECNA-07
Sep 3, 2025
Replies: 2 comments
|
Dirty COW (Copy-On-Write) is a Linux kernel vulnerability that allows an unprivileged user to gain write access to read-only memory, letting them escalate privileges and modify files they shouldn’t be able to. |
0 replies
Answer selected by
Mr-Equation
|
Dirty COW (Copy-On-Write) is a Linux kernel vulnerability (CVE-2016-5195) that allows attackers to gain root privileges by exploiting a race condition in the copy-on-write mechanism, enabling unauthorized memory writes and potential system compromise. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dirty COW (Copy-On-Write) is a Linux kernel vulnerability that allows an unprivileged user to gain write access to read-only memory, letting them escalate privileges and modify files they shouldn’t be able to.