CVE-2026-90133
Linux · Kernel
A heap out of bounds write vulnerability exists in the Linux kernel NTFS driver, where insufficient validation of index root entries can lead to memory corruption during copy operations.
Executive summary
A heap out of bounds write vulnerability in the Linux kernel NTFS driver could allow a local attacker to corrupt memory and potentially achieve arbitrary code execution.
Vulnerability
The vulnerability is located in the ntfs_ir_to_ib function of the NTFS filesystem driver. It occurs because the kernel fails to verify that index root entries fit within the allocated index block buffer before performing a memory copy, resulting in an out of bounds write. An attacker requires local access and user interaction to trigger this flaw.
Business impact
Successful exploitation of this memory corruption vulnerability can lead to a system crash, denial of service, or potential arbitrary code execution with kernel level privileges. Given the CVSS score of 7.8, the risk is high as it compromises the integrity and availability of the underlying operating system, which is critical for all downstream services and data processing.
Remediation
Immediate Action: Update the Linux kernel to version 7.2.6 or later to incorporate the necessary bounds checking in the ntfs_ir_to_ib function.
Proactive Monitoring: Monitor system logs for kernel panics or unusual filesystem related errors that may indicate an attempted exploitation of the NTFS driver.
Compensating Controls: If patching is not immediately feasible, consider blacklisting the affected kernel module if NTFS support is not required for production operations.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
This vulnerability represents a significant security risk due to the potential for kernel level memory corruption. Security teams should prioritize the deployment of the patched kernel version across all affected Linux distributions. Immediate attention is required to ensure that kernel modules are updated and systems are rebooted to apply the fix, thereby reducing the attack surface for local threats.
More Linux CVEs all →
History
CVE Brief tracked this CVE 1 day before it had a CVSS score.
- Disclosed CVE record published
- Collected by CVE Brief No CVSS score yet; tracked as early warning
- CVSS score assigned 7.8 (3.1)
- Analyst report written