In the Linux kernel, the following vulnerability has been resolved:
usb: musb: omap2430: Fix use-after-free in omap2430_probe()
In omap2430probe(), ofnodeput(np) is called prematurely before the last access to np, leading to a use-after-free if the node's reference count drops to zero. Move the ofnode_put() calls after the last use of np in both the success and error paths.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63906.json",
"cna_assigner": "Linux"
}