CVE-2026-89652
Linux · Kernel
A buffer overflow vulnerability exists in the Linux kernel Ceph filesystem NFS export path, where unchecked name lengths can lead to memory corruption via a malicious MDS.
Executive summary
A critical out-of-bounds write vulnerability in the Linux kernel Ceph filesystem allows a malicious metadata server to trigger memory corruption and potential code execution.
Vulnerability
The vulnerability is a slab out-of-bounds write occurring when the kernel copies MDS-supplied dentry names into a fixed-size buffer without validating the input length against NAME_MAX. This flaw is reachable when a CephFS mount is re-exported over NFS, allowing an unauthenticated remote attacker to trigger the overflow.
Business impact
Successful exploitation of this vulnerability allows an attacker to overwrite sensitive kernel memory, which can lead to system crashes, denial of service, or arbitrary code execution with kernel-level privileges. Given the CVSS score of 9.8, this poses a severe risk to data integrity and system availability. Organizations relying on CephFS for storage infrastructure are at particular risk of complete host compromise.
Remediation
Immediate Action: Update the Linux kernel to version 6.12.109, 6.18.50, 7.2.4, or a later stable release that incorporates the upstream fix.
Proactive Monitoring: Monitor system logs for kernel oops, KASAN reports, or unexpected crashes related to the Ceph filesystem or NFS export services.
Compensating Controls: If patching is not immediately feasible, restrict access to Ceph MDS nodes and disable NFS re-export of CephFS mounts to limit the attack surface.
Exploitation status
Public Exploit Available: No (exploit_available: false)
Analyst recommendation
This vulnerability represents a critical risk to kernel stability and security. Administrators should prioritize patching affected Linux distributions as soon as stable kernel updates are released by their respective vendors. Immediate action is required to eliminate the possibility of kernel-level memory corruption and subsequent system compromise.
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 9.8 (3.1)
- Analyst report written