CVE Catalog

CVE-2026-64246

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.12%

2th percentile - higher than 2% of all known CVEs

Summary

In the Linux kernel, a use-after-free vulnerability was found in the linkstation-poweroff driver's linkstation_poweroff_init() function. Calling of_node_put(dn) before of_match_node() leads to accessing freed memory.

Risk Assessment

This vulnerability could cause system crashes during power-off initialization on LinkStation devices.

Recommendation

Apply the Linux kernel patch that moves of_node_put() after the of_match_node() call.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS