CVE-2026-23413
In the Linux kernel, the following vulnerability has been resolved: clsact: Fix use-after-free in init/destroy rollback asymmetry Fix a use-after-free in the clsact qdisc upon init/destroy rollback asymmetry. The latter is achieved by first fully initializing a clsact instance, and then in a second step having a replacement failure for the new clsact qdisc instance. clsact_init() initializes ingress first and then takes care of the egress part. This can fail midway, for example, via tcf_block_get_ext(). Upon failure, the kernel will trigger the clsact_destroy() callback. Commit 1cb6f0bae504 ("bpf: Fix too early release of tcx_entry") details the way how the transition is happening. If tcf_block_get_ext on the q->ingress_block ends up failing, we took the tcx_miniq_inc reference count on the ingress side, but not yet on the egress side. clsact_destroy() tests whether the {ingress,egress}_entry was non-NULL. However, even in midway failure on the replacement, both are in fact non-NULL with a valid egress_entry from the previous clsact instance. What we really need to test for is whether the qdisc instance-specific ingress or egress side previously got initialized. This adds a small helper for checking the miniq initialization called mini_qdisc_pair_inited, and utilizes that upon clsact_destroy() in order to fix the use-after-free scenario. Convert the ingress_destroy() side as well so both are consistent to each other.
EPSS 0.02% · 3.5th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | *, 0, 6.6.130 |
| linux | linux_kernel | 6.10, 6.10, 6.10 |
Exploit Intelligence
- CIRCL seen: CVE-2026-23413 (circl-sighting)
- https://git.kernel.org/stable/c/a73d95b57bf9faebdfed591bcb7ed9292062a84c (circl)
- https://git.kernel.org/stable/c/37bef86e5428d59f70a4da82b80f9a8f252fecbe (circl)
- https://git.kernel.org/stable/c/4c9af67f99aa3e51b522c54968ab3ac8272be41c (circl)
- https://git.kernel.org/stable/c/0509b762bc5e8ea7b8391130730c6d8502fc6e69 (circl)
- https://git.kernel.org/stable/c/a0671125d4f55e1e98d9bde8a0b671941987e208 (circl)
- 4593.2.0.yml (github-poc)
- 4593.2.0.yml (github-poc)
- 4593.2.0.yml (github-poc)
- 4593.2.0.yml (github-poc)
…and 6 more exploits
Timeline
- Apr 2, 2026 CVE Published
- Apr 2, 2026 PoC Published
- Apr 2, 2026 Security Advisory
- May 18, 2026 EPSS Score
- May 19, 2026 EPSS Score
- May 20, 2026 EPSS Score
- May 21, 2026 EPSS Score
- May 22, 2026 EPSS Score
- May 23, 2026 EPSS Score
- May 24, 2026 EPSS Score
- May 25, 2026 EPSS Score
- May 26, 2026 EPSS Score
References
- https://git.kernel.org/stable/c/a73d95b57bf9faebdfed591bcb7ed9292062a84c url
- https://git.kernel.org/stable/c/37bef86e5428d59f70a4da82b80f9a8f252fecbe url
- https://git.kernel.org/stable/c/4c9af67f99aa3e51b522c54968ab3ac8272be41c url
- https://git.kernel.org/stable/c/0509b762bc5e8ea7b8391130730c6d8502fc6e69 url
- https://git.kernel.org/stable/c/a0671125d4f55e1e98d9bde8a0b671941987e208 url
- https://nvd.nist.gov/vuln/detail/CVE-2026-23413 advisory
- https://www.suse.com/support/update/announcement/2026/suse-su-20261532-1 advisory
- https://www.suse.com/support/update/announcement/2026/suse-su-202621230-1 advisory
- https://www.suse.com/support/update/announcement/2026/suse-su-20261463-1 advisory
- https://www.suse.com/support/update/announcement/2026/suse-su-20261574-1 advisory
- https://www.suse.com/support/update/announcement/2026/suse-su-20261527-1 advisory
- https://www.suse.com/support/update/announcement/2026/suse-su-202621114-1 advisory
- https://www.suse.com/support/update/announcement/2026/suse-su-20261531-1 advisory
- https://www.suse.com/support/update/announcement/2026/suse-su-20261583-1 advisory
- https://www.suse.com/support/update/announcement/2026/suse-su-20261505-1 advisory
- https://www.suse.com/support/update/announcement/2026/suse-su-202621221-1 advisory
- https://www.suse.com/support/update/announcement/2026/suse-su-202621120-1 advisory
- https://www.suse.com/support/update/announcement/2026/suse-su-202621123-1 advisory
- https://www.suse.com/support/update/announcement/2026/suse-su-20261573-1 advisory
- https://www.suse.com/support/update/announcement/2026/suse-su-20261578-1 advisory
…and 93 more