LiveBreach Intelligence: data breaches, leaks & ransomware, tracked as they surfaceOngoing protection: GalaxyWarden →
Recent BreachesData breach tracker

CVE-2016-5195: Linux Kernel Race Condition Vulnerability

RBRecent Breaches Vulnerability Intelligence·Mar 3, 2022
High⚠ Actively exploited (CISA KEV)
High
Severity
Active
CISA KEV
No
Ransomware use
Mar 24, 2022
Patch deadline
⚠ Exploited in the wild. CISA added CVE-2016-5195 to its Known Exploited Vulnerabilities catalog on Mar 3, 2022, with a federal patch deadline of Mar 24, 2022 — meaning attackers are actively using it. If you run the affected software, patch it immediately.

Race condition in mm/gup.c in the Linux kernel allows local users to escalate privileges.

CVE-2016-5195 is a race-condition flaw in the Linux kernel’s memory-management code (specifically mm/gup.c) that lets a local user escalate privileges. Because the kernel is the foundation of nearly every Linux server, container host, and many embedded or appliance platforms, a successful local exploit can turn an ordinary unprivileged foothold into full root control. Teams should treat any unpatched system that still runs a vulnerable kernel build as high priority for remediation.

Public detail is limited to the CWE-362 classification and the CISA description; exact affected kernel versions, exploit reliability, and CVSS scores must be confirmed against the vendor advisory for your distribution.

How it works

The weakness belongs to the concurrent-execution race-condition class (CWE-362). In the get-user-pages path the kernel temporarily maps a user-space page for copy-on-write handling. Under the right timing conditions two threads can race: one forces a write while the other is still resolving the page. The result is that a read-only mapping can be made writable, allowing an unprivileged process to modify memory it should not be able to change. Once that memory belongs to a privileged process or to kernel data structures, the attacker can elevate privileges.

No remote code execution is implied by the public summary; the attacker must already be able to run code on the target as a local user. Specific exploit mechanics, payload construction, or reliability claims are outside the scope of the published facts and should not be assumed.

Am I affected? How to find it in your systems

The vulnerability affects the Linux kernel. It therefore appears on bare-metal servers, virtual machines, container hosts, cloud instances, network appliances, and any other device whose kernel was built from an affected source tree.

How to remediate

The primary action is to apply the vendor-supplied kernel update that addresses CVE-2016-5195, then reboot into the new kernel. CISA’s required action is simply “Apply updates per vendor instructions.”

If you can't patch immediately

When an immediate reboot is impossible, reduce the attack surface until the patch can be applied:

These steps only buy time; they do not eliminate the underlying race condition.

If your data may have been exposed

Actively exploited local-privilege-escalation vulnerabilities frequently become the pivot point for broader compromise and data theft. If you have evidence that an unpatched system was accessed by an unauthorized local user, treat the incident as a potential breach: isolate the host, preserve volatile evidence, and begin your incident-response process. Known ransomware use of this specific CVE is not documented in the supplied facts, but any root-level foothold can be leveraged for later stages of an attack. As a quick additional check, you can run a free exposure scan of your email addresses against known breach data sets to see whether credentials tied to your environment have already appeared in public dumps.

AICompiled with AI assistance from public sources and published under our editorial standards.

Details

AffectedLinux · Kernel
WeaknessCWE-362
Added to CISA KEVMar 3, 2022
Federal patch deadlineMar 24, 2022
Known ransomware useNot documented
Check if your data is exposed →

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities