HOMEVULNERABILITIESCVE-2026-52959
HIGH

CVE-2026-52959

Published: June 24, 2026· Updated: Jun 28, 2026

7.8
CVSS v3.1
EPSS:0.11%probability of exploitation in 30 daysPercentile:1.8th

Official 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 the pages, even though

this last change has no functional effect.

NVD Source

Technical Analysis

CVE-2026-52959 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires low privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

A successful exploit results in complete confidentiality breach (data exposure), full integrity compromise (data manipulation), availability disruption (denial of service), with a CVSS base score of 7.8.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorLocal
Attack ComplexityLow
Privileges Req.Low
User InteractionNone
ScopeUnchanged
Impact
ConfidentialityHigh
IntegrityHigh
AvailabilityHigh
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/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 (3)

Quick Facts

CVE IDCVE-2026-52959
CVSS Score7.8 / 10
SeverityHIGH
CISA KEVNo
EPSS (30d)0.11%
PublishedJun 24, 2026

Recommended Actions

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