CVE-2025-39836
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-787
Escritura fuera de límites
Fecha de publicación:
16/09/2025
Última modificación:
01/12/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
efi: stmm: Fix incorrect buffer allocation method<br />
<br />
The communication buffer allocated by setup_mm_hdr() is later on passed<br />
to tee_shm_register_kernel_buf(). The latter expects those buffers to be<br />
contiguous pages, but setup_mm_hdr() just uses kmalloc(). That can cause<br />
various corruptions or BUGs, specifically since commit 9aec2fb0fd5e<br />
("slab: allocate frozen pages"), though it was broken before as well.<br />
<br />
Fix this by using alloc_pages_exact() instead of kmalloc().
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.8 (incluyendo) | 6.12.45 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.16.5 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.17:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.17:rc3:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



