Linux Kernel mac80211 Fast-RX Result Overwrite Vulnerability

Vulnerability

A vulnerability in the Linux kernel's mac80211 wireless subsystem has been addressed. The issue arose because the function ieee80211_invoke_fast_rx() was not properly handling concurrent executions. It declared a per-invocation result variable as static, leading to shared instances between concurrent callers. This allowed one call to overwrite the result of another, potentially causing mismanagement of packets in the mesh networking context. The vulnerability affected the Linux kernel stable tree.

Impact

The vulnerability could lead to incorrect packet processing in mesh networking, allowing packets to be improperly queued or consumed, potentially causing data loss or communication errors.

Reproduction

The vulnerability can be reproduced by invoking the ieee80211_invoke_fast_rx() function concurrently from multiple threads or processes. This can be done by simulating parallel reception of wireless mesh data, which will cause the static result variable to be shared and overwritten between invocations. As a result, packets may be incorrectly processed, either falling through to lower layers of the networking stack or being prematurely returned as queued.

Remediation

The vulnerability has been fixed by changing the declaration of the result variable in ieee80211_invoke_fast_rx() from static to automatic, ensuring that each invocation maintains its own result. Users should upgrade to the latest version of the Linux kernel stable tree where this fix has been applied.

Added: May 28, 2026, 1:10 PM
Updated: May 28, 2026, 1:10 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
1.3
exploitability
5.3
remediation
7.7
relevance
9.2
threat
4.8
urgency
2.9
incentive
0.0

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.