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

7.8 · HIGH
Published Jun 24, 2026 linux EPSS 0.09% (1th pctl)

Overview

CVE-2026-52959 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.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

virt: sev-guest: Do not use host-controlled page order in cleanup path

When issuing an extended guest request (SVM_VMGEXIT_EXT_GUEST_REQUEST),

get_ext_report() allocates a buffer to retrieve a certificate blob from the

host, keeping track of its size in report_req->certs_len.

However, the host may return SNP_GUEST_VMM_ERR_INVALID_LEN, indicating

an invalid buffer size, as well as the expected length of such buffer.

get_ext_report() subsequently updates report_req->certs_len with the

host-controlled value, and cleans up the buffer by computing a page order

from such value. This is incorrect, as the host-provided length may not

match the page order of the original allocation, potentially resulting

in corruption in the page allocator.

Fix this by using alloc_pages_exact() instead, and reusing @npages to

compute the size passed to free_pages_exact(). For consistency, also

use @npages to compute the size when allocating

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 >= 6.13.8, < 6.14 Affected

Frequently Asked Questions

What is CVE-2026-52959?

CVE-2026-52959 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.8 (HIGH).

How severe is CVE-2026-52959?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

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

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