HOMEVULNERABILITIESCVE-2026-52956
HIGH

CVE-2026-52956

Published: June 24, 2026· Updated: Jul 1, 2026

7.5
CVSS v3.1
EPSS:0.16%probability of exploitation in 30 daysPercentile:5.8th

Official Description

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

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

In __ceph_x_decrypt(), a part of the buffer p is interpreted as a

ceph_x_encrypt_header, and the magic field of this struct is accessed.

This happens without any guarantee that the buffer is large enough to

hold this struct. The function parameter ciphertext_len represents the

length of the ciphertext to decrypt and is guaranteed to be at most the

remaining size of the allocated buffer p. However, this value is not

necessarily greater than sizeof(ceph_x_encrypt_header). E.g., a message

frame of type FRAME_TAG_AUTH_REPLY_MORE, that is just as long to hold

the ciphertext at its end with a ciphertext_len of 8 or less, can

trigger an out-of-bounds memory access when accessing hdr->magic.

This patch fixes the issue by adding a check to ensure that the

decrypted plaintext in the buffer is large enough to represent at least

the ceph_x_encrypt_header.

NVD Source

Technical Analysis

CVE-2026-52956 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 availability disruption (denial of service), with a CVSS base score of 7.5.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorNetwork
Attack ComplexityLow
Privileges Req.None
User InteractionNone
ScopeUnchanged
Impact
ConfidentialityNone
IntegrityNone
AvailabilityHigh
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/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 (2)

Quick Facts

CVE IDCVE-2026-52956
CVSS Score7.5 / 10
SeverityHIGH
CISA KEVNo
EPSS (30d)0.16%
PublishedJun 24, 2026

Recommended Actions

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