CVE-2026-89655

Linux · Kernel

A use-after-free vulnerability exists in the Linux kernel Ceph filesystem component due to a race condition during cap flushing, potentially leading to memory corruption or system instability.

Executive summary

A critical use-after-free vulnerability in the Linux kernel Ceph subsystem allows for potential system compromise and requires an immediate kernel update.

Vulnerability

The vulnerability occurs within the __kick_flushing_caps function in the Ceph filesystem driver. A race condition allows a memory object to be freed while the system is iterating over a list, causing the kernel to dereference freed memory when the iterator continues. This is an unauthenticated vulnerability that can be triggered by remote interactions with the Ceph filesystem.

Business impact

The vulnerability carries a CVSS score of 9.8, reflecting its potential for remote code execution, unauthorized data access, and complete system denial of service. Successful exploitation could lead to full compromise of the affected server, resulting in significant data breaches and operational downtime for organizations relying on Ceph storage clusters.

Remediation

Immediate Action: Administrators must update the Linux kernel to version 6.12.109, 6.18.50, 7.2.4, or a later stable release provided by the distribution vendor.

Proactive Monitoring: Monitor system logs for kernel oops or panic events related to the ceph module, which may indicate attempted exploitation or crash triggers.

Compensating Controls: Restrict network access to Ceph storage endpoints to trusted internal networks only, as this limits the attack surface available to potential remote adversaries.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the critical severity score and the low barrier for entry, organizations utilizing Ceph filesystems should prioritize this kernel patch within their standard maintenance cycle. Apply the provided security updates immediately to protect the integrity and availability of storage infrastructure.

More Linux CVEs all →

History

CVE Brief tracked this CVE 1 day before it had a CVSS score.

  1. Disclosed CVE record published
  2. Collected by CVE Brief No CVSS score yet; tracked as early warning
  3. CVSS score assigned 9.8 (3.1)
  4. Analyst report written

Sources