PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64570 Linux CVE debrief

A double-free vulnerability was found in the Linux kernel's mac80211 subsystem. The vulnerability occurs in the ieee80211_set_fils_discovery() function, where it calls kfree_rcu() on the old template before allocating a replacement. If the allocation fails, it returns -ENOMEM while the link->u.ap.fils_discovery still points to the object already queued for freeing. This can cause a double-free error when the RCU sheaf is processed in softirq.

Vendor
Linux
Product
Unknown
CVSS
HIGH 7.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-05
Original CVE updated
2026-08-17
Advisory published
2026-08-05
Advisory updated
2026-08-17

Who should care

Linux kernel developers and users, mac80211 subsystem users, security teams, and operators managing Linux-based infrastructure should review and apply patches or mitigations. Vulnerability management and platform security teams should prioritize patching and monitor for potential exploits. Security teams should review system logs and monitor for suspicious activity. Operators should ensure that their Linux kernel deployments are updated with the latest security patches. Compensating controls, such as monitoring and detection, should be reviewed and updated as necessary. Asset inventory and rollback/change windows should also be considered. Source tracking and exposure review are recommended to ensure that all affected systems are identified and remediated. This vulnerability has a medium defensive priority, and defenders should take proactive steps to mitigate potential risks. Additional recommended actions include reviewing compensating controls, monitoring for potential exploits, and tracking exceptions and retesting remediated assets.

Technical summary

The vulnerability occurs in the ieee80211_set_fils_discovery() function, where it calls kfree_rcu() on the old template before allocating a replacement. If the allocation fails, it returns -ENOMEM while the link->u.ap.fils_discovery still points to the object already queued for freeing. This can cause a double-free error when the RCU sheaf is processed in softirq. Affected products include Linux kernel deployments using the mac80211 subsystem.

Defensive priority

Medium

Recommended defensive actions

  • Apply the patch to update the ieee80211_set_fils_discovery() function
  • Review the Linux kernel's mac80211 subsystem for similar issues
  • Monitor for potential exploits of this vulnerability
  • 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 was resolved in the Linux kernel. The bug was caught by KASAN when the RCU sheaf was processed in softirq. The problematic code was in the ieee80211_set_fils_discovery() function. Evidence limits suggest that further review of similar issues in the mac80211 subsystem is warranted. Defenders should verify patch application and review system logs for potential exploitation attempts.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-64570 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-64570 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/1981fba71797ec95e6755fb882cad88899a2a84f

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/286e52a799fa158bdbd77da1426c4d93f9a6e7ad

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/5baaa1042f71dd4b8e418f2cdd516808702d229b

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

  • Source reference

    Unverified legacy reference

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

    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.