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

net/sched: reject overly deep qdisc hierarchies

Deep qdisc hierarchies can lead to excessive recursion in qdisc tree
walkers and exhaust the kernel stack. The existing loop check does not
cover the create-and-graft path, so a hierarchy can still be extended by
creating a new child qdisc below an already deep parent.

Store the hierarchy depth in struct Qdisc and update it when qdiscs are
grafted. Reject new child qdiscs once the parent is already at the maximum
allowed depth.
Published: 2026-08-22
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service via kernel stack exhaustion
Action: Immediate Patch
AI Analysis

Impact

The Linux kernel can accept user‑defined traffic control hierarchies called qdiscs. An attacker may construct a hierarchy that is excessively deep; each traversal of the tree triggers recursive function calls that consume the kernel stack. Previously the kernel’s loop check did not consider the create‑and‑graft path, allowing a new qdisc to be added underneath an already deep parent and thus extending the depth beyond the programmed limit. The fix implements depth tracking in the qdisc structure and rejects any child that would exceed the maximum permitted depth, preventing kernel stack exhaustion and service interruption.

Affected Systems

All Linux kernel implementations that support the network scheduler and allow users to create qdisc trees are affected. The CVE description does not list specific kernel versions, so the vulnerability applies to current releases until the depth‑check patch is applied.

Risk and Exploitability

Exploiting this flaw requires the ability to configure qdiscs via the netlink interface, which is normally restricted to processes with CAP_NET_ADMIN or root privileges; therefore the likely attack vector is local privileged or a compromised privileged process. The CVSS score of 7.8 indicates a high severity, and the EPSS score is less than 1%, meaning the current exploitation probability is low. The vulnerability is not listed in the CISA KEV catalog, yet the potential for a full system crash makes the risk significant. The vulnerability does not grant code execution but can cause a denial of service by exhausting the kernel stack through recursive qdisc traversal.

Generated by OpenCVE AI on August 25, 2026 at 09:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that implements qdisc depth tracking and rejects child qdiscs once the parent reaches the maximum allowed depth.
  • Restrict access to the netlink interface for qdisc configuration so that only privileged users with CAP_NET_ADMIN can modify qdiscs, which limits the opportunity to create excessive hierarchy depth.
  • Enable netlink auditing or periodically inspect the qdisc tree depth using tools such as tc or iproute2 and prune any structures that approach the maximum depth to avoid impending stack exhaustion.

Generated by OpenCVE AI on August 25, 2026 at 09:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4777-1 linux security update
Debian DSA Debian DSA DSA-6466-1 linux security update
History

Thu, 27 Aug 2026 13:00:00 +0000


Tue, 25 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-682

Tue, 25 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Mon, 24 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Sat, 22 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-682
CWE-770

Sat, 22 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net/sched: reject overly deep qdisc hierarchies Deep qdisc hierarchies can lead to excessive recursion in qdisc tree walkers and exhaust the kernel stack. The existing loop check does not cover the create-and-graft path, so a hierarchy can still be extended by creating a new child qdisc below an already deep parent. Store the hierarchy depth in struct Qdisc and update it when qdiscs are grafted. Reject new child qdiscs once the parent is already at the maximum allowed depth.
Title net/sched: reject overly deep qdisc hierarchies
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-08-27T12:39:59.404Z

Reserved: 2026-08-15T05:44:03.924Z

Link: CVE-2026-74663

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-22T16:16:40.103

Modified: 2026-08-27T13:18:36.473

Link: CVE-2026-74663

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-22T00:00:00Z

Links: CVE-2026-74663 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T09:30:05Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling