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.
Published: 2026-07-24
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a use‑after‑free error within the Linux kernel’s power reset subsystem, specifically in the linkstation_poweroff_init function. The code releases a node reference before fully using it. Based on the description, this could lead to memory corruption, which may potentially allow arbitrary code execution, system crashes, or denial‑of‑service, although the CVE entry does not explicitly state these outcomes.

Affected Systems

The Linux kernel is affected. All kernel builds that do not incorporate the commit that moves of_node_put after of_match_node are vulnerable. No specific kernel release numbers are given.

Risk and Exploitability

The CVSS score of 7.8 indicates a medium to high severity risk. The EPSS score of less than 1% indicates a very low likelihood of exploitation, and the vulnerability is not listed in CISA KEV. Based on the description, the bug resides in kernel‑space code; exploitation would require local or kernel‑level access to the linkstation device, making a remote attack vector unlikely without additional foothold.

Generated by OpenCVE AI on August 13, 2026 at 19:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install a Linux kernel update that includes the fix for the linkstation_poweroff_init use‑after‑free (any release after the commit moving of_node_put after of_match_node).
  • If a vendor update is not immediately available, incorporate the relevant commit into the source tree and rebuild the kernel to apply the patch.
  • Where the linkstation device is not required, disable or remove the device to reduce the attack surface.

Generated by OpenCVE AI on August 13, 2026 at 19:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4700-1 linux-6.1 security update
History

Thu, 13 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Wed, 05 Aug 2026 01:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Sun, 02 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Wed, 29 Jul 2026 00:15:00 +0000


Mon, 27 Jul 2026 06:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Fri, 24 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
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.
Title power: reset: linkstation-poweroff: fix use-after-free in the linkstation_poweroff_init()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-24T15:31:14.709Z

Reserved: 2026-07-19T15:36:31.772Z

Link: CVE-2026-64246

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-07-24T16:16:54.030

Modified: 2026-08-13T18:28:15.810

Link: CVE-2026-64246

cve-icon Redhat

Severity :

Publid Date: 2026-07-24T00:00:00Z

Links: CVE-2026-64246 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T20:00:03Z

Weaknesses