CVE-2026-52959
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
24/06/2026
Last modified:
14/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
virt: sev-guest: Do not use host-controlled page order in cleanup path<br />
<br />
When issuing an extended guest request (SVM_VMGEXIT_EXT_GUEST_REQUEST),<br />
get_ext_report() allocates a buffer to retrieve a certificate blob from the<br />
host, keeping track of its size in report_req->certs_len.<br />
<br />
However, the host may return SNP_GUEST_VMM_ERR_INVALID_LEN, indicating<br />
an invalid buffer size, as well as the expected length of such buffer.<br />
get_ext_report() subsequently updates report_req->certs_len with the<br />
host-controlled value, and cleans up the buffer by computing a page order<br />
from such value. This is incorrect, as the host-provided length may not<br />
match the page order of the original allocation, potentially resulting<br />
in corruption in the page allocator.<br />
<br />
Fix this by using alloc_pages_exact() instead, and reusing @npages to<br />
compute the size passed to free_pages_exact(). For consistency, also<br />
use @npages to compute the size when allocating the pages, even though<br />
this last change has no functional effect.
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13.8 (including) | 6.14 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.14.1 (including) | 6.18.33 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.10 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.14:-:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.14:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.14:rc7:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



