PatchSiren cyber security CVE debrief
CVE-2026-64117 Linux CVE debrief
The Linux kernel was vulnerable to a use-after-free condition in the mac80211 subsystem. The vulnerability occurred when the ieee80211_invoke_fast_rx() function read RX status through IEEE80211_SKB_RXCB(skb), which aliases the same skb->cb storage that ieee80211_rx_mesh_data() reuses as IEEE80211_TX_INFO. This could lead to a KASAN slab-use-after-free in ieee80211_prepare_and_rx_handle. The vulnerability was made public on 2026-07-19 and has not been modified since then.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 8.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-19
- Original CVE updated
- 2026-08-18
- Advisory published
- 2026-07-19
- Advisory updated
- 2026-08-18
Who should care
Linux kernel developers and maintainers, Linux distribution vendors, and users of Linux-based systems should be aware of this vulnerability and take steps to mitigate it. Affected product deployments should be reviewed for exposure.
Technical summary
The vulnerability was caused by a use-after-free condition in the mac80211 subsystem of the Linux kernel. The ieee80211_invoke_fast_rx() function read RX status through IEEE80211_SKB_RXCB(skb), which aliases the same skb->cb storage that ieee80211_rx_mesh_data() reuses as IEEE80211_TX_INFO. To fix this, the rate from status was encoded before invoking ieee80211_rx_mesh_data(), ensuring that the RX_QUEUED arm consumes a value captured while status was still backed by valid memory. The fix was applied to the Linux kernel.
Defensive priority
High
Recommended defensive actions
- Review and apply the provided patches to the Linux kernel
- Ensure that the Linux kernel is updated to a version that includes the fix
- Monitor Linux kernel updates and patches for future vulnerabilities
- 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.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
Evidence notes
The vulnerability was resolved by encoding the rate from status before invoking ieee80211_rx_mesh_data(). The fix was applied to the Linux kernel. This vulnerability was made public on 2026-07-19 and has not been modified since then. Evidence is limited to CVE and NVD details.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-64117 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-64117
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-64117 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-64117
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/2fb64f94f9afb774f2fa0c7835727d7a67f89f07
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/d71c841be5d9e586ee7f36c0dc8ed4db0d9a1349
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.