In the Linux kernel, the following vulnerability has been resolved:
wifi: mac80211: drop stray 'static' from fast-RX rx_result
ieee80211invokefastrx() is documented as safe for parallel RX, but its per-invocation rxresult is declared static. Concurrent callers then share one instance and can overwrite each other's result between ieee80211rxmesh_data() and the switch on res.
That can make a packet that was queued or consumed by ieee80211rxmeshdata() fall through into ieee80211rx_8023(), or make a packet that should continue return as queued.
Make res an automatic variable so each invocation keeps its own result.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46152.json"
}