CVE-2026-74663

Unknown

Last modified

CVE-2026-74663 is a vulnerability of currently unknown severity. 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.

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.

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 9f69bb9fdaa2fe64b68bb62fb84d405784bee540; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 8ca8cdb74939581339e1ae370193c0adb5a85336; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 2759acf08a3454866660edcd3ef4e64139f254a6; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < a4b14a4df29d36458a943f9b521ddd0f940363cc; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < e2d658c6427844cee5bc654b436ca68d680b6148; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < dedd34b0f2310e28c5f6d4875cfbf4b7ed821c01
LinuxLinux2.6.12

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-74663?
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.
How severe is CVE-2026-74663?
Severity scoring for CVE-2026-74663 is pending analysis.
How do I fix CVE-2026-74663?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-74663?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST