In the Linux kernel, the following vulnerability has been resolved:
soc: ti: pruss: Fix double free in prussclkmux_setup()
In the prussclkmuxsetup(), the devmaddactionorreset() indirectly calls prussoffreeclkprovider(), which calls ofnodeput(clkmuxnp) on the error path. However, after the devmaddactionorreset() returns, the ofnodeput(clkmux_np) is called again, causing a double free.
Fix by returning directly, to avoid the duplicate ofnodeput().
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43196.json",
"cna_assigner": "Linux"
}