4 matches found
DEBIAN-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...
EUVD-2026-81881
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...
CVE-2026-90288 phy: renesas: rcar-gen2: Fix double of_node_put on phy creation failure
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...
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(...