CVE-2014-3180
Description
In kernel/compat.c in the Linux kernel before 3.17, as used in Google Chrome OS and other products, there is a possible out-of-bounds read. restart_syscall uses uninitialized data when restarting compat_sys_nanosleep. NOTE: this is disputed because the code path is unreachable
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Out-of-bounds read in Linux kernel compat.c due to uninitialized data in restart_syscall when restarting compat_sys_nanosleep; disputed as unreachable.
Vulnerability
In the Linux kernel before version 3.17, the file kernel/compat.c contains a potential out-of-bounds read vulnerability. The function restart_syscall uses uninitialized data when restarting the compat_sys_nanosleep system call. This issue is disputed because the code path is considered unreachable under normal operation.
Exploitation
The code path required to trigger this vulnerability is disputed as unreachable. No known exploitation scenario exists, as the specific conditions for the restart of compat_sys_nanosleep with uninitialized data are not achievable in practice.
Impact
If the code path were reachable, an attacker could cause an out-of-bounds read, potentially leading to information disclosure. However, due to the disputed nature of the reachability, the practical impact is considered negligible.
Mitigation
The vulnerability is fixed in Linux kernel version 3.17 and later. No workaround is necessary as the code path is unreachable. This CVE is not listed on the CISA Known Exploited Vulnerabilities (KEV) catalog.
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
3- Range: <3.17
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2- bugs.chromium.org/p/chromium/issues/detailmitrex_refsource_MISC
- lkml.org/lkml/2014/9/7/29mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.