CVE-2026-72337
Last modified
CVE-2026-72337 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: avoid untracked enable work lowpan_enable_set() allocates a temporary work item and schedules do_enable_set() on system_wq, then returns to debugfs. The debugfs active operation has ended at that point, but the worker still executes module text and manipulates enable_6lowpan and listen_chan. bt_6lowpan_exit() removes the debugfs files and immediately closes and puts listen_chan. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: avoid untracked enable work lowpan_enable_set() allocates a temporary work item and schedules do_enable_set() on system_wq, then returns to debugfs. The debugfs active operation has ended at that point, but the worker still executes module text and manipulates enable_6lowpan and listen_chan. bt_6lowpan_exit() removes the debugfs files and immediately closes and puts listen_chan. It has no pointer to the queued work item, so it cannot cancel or flush it before tearing down the state that the worker uses. The buggy scenario involves two paths, with each column showing the order within that path: debugfs enable write module exit 1. lowpan_enable_set() allocates 1. bt_6lowpan_exit() removes set_enable work the debugfs file 2. schedule_work() queues 2. bt_6lowpan_exit() closes do_enable_set() and puts listen_chan 3. the write operation returns 3. module teardown can continue 4. do_enable_set() later runs against stale state Run the enable state transition synchronously in lowpan_enable_set() instead. The simple debugfs setter can sleep, and this file already handles the 6LoWPAN control write synchronously under the same set_lock. Once the setter returns, debugfs removal covers the whole operation and exit can no longer race with an untracked work item. Validation reproduced this kernel report: BUG: KASAN: slab-use-after-free in do_enable_set+0x113/0x2e0 Workqueue: events do_enable_set [bluetooth_6lowpan] The buggy address belongs to the object at ffff888109cb8000
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 90305829635d90a5053ec99a261035b4ce0a2649, < feb3fc2c38ed52003142f31e04109719b200c049; >= 90305829635d90a5053ec99a261035b4ce0a2649, < 352a59dc1f4a41314b6f827c17e16af7ca88271a |
| Linux | Linux | 3.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72337?
How severe is CVE-2026-72337?
How do I fix CVE-2026-72337?
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-72331In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72332In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72333In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72334In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72335In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72336In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72338In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72339In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-7234A weakness has been identified in BrowserOperator browser-op…7.3
- CVE-2026-72340In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72341In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72342In the Linux kernel, the following vulnerability has been re…8.4
Are you affected by CVE-2026-72337?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
