PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-98022 Linux CVE debrief

A vulnerability in the Linux kernel has been resolved, which could allow an unprivileged user to exhaust global memory with ring allocations by setting a huge tx_queue_len. The vulnerability affects several subsystems, including pfifo_fast, tun, and tap. An unprivileged user can set a huge tx_queue_len and exhaust global memory with ring allocations, affecting Linux kernel subsystems. Verify tx_queue_len settings to prevent oversized ring allocations. Implement compensating controls to limit tx_queue_len values. Assess exposure of Linux kernel deployments to unprivileged users.

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 security teams should assess exposure of their deployments to unprivileged users and verify tx_queue_len settings for affected subsystems. Linux kernel administrators and security teams should assess exposure of their deployments to unprivileged users. Verify tx_queue_len settings to prevent oversized ring allocations. Implement compensating controls to limit tx_queue_len values.

Why it matters

An unprivileged user can set a huge tx_queue_len and exhaust global memory with ring allocations, affecting Linux kernel subsystems.

  • Verify tx_queue_len settings to prevent oversized ring allocations
  • Implement compensating controls to limit tx_queue_len values
  • Assess exposure of Linux kernel deployments to unprivileged users

Technical summary

The vulnerability is caused by the lack of an upper bound on tx_queue_len, which can be set by an unprivileged user. This can lead to oversized ring allocations and exhaustion of global memory. The vulnerability affects several subsystems, including pfifo_fast, tun, and tap. netif_change_tx_queue_len() is the single entry point for IFLA_TXQLEN, sysfs, and the SIOCSIFTXQLEN ioctl. Cap new_len at S16_MAX (32767) there so the oversized value is rejected at set time. This takes effect whether the device is up or down, before dev->tx_queue_len is written, before any notifier fires, and before any ring is allocated.

Defensive priority

High

Recommended defensive actions

  • Assess exposure of Linux kernel deployments to unprivileged users
  • Verify tx_queue_len settings for affected subsystems
  • Implement compensating controls to limit tx_queue_len values
  • 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 vulnerability is caused by the lack of an upper bound on tx_queue_len, which can be set by an unprivileged user. This can lead to oversized ring allocations and exhaustion of global memory. The vulnerability affects several subsystems, including pfifo_fast, tun, and tap. Conditions to recreate the bug: CONFIG_NET_SCHED=y, CONFIG_VETH=y, CONFIG_USER_NS=y, CONFIG_NET_NS=y. Unprivileged user in a fresh user+net namespace (unshare -Urn). pfifo_fast: create veth pairs, set tx_queue_len to 500000, attach mq+pfifo_fast. ~28 iterations O0

Sources and references

Verified primary and authoritative sources

  • CVE-2026-98022 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-98022 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/081340cf70a789b94b4174af54a63ffd49677a4e

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/66ab4c59b74db7ab53a1c9083feaaede393a96a0

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/81c0e02076989743a603806a5a4f44d2c40dc01f

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

  • Source reference

    Unverified legacy reference

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

    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.