CVE-2026-72005
Last modified
CVE-2026-72005 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: wifi: rt2x00: avoid full teardown before work setup in probe rt2x00lib_probe_dev() uses the full rt2x00lib_remove_dev() teardown for all probe failures. However, drv_data allocation and workqueue allocation can fail before intf_work, autowakeup_work and sleep_work have been initialized. Do not enter the full remove path until the probe has reached the point where those work items are set up. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: rt2x00: avoid full teardown before work setup in probe rt2x00lib_probe_dev() uses the full rt2x00lib_remove_dev() teardown for all probe failures. However, drv_data allocation and workqueue allocation can fail before intf_work, autowakeup_work and sleep_work have been initialized. Do not enter the full remove path until the probe has reached the point where those work items are set up. Return directly for drv_data allocation failure, and use a small early cleanup path for workqueue allocation failure. This issue was found by our static analysis tool and then confirmed by manual review of rt2x00lib_probe_dev() and rt2x00lib_remove_dev(). The early probe exits should not call a common teardown path that assumes the later work setup has already completed. A QEMU PoC forced alloc_ordered_workqueue() to fail before the work initializers are reached. The resulting fail path entered rt2x00lib_remove_dev(), and DEBUG_OBJECTS reported invalid work drains with rt2x00lib_probe_dev() and rt2x00lib_remove_dev() in the stack.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 0439f5367c8d8bb2ebaca8d7329f51f3148b2fb2, < 8b58d1f1356df6a7d2de3f55bb665b18b04ffda0; >= 0439f5367c8d8bb2ebaca8d7329f51f3148b2fb2, < 59afe6148927395cf86f9429900e029a48b1d42b; >= 0439f5367c8d8bb2ebaca8d7329f51f3148b2fb2, < 3c0427d719bddb33caf18ff4ffb77cb47de7eb00; >= 0439f5367c8d8bb2ebaca8d7329f51f3148b2fb2, < eb7474d0253bb2de4793e1d3ce833e8564bbe732; >= 0439f5367c8d8bb2ebaca8d7329f51f3148b2fb2, < 66bd9b1a72de7c2f5141b02d796048aafaed8a49; >= 0439f5367c8d8bb2ebaca8d7329f51f3148b2fb2, < 816559409e340acaa5c9d868291dab30d8c80263; >= 0439f5367c8d8bb2ebaca8d7329f51f3148b2fb2, < 56994852d704535ea354a4627ca667b1b4fa0deb; >= 0439f5367c8d8bb2ebaca8d7329f51f3148b2fb2, < 536fb3d739d75a03cb318c0c6fe799425cfea501 |
| Linux | Linux | 2.6.39 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72005?
How severe is CVE-2026-72005?
How do I fix CVE-2026-72005?
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-71991MSI Radix AXE6600 router firmware version v781521 contains a…9.8
- CVE-2026-71992MSI Radix AXE6600 router firmware version v781521 contains a…9.8
- CVE-2026-71993MSI Radix AXE6600 router firmware version v781521 contains a…9.8
- CVE-2026-7200A flaw has been found in SourceCodester Pharmacy Sales and I…4.3
- CVE-2026-72003In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72004In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72006In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72007In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72008In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72009In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7201CWE-639: Authorization Bypass Through User-Controlled Key in…8.8
- CVE-2026-72010In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72005?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
