2 matches found
CVE-2026-90288
In the Linux kernel, the following vulnerability has been resolved: phy: renesas: rcar-gen2: Fix double ofnodeput on phy creation failure foreachchildofnodescoped releases the node reference on scope exit, so the explicit ofnodeputnp in the devmphycreate error path drops it twice. Drop the...
7.4CVSS0.00144EPSS
SaveExploits0References2
CVE-2026-90288
CVE-2026-90288 affects the Linux kernel driver phy: renesas: rcar-gen2. The root cause is a double of_node_put() on the PHY creation failure path: for_each_child_of_node_scoped() already releases the device-tree node reference on scope exit, so the explicit of_node_put(np) in the devm_phy_create(...
7.4CVSS0.00144EPSS
SaveExploits0References2
20