Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-52956

7.5 · HIGH
Published Jun 24, 2026 linux CWE-125 EPSS 0.36% (29th pctl)

Overview

CVE-2026-52956 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 24, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.9.6, < 4.10 Affected

Frequently Asked Questions

What is CVE-2026-52956?

CVE-2026-52956 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 24, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-52956?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-52956?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-52956?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-52956 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.