Skip to main content

Linux Kernel CVE-2026-64246

| EUVDEUVD-2026-48655 HIGH
Use After Free (CWE-416)
2026-07-24 Linux GHSA-m784-m9j8-378q
7.8
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
7.8 HIGH
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
7.0 HIGH

Local vector and low-privilege requirement confirmed by driver context; AC raised to H because reliable UAF exploitation for code execution requires precise heap manipulation timing at driver initialization.

3.1 AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:L/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
SUSE
4.4 MEDIUM
AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Generated
Aug 13, 2026 - 20:49 vuln.today
CVSS changed
Aug 13, 2026 - 18:37 NVD
7.8 (HIGH)
Patch available
Jul 24, 2026 - 17:48 EUVD
CVE Published
Jul 24, 2026 - 15:31 nvd
HIGH 7.8
CVE Published
Jul 24, 2026 - 15:31 cve.org
UNKNOWN (no severity yet)

DescriptionNVD

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.

AnalysisAI

Use-after-free in the Linux kernel's linkstation-poweroff driver exposes systems running affected kernel versions on Buffalo LinkStation NAS hardware to local privilege escalation. The flaw resides in linkstation_poweroff_init(), where of_node_put(dn) was called before of_match_node() finished using the pointer, producing a kernel-space use-after-free that can corrupt slab-allocated memory. No public exploit has been identified and the EPSS score of 0.16% (6th percentile) indicates very low observed exploitation probability, though the official CVSS base severity is 7.8 (High) with confirmed high impact to confidentiality, integrity, and availability.

Technical ContextAI

The linkstation-poweroff driver (power/reset/linkstation-poweroff.c) handles power-off sequencing for Buffalo LinkStation NAS appliances using Open Firmware device-tree bindings. of_node_put() decrements the reference count of an of_node structure; calling it prematurely allows the kernel's slab allocator to reclaim or repurpose that memory region. A subsequent call to of_match_node() then reads the freed node pointer, constituting a classic CWE-416 (Use After Free) condition entirely within kernel space. The vulnerability was introduced at commit e2f471efe1d607a7aff38ce53ec717cebe4283d6 and is confined to kernels built with CONFIG_POWER_RESET_LINKSTATION enabled. Affected CPE: cpe:2.3:a:linux:linux:*:*:*:*:*:*:*:*.

RemediationAI

The primary fix is to upgrade to a patched stable kernel release: Linux 5.15.211, 6.1.177, 6.6.144, 6.12.95, 6.18.38, or 7.1.3, depending on the stable branch in use. Upstream commits are published at https://git.kernel.org/stable/c/93c7ee139721936b6fa717572e74d3994603ae13 and the six additional stable-branch commits referenced in the advisory. For systems that cannot be immediately patched, disabling the linkstation-poweroff driver by setting CONFIG_POWER_RESET_LINKSTATION=n and rebuilding the kernel, or blacklisting the module via /etc/modprobe.d if compiled as a loadable module, eliminates the attack surface entirely - the only trade-off is loss of hardware-controlled power-off functionality on Buffalo LinkStation devices, which may require manual or IPMI-based power management instead. NVD advisory: https://nvd.nist.gov/vuln/detail/CVE-2026-64246.

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
openSUSE Tumbleweed Fixed
SUSE Linux Enterprise Desktop 15 SP7 Not-Affected
SUSE Linux Enterprise Desktop 15 SP7 Not-Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Not-Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Not-Affected

Share

CVE-2026-64246 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy