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-52955

9.8 · CRITICAL
Published Jun 24, 2026 linux CWE-125

Overview

CVE-2026-52955 is a critical-severity vulnerability affecting linux linux_kernel. It was published on June 24, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. 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 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 buck

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 >= 2.6.34.1, < 5.10.258 Affected

Frequently Asked Questions

What is CVE-2026-52955?

CVE-2026-52955 is a critical-severity vulnerability affecting linux linux_kernel. It was published on June 24, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2026-52955?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. 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-52955?

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-52955?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-52955 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.