PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64037 Linux CVE debrief

A vulnerability in the Linux kernel's iwlwifi component has been addressed. The issue occurs when the TLC notification disables AMSDU for a TID, causing the MLD driver to set max_tid_amsdu_len to 1. This leads to a TSO segmentation explosion, resulting in a massive burst of TX completion events that can cause memory corruption and a subsequent use-after-free in TCP's retransmit queue. The MVM driver is not affected as it checks mvmsta->amsdu_enabled before reaching the num_subframes calculation.

Vendor
Linux
Product
Unknown
CVSS
CRITICAL 9.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-19
Original CVE updated
2026-07-30
Advisory published
2026-07-19
Advisory updated
2026-07-30

Who should care

Linux kernel users and administrators should be aware of this vulnerability and take steps to ensure their systems are updated with the latest kernel patches. They should also verify that the system is running with the latest kernel patches and monitor system logs for potential exploitation attempts.

Technical summary

The vulnerability is caused by the MLD driver's failure to detect the sentinel value of max_tid_amsdu_len set to 1 when AMSDU is disabled. This allows the TSO segmentation path to calculate a zero num_subframes value, leading to a large number of tiny segments being created from a single GSO skb. The MVM driver is not affected as it checks mvmsta->amsdu_enabled before reaching the num_subframes calculation.

Defensive priority

High

Recommended defensive actions

  • Update the Linux kernel to the latest version
  • Verify that the system is running with the latest kernel patches
  • Monitor system logs for potential exploitation attempts
  • 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 was published on 2026-07-19T16:17:43.947Z and has not been modified since then. The NVD entry is currently Received. The Linux kernel's iwlwifi component has a vulnerability that can cause a TSO segmentation explosion when AMSDU is disabled. This can lead to memory corruption and a subsequent use-after-free in TCP's retransmit queue. The vulnerability is caused by the MLD driver's failure to detect the sentinel value of max_tid_amsdu_len set to 1 when AMSDU is disabled.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-64037 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-64037 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/92cee08dc4f00e77fd1317e4343c5d458b0abab7

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/9e360e610a73f62432e986775023d5382773f045

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

  • Source reference

    Unverified legacy reference

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

    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.