CVE-2026-98013: net/sched: fq_pie: clamp quantum in change path

Published Sep 25, 2026
·
Updated

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

net/sched: fqpie: clamp quantum in change path

fqpiechange() accepts any quantum value from userspace, including 1. With a crafted size table qdiscpktlen reaches ~2 GiB, so quantum=1 makes the deficit-refill loop spin ~2^31 times under the qdisc lock (a soft lockup / denial of service).

Add max(256U, ...) matching fqcodelchange().

Conditions to recreate the bug: CONFIGNETSCHFQPIE=y. Requires CAPNETADMIN (namespace-local via unshare -Urn suffices).

tc qdisc add dev dummy0 root fqpie tc qdisc change dev dummy0 root fqpie quantum 1 stab data 32768 sizelog 15 celllog 0

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Clamp the fq_pie quantum in the change path with max(256U, ...), so userspace cannot set quantum below 256U.

    Linux kernel fq_pie qdisc quantum = minimum 256U

Event History

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

Frequently Asked Questions

1

Who can trigger this issue?

An attacker needs CAP_NET_ADMIN. This capability can be obtained within a local user and network namespace using unshare -Urn, so the issue is relevant where unprivileged users are permitted to create such namespaces.

2

What configurations are affected?

The kernel must be built with CONFIG_NET_SCH_FQ_PIE=y, and an fq_pie qdisc must be configured. Exploitation uses an fq_pie change operation with quantum set to 1 and a crafted size table.

3

What is the operational impact of exploitation?

The deficit-refill loop can run roughly 2^31 times while holding the qdisc lock. This can cause a soft lockup and denial of service.

4

How can administrators mitigate the issue before applying the fix?

Restrict CAP_NET_ADMIN and, where appropriate, prevent unprivileged users from creating user and network namespaces. Avoid allowing fq_pie qdisc changes with very small quantum values, particularly quantum 1.

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