PT-2026-64645 · Linux+1 · Linux Kernel+1

CVE-2026-64424

·

Published

2026-07-25

·

Updated

2026-09-07

CVSS v3.1

7.8

High

VectorAV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description A use-after-free error exists in the netpoll component during the shutdown path. The issue occurs when a pending TX worker runs in parallel with the cleanup process. Specifically, the netpoll cleanup() function sets dev->npinfo to NULL and calls rcu cleanup netpoll info(), which attempts to cancel workers using cancel delayed work(). However, because it does not wait for the worker to finish before kfree(npinfo) is called, the queue process() function—which is not an RCU reader and accesses npinfo via container of()—may attempt to access the memory after it has been freed.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

Use After Free

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

AZL-93455
CVE-2026-64424
ECHO-E6C9-D4F4-EB77
OPENSUSE-SU-2026:11476-1
USN-8726-1
USN-8727-1
USN-8728-1

Affected Products

Linux Kernel
Ubuntu