CVE-2026-98017: net/sched: defer qdisc freeing after failed creation

Published Sep 25, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

net/sched: defer qdisc freeing after failed creation

An RTMNEWQDISC request can make clsact bind a populated shared ingress block during ->init(), publishing an embedded miniQdisc to lockless readers. If the same request has an invalid TCARATE, estimator setup fails after ->init(); the unwind removes the pointer but synchronously frees its containing qdisc while tcrun() may still hold it.

Retire failed qdiscs through the same RCU helper as normal destruction. Inline the synchronous free into the callback now that no direct callers remain.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 25, 2026
CVE Published
via MITRE·10:23 AM
Data Sourced
via MITRE·10:23 AM
DescriptionSeverity
Data Sourced
via NVD·11:17 AM
DescriptionSeverity

Frequently Asked Questions

1

What conditions are required for the race to occur?

A requester must issue an RTM_NEWQDISC request that causes clsact to bind a populated shared ingress block during initialization, then include an invalid TCA_RATE so estimator setup fails. The race also requires tc_run() to concurrently retain the published embedded mini_Qdisc.

2

Is normal packet processing by itself sufficient to trigger the issue?

No. The issue depends on a failed RTM_NEWQDISC creation request after initialization has published the qdisc state; concurrent lockless tc_run() activity creates the use-after-free window.

3

How can maintainers check whether their kernel includes the fix?

Check whether the kernel contains the change that retires qdiscs from failed creation through the same RCU helper used for normal destruction. The provided stable references identify commits 20bf6fa34b345333971bd4464a322cce87b83f4e, 156a3bab69744e9225bb9eff8c5cc53da18d5a2e, and 5bfe927c5b4b290fad529186218c728589b4b101.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203