CVE-2026-90131
Linux · Kernel
A race condition in the Linux kernel NTFS driver allows local attackers to trigger memory corruption and read sensitive data by exploiting unsynchronized access to MFT record structures.
Executive summary
A race condition vulnerability in the Linux kernel NTFS implementation poses a high risk of information disclosure and system instability for local users.
Vulnerability
This flaw is a race condition in the NTFS driver where resident iomap reads are performed without acquiring the required mrec_lock. This allows a local, low-privileged attacker to trigger a data race with other filesystem operations, potentially resulting in the disclosure of sensitive kernel memory or system crashes.
Business impact
Successful exploitation of this vulnerability allows a local user with low privileges to bypass memory protections, leading to unauthorized access to sensitive information or a denial of service through kernel panic. Given the CVSS score of 7.1, this represents a significant security risk for multi-user Linux environments or systems where untrusted users have local shell access. Compromise could result in the leakage of kernel-level data, which may facilitate further privilege escalation attacks.
Remediation
Immediate Action: Update the Linux kernel to version 7.2.6 or later, which contains the necessary locking patches to prevent the race condition.
Proactive Monitoring: Monitor system logs for kernel oops or crash reports that may indicate exploitation attempts targeting the filesystem driver.
Compensating Controls: Restrict access to the system to authorized users only, as the attack vector requires local access to the filesystem. Ensure that untrusted users do not have permissions to mount arbitrary NTFS volumes.
Exploitation status
Public Exploit Available: No (exploit_available is false)
Analyst recommendation
This vulnerability highlights the importance of keeping kernel components up to date, especially those handling complex filesystem logic. Administrators should prioritize patching systems that utilize the NTFS driver, particularly in environments hosting multiple users or containers, to mitigate the risk of local information disclosure. Apply the recommended kernel updates as part of the next scheduled maintenance window.
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.1 (3.1)
- Analyst report written