PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-98010 Linux CVE debrief

A vulnerability in the Linux kernel's net/sched: drr (Deficit Round Robin) qdisc (queueing discipline) has been resolved. The drr_change_class() function did not properly clamp the quantum value, which could lead to a denial-of-service (DoS) attack. An attacker with CAP_NET_ADMIN privileges could exploit this vulnerability by crafting a size table that causes the qdisc_pkt_len to reach approximately 2 GiB, resulting in the deficit-refill loop spinning under the qdisc lock.

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 administrators and maintainers, network administrators, and security teams should assess exposure and apply the provided patch. They should also monitor system performance and qdisc configuration for potential anomalies. Additionally, they should restrict CAP_NET_ADMIN privileges to necessary users and namespaces to prevent exploitation of this vulnerability.

Why it matters

This vulnerability in the Linux kernel's net/sched: drr qdisc could lead to a DoS attack or system performance degradation. Linux kernel administrators and maintainers, network administrators, and security teams should assess exposure and apply the provided patch.

  • Denial-of-service (DoS) attack potential
  • Performance degradation due to qdisc lock contention
  • Potential for system crashes or freezes
  • Need for verification of system exposure and patch application

Technical summary

The Linux kernel's net/sched: drr qdisc did not properly clamp the quantum value in the drr_change_class() function. This could lead to a denial-of-service (DoS) attack by causing the deficit-refill loop to spin under the qdisc lock. An attacker with CAP_NET_ADMIN privileges could exploit this vulnerability by crafting a size table that causes the qdisc_pkt_len to reach approximately 2 GiB. Linux kernel administrators and maintainers should assess exposure and apply the provided patch to prevent potential DoS attacks or system performance degradation.

Defensive priority

Medium

Recommended defensive actions

  • Review and apply the patch provided by the Linux kernel maintainers.
  • Restrict CAP_NET_ADMIN privileges to necessary users and namespaces.
  • Monitor system performance and qdisc configuration for potential anomalies.
  • 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.
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.

Evidence notes

The CVE record and NVD entry provide details about the vulnerability in the Linux kernel's net/sched: drr qdisc. However, the scope of affected systems and potential impact require further verification by Linux kernel administrators and maintainers, network administrators, and security teams. They should assess exposure, apply the provided patch, and monitor system performance and qdisc configuration for potential anomalies. The vulnerability's details are based on the Linux kernel maintainers' advisory and may need additional context

Sources and references

Verified primary and authoritative sources

  • CVE-2026-98010 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-98010

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-98010 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-98010

    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/8382abec0f1568d0a5590d75a3df92f23fcf5196

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/8f756ae1c87414ce9cc21b30e6e4c036d6e9e80b

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/d43cded350fe1218493ad3d37a276aff14108ae6

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/dc8b374214ef5bba4882bbd95b361e42555cfc0d

    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.