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) |
Beta Was this translation helpful? Give feedback.
Answered by
VECNA-07
Sep 3, 2025
Replies: 1 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. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Mr-Equation
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.