HOMEVULNERABILITIESCVE-2026-23136
NONE

CVE-2026-23136

Published: February 14, 2026· Updated: Feb 18, 2026

EPSS:0.02%probability of exploitation in 30 daysPercentile:4.1th

Official 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.

NVD Source

Technical Analysis

CVE-2026-23136 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (4)

Quick Facts

CVE IDCVE-2026-23136
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedFeb 14, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-23136 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.