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

net/sched: ets: clamp quantum in parse and fallback paths

ets_qdisc_change() falls back to psched_mtu() with no floor for bands
without an explicit quantum. With a crafted size table qdisc_pkt_len
reaches ~2 GiB, so a zero psched_mtu on a headerless device makes the
deficit-refill loop spin under the qdisc lock.

Move the floor into ets_quantum_parse() so explicitly configured quanta
are also clamped to [256, 1<<20], not just the fallback path.

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

tc qdisc add dev dummy0 root ets bands 3 strict 2 quanta 1 1
Published: 2026-09-25
Score: n/a
EPSS: n/a
KEV: No
Impact: Denial of Service via kernel spinlock
Action: Upgrade Kernel
AI Analysis

Impact

In the Linux kernel, the ETS (Enhanced Transmission Selection) qdisc implementation incorrectly handles the quantum value when it is not explicitly configured. If a user creates an ETS qdisc with a zero quantum, the internal logic falls back to a zero psched_mtu, causing the deficit‑refill algorithm to spin indefinitely while holding the qdisc lock. This infinite loop consumes CPU cycles and can deny service to all packets processed by that qdisc. The weakness is related to improper handling of default values leading to a denial‑of‑service condition.

Affected Systems

The vulnerability affects Linux kernels compiled with the NET_SCH_ETS configuration option enabled. Any distribution using an unpatched kernel where an ETS qdisc can be added by a user who has CAP_NET_ADMIN privileges is potentially exposed. The patch that moves the clamping logic into the quantum parsing code protects against this issue, but the exact first affected kernel version is not listed in the provided data.

Risk and Exploitability

Because the exploit requires administrative privileges on the host and the ability to execute tc commands in the same network namespace, it is limited to users with CAP_NET_ADMIN. No CVSS score or EPSS data is available, and the vulnerability is not listed in the CISA KEV catalog, suggesting that it has not yet been widely leveraged by attackers. However, the impact of a successful exploit is a denial of service that could affect system availability, so the risk is considered high for exposed environments.

Generated by OpenCVE AI on September 25, 2026 at 15:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to a kernel version that includes the patch that clamps quantum values in ets_quantum_parse().
  • If an upgrade is not possible, remove or disable ETS qdiscs on interfaces that are not needed (e.g., 'tc qdisc del dev <dev> root').
  • Restrict the CAP_NET_ADMIN capability to only trusted users, or use a least‑privilege model to prevent unauthorized qdisc configuration.

Generated by OpenCVE AI on September 25, 2026 at 15:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 10:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net/sched: ets: clamp quantum in parse and fallback paths ets_qdisc_change() falls back to psched_mtu() with no floor for bands without an explicit quantum. With a crafted size table qdisc_pkt_len reaches ~2 GiB, so a zero psched_mtu on a headerless device makes the deficit-refill loop spin under the qdisc lock. Move the floor into ets_quantum_parse() so explicitly configured quanta are also clamped to [256, 1<<20], not just the fallback path. Conditions to recreate the bug: CONFIG_NET_SCH_ETS=y. Requires CAP_NET_ADMIN (namespace-local via unshare -Urn suffices). tc qdisc add dev dummy0 root ets bands 3 strict 2 quanta 1 1
Title net/sched: ets: clamp quantum in parse and fallback paths
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-25T10:23:34.144Z

Reserved: 2026-09-25T10:19:56.068Z

Link: CVE-2026-98009

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T11:17:29.210

Modified: 2026-09-25T11:17:29.210

Link: CVE-2026-98009

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T15:30:06Z

Weaknesses

No weakness.