3 matches found
CVE-2026-64246
CVE-2026-64246 pertains to the Linux kernel, fixing a use-after-free in the linkstation_poweroff_init path of the power: reset flow. The change moves of_node_put(dn) after the of_match_node() call because the node pointer is still needed, and ensures the node reference is released after use. The ...
EUVD-2026-48655
In the Linux kernel, the following vulnerability has been resolved: power: reset: linkstation-poweroff: fix use-after-free in the linkstationpoweroffinit Move ofnodeputdn after the ofmatchnode call, which still needs the node pointer. The node reference is correctly released after use...
PT-2026-64361
In the Linux kernel, the following vulnerability has been resolved: power: reset: linkstation-poweroff: fix use-after-free in the linkstation poweroff init Move of node putdn after the of match node call, which still needs the node pointer. The node reference is correctly released after use...