Cyber Resilience

CVE-2014-0196

Race Condition in Linux Kernel 2.6.31 – 3.2.59

CISA KEVActive ExploitationEUVD ExploitedPublic PoCRace Condition
Published
07 May 2014
Modified
21 April 2026
KEV Added
12 May 2023
Patch / advisory
CVSS Score v3.1 5.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.22 97th percentile
Risk Priority 75 floored blend · peak EPSS

Summary

CVE-2014-0196 is a medium-severity Race Condition (CWE-362) vulnerability in Linux Linux Kernel. Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 3% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog; a public proof-of-concept is referenced.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

The vulnerability is a race condition (CWE-362) in the n_tty_write function within drivers/tty/n_tty.c of the Linux kernel through version 3.14.3. It occurs specifically in the LECHO and !OPOST case when the function fails to properly manage tty driver access during concurrent read and write operations involving long strings, leading to memory corruption.

Local users with the ability to perform tty read and write operations can trigger the race condition to achieve a denial of service via memory corruption and system crash, or potentially elevate privileges. The CVSS 5.5 score reflects local attack vector, low complexity, and privileges required, with high impact on availability but none on confidentiality or integrity.

Vendor advisories and patches, including the referenced kernel commit, Oracle ELSA-2014-0771, and openSUSE security announcements, address the issue through updates that correct the tty handling logic in affected kernels.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

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…

more

gain privileges by triggering a race condition involving read and write operations with long strings.

CWE(s)
KEV Date Added
12 May 2023

Related Threats

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2016-5195Same product: Canonical Ubuntu Linuxboth on KEV
CVE-2026-22548Same product: F5 Big-Ip Application Security Manager
CVE-2021-22991Same product: F5 Big-Ip Access Policy Managerboth on KEV
CVE-2021-22986Same product: F5 Big-Ip Access Policy Managerboth on KEV
CVE-2022-1388Same product: F5 Big-Ip Access Policy Managerboth on KEV
CVE-2021-21166Same product: Debian Debian Linuxboth on KEV
CVE-2020-5902Same product: F5 Big-Ip Access Policy Managerboth on KEV
CVE-2023-46747Same product: F5 Big-Ip Access Policy Managerboth on KEV
CVE-2023-46748Same product: F5 Big-Ip Access Policy Managerboth on KEV
CVE-2021-25395Shared CWE-362both on KEV

Affected Assets

linux
linux kernel
2.6.31 · 2.6.31 — 3.2.59 · 3.3 — 3.4.91 · 3.5 — 3.10.40
debian
debian linux
6.0, 7.0
redhat
enterprise linux
6.0
redhat
enterprise linux eus
6.3, 6.4
redhat
enterprise linux server eus
6.3
suse
suse linux enterprise desktop
11
suse
suse linux enterprise high availability extension
11
suse
suse linux enterprise server
11
oracle
linux
6
canonical
ubuntu linux
10.04, 12.04, 12.10, 13.10, 14.04
+20 more product configuration(s) — see NVD for full list

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V10.4.2
  • V10.4.5
  • V15.1.3
  • V15.4.1

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-362

Accurate timestamps from internal clocks enable detection of race conditions by providing reliable event ordering in audit logs.

addresses: CWE-362

Coordination of concurrent security activities reduces the probability that shared resources will be accessed simultaneously without proper synchronization.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require proper synchronization primitives and concurrency testing that prevent race conditions.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect race conditions, but does not prevent them at design or coding time.

prevents

Secure SDLC mandates concurrency controls and synchronization primitives that directly prevent race conditions.

prevents

Application security requirements can specify thread-safety and locking rules, but do not prescribe implementation details.

prevents

Secure architecture principles require proper synchronization and resource isolation, addressing the root cause of CWE-362.

prevents

Secure coding standards explicitly forbid unsafe concurrent access patterns and mandate atomic operations or locks.

none

Change management reduces introduction of concurrency bugs during updates, yet does not address the weakness itself.

References