CVE-2026-23436
Use-After-Free Race Condition in Linux Kernel netdev Shaper Component
Publication date: 2026-04-03
Last updated on: 2026-04-23
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.13 |
| linux | linux_kernel | 7.0 |
| linux | linux_kernel | 7.0 |
| linux | linux_kernel | 7.0 |
| linux | linux_kernel | 7.0 |
| linux | linux_kernel | 7.0 |
| linux | linux_kernel | 7.0 |
| linux | linux_kernel | 7.0 |
| linux | linux_kernel | From 6.19 (inc) to 6.19.10 (exc) |
| linux | linux_kernel | From 6.13.1 (inc) to 6.18.20 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Linux kernel's network subsystem related to the handling of network device (netdev) shapers. During the preparation of Netlink operations, a reference to a netdev is taken before locking it. However, the netdev may be unregistered between taking the reference and acquiring the lock, which can lead to a race condition.
This race condition can cause the allocation of a hierarchy after a flush operation has already run, resulting in a memory leak of the hierarchy. The fix involves taking the instance lock earlier in the process to prevent this race and eliminate the need for separate lock/unlock callbacks.
How can this vulnerability impact me? :
The vulnerability can lead to a memory leak in the Linux kernel's network subsystem. This leak occurs when a network device is unregistered during certain operations, causing the system to allocate resources improperly.
Such a memory leak could degrade system performance over time, potentially leading to resource exhaustion or instability in network-related functions.
What immediate steps should I take to mitigate this vulnerability?
The vulnerability has been resolved by changes in the Linux kernel that protect from late creation of hierarchy in the net shaper subsystem.
To mitigate this vulnerability, you should update your Linux kernel to a version that includes the fix for this issue.