CVE-2026-68160

9.8

Linux · Kernel

A memory safety flaw in the Linux kernel Ceph filesystem driver allows an unauthenticated attacker to trigger an out-of-bounds read during snaptrace processing, potentially leading to system crashes.

Executive summary

A critical out-of-bounds read vulnerability in the Linux kernel Ceph filesystem driver poses a severe risk of system instability and potential information disclosure.

Vulnerability

The vulnerability exists in the ceph_handle_caps function, where an unauthenticated attacker can supply a malicious snap_trace_len value. This causes the kernel to perform an out-of-bounds memory read when processing Ceph capability messages, as the bounds checking logic fails to validate the user-supplied length against the actual buffer size.

Business impact

Successful exploitation of this vulnerability can lead to a kernel panic, resulting in immediate denial of service for the affected host. Furthermore, because the vulnerability involves an out-of-bounds memory read, it may lead to the disclosure of sensitive kernel memory contents. Given the CVSS score of 9.8, this flaw represents a critical threat to infrastructure availability and data confidentiality, particularly for systems utilizing Ceph storage clusters.

Remediation

Immediate Action: Update the Linux kernel to version 5.10.265, 5.15.216, 6.1.183, 6.6.148, or a later stable release provided by your distribution vendor.

Proactive Monitoring: Monitor system logs for kernel oops messages or unexpected service restarts related to the Ceph driver. Review network traffic for anomalous Ceph protocol packets originating from untrusted sources.

Compensating Controls: If immediate patching is not feasible, restrict network access to the Ceph metadata server (MDS) to known and trusted IP addresses using host-based firewalls or network access control lists.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

The severity of this vulnerability necessitates immediate attention to patch management cycles. Systems running the Linux kernel with Ceph support should be updated as a priority to prevent potential denial of service or information leakage. Ensure that kernel updates are validated in a staging environment before deployment to production Ceph storage nodes.

More Linux CVEs

Sources