PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-98012 Linux CVE debrief

A vulnerability in the Linux kernel's net/sched sfq allows for a denial of service via a crafted size table. The issue arises from the sfq_change function accepting any non-negative quantum value, which can lead to the deficit-refill loop spinning approximately 2^31 times under the qdisc lock, resulting in a soft lockup. To recreate this bug, one needs to have CONFIG_NET_SCH_SFQ=y and CAP_NET_ADMIN. This can be achieved by executing 'tc qdisc add dev dummy0 root sfq' followed by 'tc qdisc change dev dummy0 root sfq quantum 1 stab data 32768 size_log 15 cell_log 0'.

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

System administrators and security teams responsible for Linux kernel-based systems, especially those with CAP_NET_ADMIN privileges, should assess their exposure and prioritize patching.

Why it matters

CVE-2026-98012 is a denial of service vulnerability in the Linux kernel's net/sched sfq. Defenders should prioritize patching, restrict CAP_NET_ADMIN privileges, and monitor for suspicious activity. The vulnerability allows for a soft lockup via crafted size tables, impacting system stability and performance.

  • Denial of service via soft lockup
  • Potential for elevated privileges exploitation
  • Need for verification of patch application
  • Possible impact on system stability and performance

Technical summary

The Linux kernel's net/sched sfq is vulnerable to a denial of service attack due to improper handling of quantum values in the sfq_change function. This allows an attacker with CAP_NET_ADMIN privileges to cause a soft lockup by spinning the deficit-refill loop approximately 2^31 times under the qdisc lock. The vulnerability arises from the sfq_change function accepting any non-negative quantum value, which can lead to the deficit-refill loop spinning approximately 2^31 times under the qdisc lock, resulting in a soft lockup / denial of service. To recreate this bug, one needs to have CONFIG_NET_SCH_SFQ=y and CAP_NET_ADMIN. This can be achieved by executing 'tc qdisc add dev dummy0 root sfq' followed by 'tc qdisc

Defensive priority

Defenders should prioritize verifying and applying patches for this vulnerability, especially in environments where the Linux kernel is used and CAP_NET_ADMIN privileges are present.

Recommended defensive actions

  • Verify and apply patches for CVE-2026-98012
  • Restrict CAP_NET_ADMIN privileges to necessary users
  • Monitor for suspicious activity related to sfq configuration changes
  • 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 evidence for this vulnerability comes from the Linux kernel source and CVE Program records. The CVE-2026-98012 CVE Program record and NVD vulnerability detail provide official information on this vulnerability.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-98012 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-98012 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/534cd7ecbbc6e8a974f4003a5c1557439c6e0a72

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

    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.