CVE-2026-64246
Beschrijving NL
In de Linux kernel is de volgende kwetsbaarheid verholpen:
power: reset: linkstation-poweroff: fix use-after-free in het linkstation_poweroff_init()
Verplaatsing van_node_put(dn) na de aanroep van_match_node(), die nog steeds moet
de knooppuntaanwijzer. De knooppuntverwijzing wordt na gebruik correct vrijgegeven.
Origineel (Engels) tonen
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_put(dn) after the of_match_node() call, which still needs
the node pointer. The node reference is correctly released after use.