PT-2026-61344 · Linux+1 · Linux Kernel+1
CVE-2026-64027
·
Published
2026-07-19
·
Updated
2026-09-07
CVSS v3.1
7.8
High
| Vector | AV: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 race condition exists in the network shaper component due to the non-atomic storage of flags within the XArray. A reader may observe a
VALID mark for a slot but be interrupted before fetching the entry. If a writer replaces the entry during this interval, the reader may fetch a different pointer than the one intended for the VALID mark. This can lead to a Use-After-Free (UAF) condition because the net shaper rollback() function assumes that entries lacking the VALID mark can be freed without observing Read-Copy-Update (RCU), a mechanism used to synchronize access to shared data. To resolve this, the marking system is replaced with an explicit valid field using smp load acquire() and smp store release() memory barriers.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel
Ubuntu