Skip to content

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

Exploited in wild
Yes
CISA KEV
Public exploit
Exploit-DB +1
Metasploit/EDB/PoC
Base severity
7 High
CVSS
Exploitation prob.
84%
FIRST EPSS
Weakness
CWE-362 · Race Condition
CWE

Confirmed exploited in the wild. Patch this first, regardless of the base score.

public exploits

links to sources — we don’t host code

A 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."

Published

Embed this verdict
TruePositive verdict for CVE-2016-5195
Markdown
[![TruePositive verdict](https://www.truepositive.app/cve/CVE-2016-5195/badge.svg)](https://www.truepositive.app/cve/CVE-2016-5195)
HTML
<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 verdicts
Real, but not a risk here
Not a real issue

Curated 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
    Field note · TruePositive EditorialCurated

    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
    Remediation · TruePositive EditorialCurated

    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
Note type

What are you adding?

Markdown supported · minimum 20 characters.

Same weakness: CWE-362 · Race Condition.