CVE-2026-52956

HIGHPre-NVD 7.57.5
EchelonGraph scoreHIGH confidence

Score 7.5 from GitHub Security Advisory (severity: HIGH) published 2026-06-24. a secondary CVSS source baseline 7.5; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 3 sources updated this week
7.5
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 7.5Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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.

CVSS v3
7.5
EG Score
7.5(high)
EPSS
27.9%
KEV
Not listed

Published

June 24, 2026

Last Modified

July 1, 2026

Advisory Details (2)

Auto-updated Jun 28, 2026
No patch confirmed yet.
generic

libceph: Fix potential out-of-bounds access in __ceph_x_decrypt() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/c7e9b53aebe401970f1b5f5a01b4e021b18e8bb2
generic

libceph: Fix potential out-of-bounds access in __ceph_x_decrypt() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/821365487aa58d06bda65c676ba215d506ba9768

Vendor Advisories for CVE-2026-52956(2)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 32× in last 7d / 44× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-07 00:28 UTCEG score recompute
  2. 2026-07-07 00:28 UTCGHSA enrichment
  3. 2026-07-06 11:21 UTCEG score recompute
  4. 2026-07-06 11:21 UTCGHSA enrichment
  5. 2026-07-06 02:23 UTCEPSS rescore
  6. 2026-07-06 02:23 UTCEPSS rescore
  7. 2026-07-05 21:51 UTCEG score recompute
  8. 2026-07-05 21:51 UTCGHSA enrichment
  9. 2026-07-05 08:45 UTCEG score recompute
  10. 2026-07-05 08:45 UTCGHSA enrichment
  11. 2026-07-05 02:30 UTCEPSS rescore
  12. 2026-07-04 19:38 UTCEG score recompute
  13. 2026-07-04 19:38 UTCGHSA enrichment
  14. 2026-07-04 06:32 UTCEG score recompute
  15. 2026-07-04 06:32 UTCGHSA enrichment
  16. 2026-07-04 06:31 UTCEPSS rescore
  17. 2026-07-03 17:17 UTCEG score recompute
  18. 2026-07-03 17:17 UTCGHSA enrichment
  19. 2026-07-03 04:11 UTCEG score recompute
  20. 2026-07-03 04:11 UTCGHSA enrichment
  21. 2026-07-02 15:04 UTCEG score recompute
  22. 2026-07-02 15:04 UTCGHSA enrichment
  23. 2026-07-02 01:57 UTCEG score recompute
  24. 2026-07-02 01:57 UTCGHSA enrichment
  25. 2026-07-01 15:07 UTCEPSS rescore
Show 19 more
  1. 2026-07-01 12:51 UTCEG score recompute
  2. 2026-07-01 12:51 UTCGHSA enrichment
  3. 2026-06-30 23:45 UTCEG score recompute
  4. 2026-06-30 23:45 UTCGHSA enrichment
  5. 2026-06-30 23:22 UTCEPSS rescore
  6. 2026-06-30 10:17 UTCEG score recompute 7.50
  7. 2026-06-30 10:17 UTCGHSA enrichment
  8. 2026-06-29 14:06 UTCEPSS rescore
  9. 2026-06-29 14:06 UTCEPSS rescore
  10. 2026-06-28 14:07 UTCEPSS rescore
  11. 2026-06-28 07:52 UTCMITRE cvelistV5CVSS v3 → 7.5 · severity → HIGH
  12. 2026-06-28 04:56 UTCEPSS rescore
  13. 2026-06-28 04:56 UTCEPSS rescore
  14. 2026-06-27 14:22 UTCEG score recompute
  15. 2026-06-27 14:22 UTCGHSA enrichment
  16. 2026-06-27 03:08 UTCEPSS rescore
  17. 2026-06-25 13:49 UTCEPSS rescore
  18. 2026-06-24 18:29 UTCEG score recompute
  19. 2026-06-24 18:02 UTCNVD updatefirst tracked

Frequently asked(5)

What is CVE-2026-52956?
CVE-2026-52956 is a high vulnerability published on June 24, 2026. In the Linux kernel, the following vulnerability has been resolved: libceph: Fix potential out-of-bounds access in cephxdecrypt() In cephxdecrypt(), a part of the buffer p is interpreted as a cephxencrypt_header, and the magic field of this struct is accessed. This happens without any guarantee…
When was CVE-2026-52956 disclosed?
CVE-2026-52956 was first published in the National Vulnerability Database on June 24, 2026, with the most recent update on July 1, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-52956 actively exploited?
CVE-2026-52956 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 27.9% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-52956?
CVE-2026-52956 has a CVSS v3 base score of 7.5 (NVD).
How do I remediate CVE-2026-52956?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-52956, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-52956

Explore →

Is Your Infrastructure Affected by CVE-2026-52956?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.