Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-63906

Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
19/07/2026
Última modificación:
20/07/2026

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> usb: musb: omap2430: Fix use-after-free in omap2430_probe()<br /> <br /> In omap2430_probe(), of_node_put(np) is called prematurely before the<br /> last access to np, leading to a use-after-free if the node&amp;#39;s reference<br /> count drops to zero. Move the of_node_put() calls after the last use of<br /> np in both the success and error paths.