CVE-2026-43196
Published: May 6, 2026
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: soc: ti: pruss: Fix double free in pruss_clk_mux_setup() In the pruss_clk_mux_setup(), the devm_add_action_or_reset() indirectly calls pruss_of_free_clk_provider(), which calls of_node_put(clk_mux_np) on the error path. However, after the devm_add_action_or_reset() returns, the of_node_put(clk_mux_np) is called again, causing a double free. Fix by returning directly, to avoid the duplicate of_node_put().
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected ba59c9b43c86b2c2396acac94e41d946cbaec9fe - < dbda01bf2dfe5af33163e1e5fca1b82b619c2803affected ba59c9b43c86b2c2396acac94e41d946cbaec9fe - < 24c40076e3bc3d73c839c886d6bda1da6c4d9b93affected ba59c9b43c86b2c2396acac94e41d946cbaec9fe - < 818cf66d91c8ef09b01664a12d5f4ea786d64396affected ba59c9b43c86b2c2396acac94e41d946cbaec9fe - < e113339cc7d23be4948891f3a702e9dce5b47035affected ba59c9b43c86b2c2396acac94e41d946cbaec9fe - < 69aa67c1e22d13e9aad4b08c86304ad8e743dcab+3 more versions |
Linux | Linux | affected 5.10unaffected 0 - < 5.10unaffected 5.10.252 - <= 5.10.*unaffected 5.15.202 - <= 5.15.*unaffected 6.1.165 - <= 6.1.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now