๐Ÿ” CVE Alert

CVE-2026-93804

UNKNOWN 0.0

wifi: mac80211: ibss: wait for in-flight TX on disconnect

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: ibss: wait for in-flight TX on disconnect While leaving an IBSS in ieee80211_ibss_disconnect() mac80211 flushes stations, turns the carrier off and immediately tells the driver to leave as well. While there may be synchronize_net() in station flush and in this code later, packets can still be transmitted due to cross-CPU race conditions after carrier off is set. Therefore, it's possible for a race to happen where a TX to the driver occurs while or after telling it to leave the IBSS. This can be confusing to drivers, and in the case of iwlwifi leads to an attempt to use invalid queues. Move netif_carrier_off() to occur before sta_info_flush() during IBSS disconnect, and add synchronize_net() if flushing didn't, so that the synchronize_net() always happens between turning the carrier off and telling the driver, avoiding this race.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 24, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 20a3fb5e1a95caa34896853ca17a50d21c754969 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < b3451e6971248250312ad32dd7f63cc9f0a925f5 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < d0e69d9afa59b93c30294eba89b1f15f69e91105 0 < 6.12.111 0 < 6.18.53
Linux / Linux
All versions affected

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/20a3fb5e1a95caa34896853ca17a50d21c754969 git.kernel.org: https://git.kernel.org/stable/c/b3451e6971248250312ad32dd7f63cc9f0a925f5 git.kernel.org: https://git.kernel.org/stable/c/d0e69d9afa59b93c30294eba89b1f15f69e91105