CVE-2026-46288
In the Linux kernel, CVE-2026-46288 fixes a use-after-free in unittest: of_unittest_changeset() where the local 'parent' points to the same struct device_node as 'nchangeset'. The code calls of_node_put(nchangeset) which can drop the reference count to zero, freeing the node, yet 'parent' is stil...