PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64568 Linux CVE debrief

A double-free vulnerability was found in the Linux kernel's mac80211 subsystem, specifically in the ieee80211_set_unsol_bcast_probe_resp function. This issue occurs when the function attempts to allocate a new template but fails, leading to a double-free of the old template. The vulnerability can cause a denial-of-service (DoS) attack or potentially allow an attacker to execute arbitrary code. The affected product is the Linux kernel, and the vulnerability has a medium severity level. The source confidence is limited, and the review context is based on the supplied CVE record.

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, Linux distribution maintainers, and users of Linux-based systems should be aware of this vulnerability. The vulnerability affects the Linux kernel's mac80211 subsystem and can cause a denial-of-service (DoS) attack or potentially allow an attacker to execute arbitrary code. The vulnerability has a medium severity level, and affected operators, platforms, and security teams should review and apply the patch from the Linux kernel repository. Compensating controls, monitoring, and asset inventory management are also recommended to mitigate the vulnerability. Rollback/change windows and source tracking can also be used to manage the vulnerability. The vulnerability management team should review the CVE record and apply the patch to affected systems. The security team should monitor for potential exploit attempts and review logs for exposed assets that need extra review. The operator should review and update the Linux kernel to the latest version and apply the patch from the Linux kernel repository. The platform team should review compensating controls for exposed systems while remediation is scheduled and verified. The vulnerability management team should track exceptions, retest remediated assets, and close the item only after evidence is documented. The security team should confirm whether affected product deployments exist in managed environments and assign an owner for follow-up. The operator should plan vendor-supported updates or mitigations through normal change control where exposure is confirmed. The platform team should check relevant monitoring, detection, and logs for exposed assets that need extra review. The vulnerability management team should review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance. The security team should review and update the Linux kernel to the latest version and apply the patch from the Linux kernel repository. The operator should review compensating controls for exposed systems while remediation is scheduled and verified. The platform team should track exceptions, retest remediated assets, and close the item only after evidence is documented. The vuln

Technical summary

The ieee80211_set_unsol_bcast_probe_resp function in the Linux kernel's mac80211 subsystem is vulnerable to a double-free issue. When the function attempts to allocate a new template but fails, it leads to a double-free of the old template. This can cause a denial-of-service (DoS) attack or potentially allow an attacker to execute arbitrary code. The vulnerability is caused by the function calling kfree_rcu on the old template before allocating a new one. If the allocation fails, the function returns -ENOMEM while the link still points to the object already queued for freeing. The affected product is the Linux kernel, and the vulnerability has a medium severity level.

Defensive priority

Medium

Recommended defensive actions

  • Apply the patch from the Linux kernel repository
  • Review and update Linux kernel to the latest version
  • Monitor for potential exploit attempts
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.

Evidence notes

The vulnerability was introduced in the Linux kernel's mac80211 subsystem. The issue arises from the ieee80211_set_unsol_bcast_probe_resp function, which calls kfree_rcu on the old template before allocating a new one. If the allocation fails, the function returns -ENOMEM while the link still points to the object already queued for freeing.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-64568 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-64568 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/0ace76e410d7f7d813b605825a3e593a79c3958f

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/1d067abcd37062426c59ec73dbc4e87a63f33fea

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

  • Source reference

    Unverified legacy reference

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

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

  • Source reference

    Unverified legacy reference

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

    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.