CVE-2026-68371
Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
10/08/2026
Última modificación:
23/08/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
usb: musb: omap2430: Do not put borrowed of_node in probe<br />
<br />
omap2430_probe() stores pdev->dev.of_node in a local np variable. This is<br />
a borrowed pointer and the probe function does not take a reference to<br />
it.<br />
<br />
The success and error paths nevertheless call of_node_put(np). This drops<br />
a reference that is owned by the platform device, and can leave<br />
pdev->dev.of_node with an unbalanced reference count.<br />
<br />
Do not put the borrowed platform device node from omap2430_probe().<br />
References taken for the child MUSB device are handled by the device core,<br />
and the ctrl-module phandle reference is still released separately.
Impacto
Puntuación base 3.x
8.40
Gravedad 3.x
ALTA
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/0950ac52426b0ab32d3b8cf4afe1711668b19cb8
- https://git.kernel.org/stable/c/58d1c81c0b54a0b9aa6d6af077b09aa2f1bd2193
- https://git.kernel.org/stable/c/6c525c851e5912b9753622d796f2bc55c4913b04
- https://git.kernel.org/stable/c/c947360ae63eee1c9eacc030dd6f5a53f717addf
- https://git.kernel.org/stable/c/eed56f105a7f70cbcfceb4df6deb6870fc58214d
- https://git.kernel.org/stable/c/f0e68402d13cd9ffb289da50e65d4429d0002174



