CVE-2026-80944
Last modified
CVE-2026-80944 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Detach sync cmd buffer on interrupted wait mwifiex synchronous commands keep the caller-provided data buffer in cmd_node->data_buf. Several callers pass stack-allocated objects there. If wait_event_interruptible_timeout() is interrupted, the caller can return and release that stack object while the firmware command is still the current command. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Detach sync cmd buffer on interrupted wait mwifiex synchronous commands keep the caller-provided data buffer in cmd_node->data_buf. Several callers pass stack-allocated objects there. If wait_event_interruptible_timeout() is interrupted, the caller can return and release that stack object while the firmware command is still the current command. A late firmware response then reaches the normal response handler, which can copy data through cmd_node->data_buf into the stale stack address. This fixes a stack corruption observed during repeated association and disassociation cycles. The panic trace showed the command wait being interrupted immediately before a bad pointer dereference: cmd_wait_q terminated: -512 Unable to handle kernel paging request at virtual address 002c583837384662 Kernel panic - not syncing: stack-protector: Kernel stack is corrupted ... Tainted: [M]=MACHINE_CHECK The fault address decodes as little-endian ASCII: 0x002c583837384662 -> "bF878X,\0" which is a fragment of the VERSION_EXT firmware string exposed as debugfs "verext": w8997o-V4, RF878X, FP92, 16.92.21.p153.7 The same runs also showed corrupted control data containing: 0x2400372e333531 -> "153.7\0$" which is the tail of the same VERSION_EXT string. This points at a late VERSION_EXT response writing through a stale stack-backed data_buf after the interrupted wait returned. After cancelling pending commands on an interrupted or timed-out wait, detach the caller-owned data buffer from the still-current command. This preserves the existing command cancellation behaviour while preventing a late response from writing through a pointer whose lifetime ended with the waiting caller. Tested on an i.MX8MP board using an 88W8997.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 3d026d09b28dda24777129a931634949c75a9181, < 8c67b8c50286e0cb7f18d667e6a37a2ec6e08ff9; >= 3d026d09b28dda24777129a931634949c75a9181, < 9024c7729eb523cf4f3a4203966d3a4aaabf030d; >= 3d026d09b28dda24777129a931634949c75a9181, < 9e06c9c8a1f10c55d9bc5d139656d58795e64483; >= 3d026d09b28dda24777129a931634949c75a9181, < f2134d6ff30cd6e1bf63d6b0a5d8e0839f0168b3; >= 3d026d09b28dda24777129a931634949c75a9181, < 20ee9c03f261bf6ac59331e2ca7b46b23646412a; >= 3d026d09b28dda24777129a931634949c75a9181, < b1bbeb8970eeb6c6bf3cd5314138103f7b69446d; >= 3d026d09b28dda24777129a931634949c75a9181, < d29a165588b6a0cf7a38db5cbd602aef7ef8c658; >= 3d026d09b28dda24777129a931634949c75a9181, < ef06882c7d8a7400b67d0d003b1008093dd589ed |
| Linux | Linux | 3.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80944?
How severe is CVE-2026-80944?
How do I fix CVE-2026-80944?
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-80939In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8094Other issue in the WebRTC component. This vulnerability was …9.8
- CVE-2026-80940In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80941In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80942In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80943In the Linux kernel, the following vulnerability has been re…7.6
- CVE-2026-80945In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-80946In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80947In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80948In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80949In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8095The Frontend File Manager Plugin plugin for WordPress is vul…8.1
Are you affected by CVE-2026-80944?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
