CVE-2026-93149
Last modified
CVE-2026-93149 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211_hwsim: avoid NULL skb in stop queue drain mac80211_hwsim_stop() drops any frames left in data->pending. The loop currently checks skb_queue_empty() and then dequeues separately. That split is racy with TX status handling, which can remove a pending frame under the queue lock.
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211_hwsim: avoid NULL skb in stop queue drain mac80211_hwsim_stop() drops any frames left in data->pending. The loop currently checks skb_queue_empty() and then dequeues separately. That split is racy with TX status handling, which can remove a pending frame under the queue lock. If the last entry is removed after the empty check, skb_dequeue() returns NULL and the stop path passes that NULL skb to ieee80211_free_txskb(). Use skb_dequeue() as the loop condition instead. The dequeue result is the object that stop owns and frees, and a concurrent status completion that empties the queue simply makes the loop terminate.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= bd18de517923903a177508fc8813f44e717b1c00, < d131027054a8dd922dda01fe8d381abe5af4970b; >= bd18de517923903a177508fc8813f44e717b1c00, < c40ba47f2ba1951cb32ea048667ed014d36a5749; >= bd18de517923903a177508fc8813f44e717b1c00, < 2817431a61557f46dc63077b7cc126bc906c242e; >= bd18de517923903a177508fc8813f44e717b1c00, < e7fccad2c8e6ef6bbafe509c95869d161d0f466b; >= bd18de517923903a177508fc8813f44e717b1c00, < 1c2a4ab6efa26415dd131b8c222e7893fda03435; >= bd18de517923903a177508fc8813f44e717b1c00, < 158438cd6ad69d6dd7d871582c38baf22169fede; 78bf3c6131488b00386acd9aff1ea4e6c44fa38e; a9028333001f793b2724e8be42fce3336de2cf1c; 7019c9f385b264a2d6f685028268422d55087e37; >= 5.4.129, < 5.5; >= 5.10.47, < 5.11; >= 5.12.14, < 5.13 |
| Linux | Linux | 5.13 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93149?
How severe is CVE-2026-93149?
How do I fix CVE-2026-93149?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93143In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93144In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93145In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93146In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93147In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93148In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93150In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93151In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-93152In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93153In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93154In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93155In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93149?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
