CVE-2016-5195: Dirty COW
Race Condition: Is CVE-2016-5195 real, exploitable, or a false positive? Here's the community verdict.
signals
public sources
Confirmed exploited in the wild. Patch this first, regardless of the base score.
public exploits
links to sources — we don’t host codeA working exploit is publicly available from a maintained source. Treat this as higher urgency and verify your exposure.
baseline read
auto · not a community verdict
Real — exploited in the wild
CISA confirms active exploitation. Treat scanner hits as true positives unless your specific version or config is unaffected.
Based on CISA KEV
Confirm or dispute →CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Race condition in mm/gup.c in the Linux kernel 2.x through 4.x before 4.8.3 allows local users to gain privileges by leveraging incorrect handling of a copy-on-write (COW) feature to write to a read-only memory mapping, as exploited in the wild in October 2016, aka "Dirty COW."
References
Published
Embed this verdict
[](https://www.truepositive.app/cve/CVE-2016-5195)<a href="https://www.truepositive.app/cve/CVE-2016-5195"><img src="https://www.truepositive.app/cve/CVE-2016-5195/badge.svg" alt="TruePositive verdict for CVE-2016-5195"></a>Live badge that updates automatically as the community verdict changes.
Community ground truth
Be the first practitioner to weigh in
So far this is only TruePositive's editorial baseline from public sources. Add your real-world verdict below — it becomes the signal the next person triaging this relies on.
🥇 The first 50 practitioners to contribute earn a Founding Contributor badge.
In your experience, is this finding real and exploitable?
awaiting field verdictsCurated baseline: TruePositive's read from public sources is Real & exploitable — a starting point, not a community verdict.
No account needed. Anonymous verdicts post as an unverified signal. Log in to make yours verified and earn reputation.
Field notes & remediation
Verdicts are the quick signal. Notes are the evidence and fixes behind them.
- 0
A race condition in the Linux kernel's copy-on-write handling lets any local user overwrite files they should only be able to read, which gives a reliable path to root. It is local only, so it is high rather than critical, but the exploit is rock solid and it became the standard next step after landing any shell on an unpatched Linux box.
Who is affected: Linux systems on kernels from around 2007 up to the October 2016 fix.
How to check: compare the running kernel version against your distro's patched version. Any old, unpatched kernel where untrusted users can run code should be treated as exploitable.
Commonly flagged by: Nessus, Qualys, OpenVAS, Trivy.
- 0
Patch the kernel to your distro's fixed build and reboot so the new kernel loads. There is no real userspace workaround, this is a kernel fix. On systems you cannot reboot right away, limit who can run code locally until you can.
Add a field note or remediationoptional
Related CVEs
Same weakness: CWE-362 · Race Condition.
- CVE-2023-36884HIGH 7.5KEVEPSS 99%
Windows Search Remote Code Execution Vulnerability
- CVE-2026-56188CRIT 9.8
Concurrent execution using shared resource with improper synchronization ('race condition') in Windows Server Network driver allows an unauthorized attacker to execute code over a network.
- CVE-2026-50369HIGH 8.8
Use after free in Windows Remote Desktop Services allows an authorized attacker to elevate privileges over a network.
- CVE-2026-54999HIGH 8.8
Concurrent execution using shared resource with improper synchronization ('race condition') in Windows TCP/IP allows an unauthorized attacker to execute code over an adjacent network.
- CVE-2026-58608HIGH 8.8
Concurrent execution using shared resource with improper synchronization ('race condition') in Windows Print Spooler Components allows an authorized attacker to execute code over a network.
- CVE-2026-54107HIGH 8.8
Concurrent execution using shared resource with improper synchronization ('race condition') in Windows Win32K allows an authorized attacker to elevate privileges locally.