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-2021-21166HIGH 8.8KEVEPSS 24%
Data race in audio in Google Chrome prior to 89.0.4389.72 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.
- CVE-2014-0196MED 5.5KEVEPSS 22%
The n_tty_write function in drivers/tty/n_tty.c in the Linux kernel through 3.14.3 does not properly manage tty driver access in the "LECHO & !OPOST" case, which allows local users to cause a denial of service (memory corruption and system crash) or gain privileges by triggering a race condition involving read and write operations with long strings.
- CVE-2022-26904HIGH 7KEVEPSS 10%
Windows User Profile Service Elevation of Privilege Vulnerability
- CVE-2020-6820HIGH 8.1KEVEPSS 6%
Under certain conditions, when handling a ReadableStream, a race condition can cause a use-after-free. We are aware of targeted attacks in the wild abusing this flaw. This vulnerability affects Thunderbird < 68.7.0, Firefox < 74.0.1, and Firefox ESR < 68.6.1.
- CVE-2025-62215HIGH 7KEVEPSS 6%
Concurrent execution using shared resource with improper synchronization ('race condition') in Windows Kernel allows an authorized attacker to elevate privileges locally.