PatchSiren cyber security CVE debrief
CVE-2026-98011 Linux CVE debrief
A denial-of-service vulnerability was found in the Linux kernel's Hierarchical Fair Queueing (HHF) qdisc implementation. The vulnerability occurs when the `quantum` parameter is set to 1, causing the deficit-refill loop to spin excessively under the qdisc lock, leading to a soft lockup. This issue can be triggered by setting the `quantum` parameter to 1 and configuring a crafted size table, which can cause the qdisc_pkt_len to reach approximately 2 GiB. The vulnerability was resolved by adding a clamp to the `quantum` parameter in the `hhf_change` and `hhf_init` paths, similar to the fq_codel_change function. Defenders should assess exposure and prioritize verification of HHF qdisc
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
Defenders responsible for Linux kernel configurations, especially those with CAP_NET_ADMIN privileges, should assess exposure and prioritize verification of HHF qdisc configurations.
Why it matters
Defenders should assess exposure and prioritize verification of HHF qdisc configurations, especially where CAP_NET_ADMIN privileges are present, to prevent potential denial-of-service conditions.
- Denial-of-service conditions due to soft lockup.
- Potential for excessive CPU utilization.
- Need for verification of HHF qdisc configurations.
- Potential impact on network performance.
Technical summary
The Linux kernel's Hierarchical Fair Queueing (HHF) qdisc implementation is vulnerable to a denial-of-service attack when the `quantum` parameter is set to 1. This causes the deficit-refill loop to spin excessively under the qdisc lock, leading to a soft lockup. The vulnerability was resolved by adding a clamp to the `quantum` parameter in the `hhf_change` and `hhf_init` paths, similar to the fq_codel_change function. The clamp ensures that the `quantum` parameter is set to a value between 256 and 1<<20, preventing the deficit-refill loop from spinning excessively under the qdisc lock.
Defensive priority
Defenders should assess exposure and prioritize verification of HHF qdisc configurations, especially where CAP_NET_ADMIN privileges are present.
Recommended defensive actions
- Review and verify HHF qdisc configurations to ensure the quantum parameter is not set to 1.
- Assess exposure and prioritize verification of CAP_NET_ADMIN privileges.
- Monitor for potential soft lockup conditions in the Linux kernel.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
Evidence notes
The vulnerability was resolved by adding a clamp to the `quantum` parameter in the `hhf_change` and `hhf_init` paths, similar to the fq_codel_change function. The clamp ensures that the `quantum` parameter is set to a value between 256 and 1<<20, preventing the deficit-refill loop from spinning excessively under the qdisc lock. Defenders should verify that the HHF qdisc configurations are properly set and that the `quantum` parameter is not set to 1. Additionally, defenders should review the Linux kernel patch notes and verify that
Sources and references
Verified primary and authoritative sources
-
CVE-2026-98011 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-98011
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-98011 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-98011
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/0898c6f9fa9ce2632ae88bd0f34a878ccc6335af
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/1113b674307ffddd402524bd1fd9d7d5629b705b
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/2e77947bbf6c166e76c038663832d0914418f761
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/eb56a495f59baf6cad5ed80e3ffb9078098b1346
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.