CVE-2026-45989
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-416
Utilización después de liberación
Fecha de publicación:
27/05/2026
Última modificación:
16/06/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
of: unittest: fix use-after-free in testdrv_probe()<br />
<br />
The function testdrv_probe() retrieves the device_node from the PCI<br />
device, applies an overlay, and then immediately calls of_node_put(dn).<br />
This releases the reference held by the PCI core, potentially freeing<br />
the node if the reference count drops to zero. Later, the same freed<br />
pointer &#39;dn&#39; is passed to of_platform_default_populate(), leading to a<br />
use-after-free.<br />
<br />
The reference to pdev->dev.of_node is owned by the device model and<br />
should not be released by the driver. Remove the erroneous of_node_put()<br />
to prevent premature freeing.
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.6 (incluyendo) | 6.6.140 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.86 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.27 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.4 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/07fd339b2c253205794bea5d9b4b7548a4546c56
- https://git.kernel.org/stable/c/0ba03e06f037df704d9b032e36d417633e2326bc
- https://git.kernel.org/stable/c/5b6122a67a295f8a08b7c18d908a1bd974dfaec8
- https://git.kernel.org/stable/c/6b2023286d2c6ed3bf964fb92e34c9c14d42eb69
- https://git.kernel.org/stable/c/d68347b07b9801791c9eaab8f772770b52b8cd5c



