PatchSiren cyber security CVE debrief
CVE-2026-98013 Linux CVE debrief
A vulnerability in the Linux kernel's fq_pie network scheduler has been resolved. The fq_pie_change() function accepted any quantum value from userspace, including 1, which could lead to a denial of service (soft lockup) due to an infinite loop under the qdisc lock. The issue required CAP_NET_ADMIN privileges and CONFIG_NET_SCH_FQ_PIE=y configuration.
- 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
Linux kernel maintainers, administrators, and users of the fq_pie scheduler should assess exposure and apply patches to prevent potential denial of service issues. Operators of Linux-based systems, especially those with network scheduling configurations, should review their deployments for potential exposure and apply patches or mitigations as needed. Vulnerability management and security teams should prioritize patching and monitoring for this issue due
Why it matters
The Linux kernel fq_pie scheduler vulnerability can cause a denial of service (soft lockup) due to an infinite loop under the qdisc lock, requiring assessment and patching to prevent potential system instability.
- Denial of service (soft lockup) due to infinite loop under qdisc lock
- Potential system slowdown or instability due to excessive loop iterations
Technical summary
The fq_pie_change() function in the Linux kernel's fq_pie network scheduler did not clamp the quantum value, allowing a crafted size table to cause a denial of service (soft lockup) due to an infinite loop under the qdisc lock. The issue required CAP_NET_ADMIN privileges and CONFIG_NET_SCH_FQ_PIE=y configuration. This vulnerability can cause system instability and potential denial of service issues if not addressed. The Linux kernel maintainers have resolved this issue by adding a clamp to the quantum value in the fq_pie_change() function.
Defensive priority
Assess exposure and apply patches for Linux kernel fq_pie scheduler vulnerability
Recommended defensive actions
- Assess if Linux kernel fq_pie scheduler is used in your deployment
- Verify if CAP_NET_ADMIN privileges are required for the affected configuration
- Apply patches or updates provided by the Linux kernel maintainers
- Monitor for potential denial of service (soft lockup) issues
- 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
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description and affected configurations. The fq_pie_change() function in the Linux kernel's fq_pie network scheduler did not clamp the quantum value, allowing a crafted size table to cause a denial of service (soft lockup) due to an infinite loop under the qdisc lock. The issue required CAP_NET_ADMIN privileges and CONFIG_NET_SCH_FQ_PIE=y configuration. Evidence is limited to public CVE and NVD sources.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-98013 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-98013
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-98013 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-98013
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/4864f58c53eb47257d55e01f47d4a9f355f7f970
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/6655b56e2801008566c594ef231f6c7b3f716c61
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/c11e3a39807eb5a200445ae9082843ab86800415
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/f90fe65b977e7aa9eb302230a09eb18f8c32ceaa
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.