Use-after-free in Linux kernel - CVE-2026-64027
Published: July 20, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a use-after-free in the net_shaper subsystem when handling concurrent shaper lookups and updates. A local user can trigger a race condition to cause a denial of service.
The issue stems from non-atomic validity marking of XArray entries, which can allow a reader to observe a stale valid state for a replaced entry.