CVE-2026-68154

9.8

Linux · Kernel

A flaw in the Linux kernel libceph component allows a malformed CRUSH map to trigger an out-of-bounds memory access, potentially leading to system instability or arbitrary code execution.

Executive summary

A critical vulnerability in the Linux kernel libceph subsystem could allow an unauthenticated attacker to cause memory corruption, leading to system compromise or denial of service.

Vulnerability

This is an input validation vulnerability where the libceph component fails to reject zero-value bucket types during CRUSH map decoding. This failure allows a malicious actor to supply a malformed map that causes the mapper to perform an out-of-bounds index operation on the OSD weight array.

Business impact

The vulnerability carries a CVSS score of 9.8, indicating a critical risk of full system compromise. Successful exploitation allows an unauthenticated remote attacker to corrupt kernel memory, which can lead to complete system failure, data loss, or the execution of arbitrary code within the kernel context.

Remediation

Immediate Action: Update your Linux kernel to the corrected versions (5.10.265, 5.15.216, 6.1.183, 6.6.148, or later) as provided by your distribution vendor.

Proactive Monitoring: Monitor system logs for kernel panics, segmentation faults, or unusual memory access errors that may indicate exploitation attempts against the Ceph storage subsystem.

Compensating Controls: Ensure that network access to Ceph storage services is restricted to trusted internal nodes using firewall rules or network segmentation to reduce the attack surface.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the critical nature of this kernel-level vulnerability, organizations should prioritize patching affected systems in their next maintenance cycle. The potential for arbitrary code execution within the kernel makes this an urgent security priority. If immediate patching is not feasible, restrict access to the affected Ceph infrastructure to authenticated and trusted network segments to prevent unauthorized interaction with the vulnerable input processing functions.

More Linux CVEs

Sources