CVE-2026-64246
Received Received - Intake

Use-After-Free in LinkStation Poweroff Driver

Vulnerability report for CVE-2026-64246, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-24

Last updated on: 2026-07-24

Assigner: kernel.org

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-24
Last Modified
2026-07-24
Generated
2026-07-24
AI Q&A
2026-07-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a use-after-free vulnerability in the Linux kernel's power reset driver for LinkStation devices. It occurs in the linkstation_poweroff_init function where a node pointer is released with of_node_put(dn) before of_match_node() finishes using it. This can lead to memory corruption or crashes when the freed memory is accessed.

Detection Guidance

This vulnerability is specific to the Linux kernel's power management subsystem, particularly in the linkstation-poweroff driver. Detection requires checking the kernel version and verifying if the affected code path is present. Use commands like 'uname -a' to check the kernel version and 'grep linkstation_poweroff_init /proc/kallsyms' to see if the function is loaded.

Impact Analysis

This vulnerability could cause system instability or crashes on affected Linux systems using LinkStation power management. It may lead to unexpected reboots, kernel panics, or potential privilege escalation if exploited by local attackers.

Mitigation Strategies

Update the Linux kernel to a version that includes the fix for this vulnerability. The patch moves the of_node_put(dn) call after of_match_node() to prevent the use-after-free issue. Check your distribution's security updates or compile a patched kernel version.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64246. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart