CVE-2026-46288
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-416
Utilización después de liberación
Fecha de publicación:
08/06/2026
Última modificación:
08/07/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 of_unittest_changeset()<br />
<br />
The variable &#39;parent&#39; is assigned the value of &#39;nchangeset&#39; earlier in the<br />
function, meaning both point to the same struct device_node. The call to<br />
of_node_put(nchangeset) can decrement the reference count to zero and<br />
free the node if there are no other holders. After that, the code still<br />
uses &#39;parent&#39; to check for the presence of a property and to read a<br />
string property, leading to a use-after-free.<br />
<br />
Fix this by moving the of_node_put() call after the last access to<br />
&#39;parent&#39;, avoiding the UAF.
Impacto
Puntuación base 3.x
8.40
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.12 (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



