HOMEVULNERABILITIESCVE-2026-52955
CRITICAL

CVE-2026-52955

Published: June 24, 2026· Updated: Jun 30, 2026

9.8
CVSS v3.1
EPSS:0.18%probability of exploitation in 30 daysPercentile:8.2th

Official Description

In the Linux kernel, the following vulnerability has been resolved:

libceph: Fix potential out-of-bounds access in crush_decode()

A message of type CEPH_MSG_OSD_MAP containing a crush map with at least

one bucket has two fields holding the bucket algorithm. If the values

in these two fields differ, an out-of-bounds access can occur. This is

the case because the first algorithm field (alg) is used to allocate

the correct amount of memory for a bucket of this type, while the second

algorithm field inside the bucket (b->alg) is used in the subsequent

processing.

This patch fixes the issue by adding a check that compares alg and

b->alg and aborts the processing in case they differ. Furthermore,

b->alg is set to 0 in this case, because the destruction of the crush

map also uses this field to determine the bucket type, which can again

result in an out-of-bounds access when trying to free the memory pointed

to by the fields of the bucket. To correctly free the memory allocated

for the bucket in such a case, the corresponding call to kfree is moved

from the algorithm-specific crush_destroy_bucket functions to the

generic crush_destroy_bucket().

NVD Source

Technical Analysis

CVE-2026-52955 can be exploited remotely over the network without requiring physical or adjacent access, significantly expanding the attack surface for threat actors.

The vulnerability requires no privileges and no user interaction, making it a prime target for automated exploitation campaigns and worm-like propagation.

A successful exploit results in complete confidentiality breach (data exposure), full integrity compromise (data manipulation), availability disruption (denial of service), with a CVSS base score of 9.8.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorNetwork
Attack ComplexityLow
Privileges Req.None
User InteractionNone
ScopeUnchanged
Impact
ConfidentialityHigh
IntegrityHigh
AvailabilityHigh
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

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 (11)

Quick Facts

CVE IDCVE-2026-52955
CVSS Score9.8 / 10
SeverityCRITICAL
CISA KEVNo
EPSS (30d)0.18%
PublishedJun 24, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-52955 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.