CVE-2026-52959
Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/06/2026
Última modificación:
14/07/2026
Descripción
*** Pendiente de traducción *** 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.
Impacto
Puntuación base 3.x
7.80
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13.8 (incluyendo) | 6.14 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.14.1 (incluyendo) | 6.18.33 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.10 (excluyendo) |
| 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:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



