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

CVE-2014-3153: Linux Kernel Privilege Escalation Vulnerability

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

The futex_requeue function in kernel/futex.c in Linux kernel does not ensure that calls have two different futex addresses, which allows local users to gain privileges.

CVE-2014-3153 is a privilege-escalation flaw in the Linux kernel’s futex handling. A local user who can already run code on the system may abuse the futex_requeue path to obtain higher privileges. Because the kernel sits under every process, successful exploitation can give an attacker full control of the host, making timely remediation important for any environment that runs Linux.

Public detail is limited to the description above; exact affected releases, CVSS scores, and exploit mechanics must be confirmed against the vendor advisory for your distribution.

How it works

The weakness is classified as CWE-269 (Improper Privilege Management). The futex_requeue function in kernel/futex.c did not ensure that the two futex addresses supplied in a call were distinct. A local attacker who can invoke the futex subsystem with carefully chosen arguments can therefore cause the kernel to perform operations that elevate the caller’s privileges.

No remote code execution is implied by the published summary; the attacker must already have a foothold on the machine (for example via a compromised account or a separate local vulnerability). Once elevated, the attacker can install persistence, disable security controls, or move laterally. Specific exploit sequences are not provided here and should not be assumed; defenders should treat any unpatched kernel that still contains the flawed futex_requeue logic as vulnerable until the vendor advisory states otherwise.

Am I affected? How to find it in your systems

The vulnerability affects the Linux kernel. It is therefore present on servers, workstations, containers, embedded devices, and cloud instances that run a vulnerable kernel build. Inventory steps:

Because the flaw is local-only, external network scanners will not detect it; host-based inventory is required.

How to remediate

The primary action is to apply the vendor-supplied kernel update that corrects the futex_requeue check. Follow the CISA-required action: apply updates per vendor instructions. After installing the package, reboot into the new kernel and verify the running version.

Additional hardening appropriate to this class of local privilege-escalation issues:

If you can't patch immediately

Until the updated kernel can be deployed:

These steps only reduce risk; they do not eliminate the underlying flaw.

If your data may have been exposed

Actively exploited local privilege-escalation vulnerabilities are frequently used after an initial compromise to steal data or deploy further malware. Ransomware use of this specific CVE is not documented, yet any successful elevation can lead to broader breach activity. If you suspect the host was compromised before patching, follow your incident-response process: isolate the system, preserve volatile evidence, and rotate credentials that may have been accessible to the elevated process. As a quick additional check, you can run a free exposure scan of your email addresses against known breach data sets to see whether related accounts have appeared in prior leaks.

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

Details

AffectedLinux · Kernel
WeaknessCWE-269
Added to CISA KEVMay 25, 2022
Federal patch deadlineJun 15, 2022
Known ransomware useNot documented
Check if your data is exposed →

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities