CVE-2026-23136

HIGH

Linux Kernel - Denial of Service via Sparse-Read State Mismanagement in libceph

Title source: llm
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: libceph: reset sparse-read state in osd_fault() When a fault occurs, the connection is abandoned, reestablished, and any pending operations are retried. The OSD client tracks the progress of a sparse-read reply using a separate state machine, largely independent of the messenger's state. If a connection is lost mid-payload or the sparse-read state machine returns an error, the sparse-read state is not reset. The OSD client will then interpret the beginning of a new reply as the continuation of the old one. If this makes the sparse-read machinery enter a failure state, it may never recover, producing loops like: libceph: [0] got 0 extents libceph: data len 142248331 != extent len 0 libceph: osd0 (1)...:6801 socket error on read libceph: data len 142248331 != extent len 0 libceph: osd0 (1)...:6801 socket error on read Therefore, reset the sparse-read state in osd_fault(), ensuring retries start from a clean state.

Scores

CVSS v3 7.5
EPSS 0.0004
EPSS Percentile 12.6%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Details

Status published
Products (15)
linux/Kernel 6.13.0 - 6.18.6linux
linux/Kernel 6.6.0 - 6.6.121linux
linux/Kernel 6.7.0 - 6.12.66linux
Linux/Linux < 6.6
Linux/Linux 6.12.66 - 6.12.*
Linux/Linux 6.18.6 - 6.18.*
Linux/Linux 6.19
Linux/Linux 6.6
Linux/Linux 6.6.121 - 6.6.*
Linux/Linux f628d799972799023d32c2542bb2639eb8c4f84e - 10b7c72810364226f7b27916ea3e2a4f870bc04b
... and 5 more
Published Feb 14, 2026
Tracked Since Feb 18, 2026