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

CVE-2014-0196: Linux Kernel Race Condition Vulnerability

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

Linux Kernel contains a race condition vulnerability within the n_tty_write function that allows local users to cause a denial-of-service (DoS) or gain privileges via read and write operations with…

CVE-2014-0196 is a race condition in the Linux kernel's n_tty_write function. Local users can trigger it through read and write operations involving long strings, resulting in denial-of-service or privilege escalation. It matters because many systems still run older Linux kernels in servers, embedded devices, or legacy infrastructure; successful exploitation can give an attacker higher privileges on the host or crash critical services.

Public detail is limited to the CISA description of the flaw class and impact. Confirm exact affected kernel builds and any vendor-specific notes against the original advisory before acting.

How it works

This vulnerability belongs to CWE-362 (Concurrent Execution using Shared Resource with Improper Synchronization). In the n_tty_write path of the kernel's terminal (TTY) subsystem, concurrent read and write operations on long strings can race, leaving shared state inconsistent. A local attacker who can open a TTY device and issue carefully timed reads and writes can force the kernel into an unsafe condition. The outcome is either a denial-of-service (kernel panic or hang) or elevation of privileges, depending on how the race resolves. No remote network vector is described; the attacker must already have local code execution or interactive access on the system.

Am I affected? How to find it in your systems

The Linux kernel is present on virtually every Linux distribution, container host, virtual machine, and many embedded or appliance platforms. Inventory steps:

Telemetry signs of exploitation are limited. Watch for unexpected kernel oopses, panics, or TTY-related errors in dmesg or journalctl, especially when correlated with local user activity involving long strings or heavy terminal I/O. Privilege-escalation attempts may appear as sudden uid/gid changes or unexpected root shells. Because the flaw is local, also review process accounting and audit logs for anomalous local users or scripts that open TTY devices.

How to remediate

Apply the vendor-supplied kernel update that addresses CVE-2014-0196 as soon as it is available for your distribution. After installing the update, reboot into the new kernel and verify the running version with uname -r. CISA notes that the impacted product is end-of-life; if no supported patch exists, the required action is to disconnect the system from the network and replace it with a supported kernel or platform.

Additional hardening for this class of race condition includes:

If you can't patch immediately

Until a patched kernel can be deployed, reduce exposure with compensating controls:

If your data may have been exposed

Actively exploited local privilege-escalation vulnerabilities can lead to full host compromise and subsequent data theft. Ransomware use of this specific CVE is not documented, yet any successful elevation of privileges should be treated as a potential breach. Review system logs for signs of unauthorized access, rotate credentials that may have been present on the host, and consider a free exposure scan of organizational email addresses against known breach data sets to determine whether related credentials 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 KEVMay 12, 2023
Federal patch deadlineJun 2, 2023
Known ransomware useNot documented
Check if your data is exposed →

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities