CVE-2026-64454
Last modified
CVE-2026-64454 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: run gadget disconnect from sleepable suspend context dwc3_gadget_suspend() takes dwc->lock with IRQs disabled and then calls dwc3_disconnect_gadget(). For async callbacks that helper only uses plain spin_unlock()/spin_lock(), so the gadget ->disconnect() callback still runs with IRQs disabled and any sleepable callback trips Lockdep. This issue was found by our static analysis tool and then manually reviewed against the current tree. The grounded PoC kept the dwc3_gadget_suspend() -> dwc3_disconnect_gadget() -> gadget_driver->disconnect() chain, and Lockdep reported: BUG: sleeping function called from invalid context gadget_disconnect+0x21/0x39 [vuln_msv] dwc3_gadget_suspend.constprop.0+0x2b/0x42 [vuln_msv] Keep the disconnect callback selection in one common helper, but add a sleepable suspend-side wrapper which snapshots the callback under dwc->lock and then runs it after spin_unlock_irqrestore().
Description
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: run gadget disconnect from sleepable suspend context dwc3_gadget_suspend() takes dwc->lock with IRQs disabled and then calls dwc3_disconnect_gadget(). For async callbacks that helper only uses plain spin_unlock()/spin_lock(), so the gadget ->disconnect() callback still runs with IRQs disabled and any sleepable callback trips Lockdep. This issue was found by our static analysis tool and then manually reviewed against the current tree. The grounded PoC kept the dwc3_gadget_suspend() -> dwc3_disconnect_gadget() -> gadget_driver->disconnect() chain, and Lockdep reported: BUG: sleeping function called from invalid context gadget_disconnect+0x21/0x39 [vuln_msv] dwc3_gadget_suspend.constprop.0+0x2b/0x42 [vuln_msv] Keep the disconnect callback selection in one common helper, but add a sleepable suspend-side wrapper which snapshots the callback under dwc->lock and then runs it after spin_unlock_irqrestore(). The regular event path still uses the existing spin_unlock()/spin_lock() window.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 20351ddb1f41cfb3ae20e105425ef43a28393d76, < b399be2958456efe1b64b19c55a54a24e9035769; >= ad43004fd5326bec4466ecc8a07fe0e570b553ca, < 48958478cb8dbc429a5b19f36e866b63d6297d1d; >= c8540870af4ce6ddeb27a7bb5498b75fb29b643c, < 5e5798880eb1533a7de6fb68eb14b2d8202ebf76; >= c8540870af4ce6ddeb27a7bb5498b75fb29b643c, < e0e4f15d4225fb7156cc0e3c21eb8953114f9b89; >= c8540870af4ce6ddeb27a7bb5498b75fb29b643c, < c4e232bd07fe2b69a6e5c380db41dd36b95e0524; >= c8540870af4ce6ddeb27a7bb5498b75fb29b643c, < 642e04f5c292d04070ae6e4374fbf14cc40a2465; >= c8540870af4ce6ddeb27a7bb5498b75fb29b643c, < 010382937fb69892b3469ac4d30af072262f59e8; 06684c72b6b153dc434bb6ccebbb49f4cd812b5e; >= 5.15.128, < 5.15.212; >= 6.1.30, < 6.1.178; >= 6.3.4, < 6.4 |
| Linux | Linux | 6.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64454?
How severe is CVE-2026-64454?
How do I fix CVE-2026-64454?
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-64449In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-6445A flaw exists in FlashArray Purity where insufficient filter…8.7
- CVE-2026-64450In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-64451In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64452In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64453In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64455In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64456In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-64457In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64458In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64459In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-6446The My Social Feeds – Social Feeds Embedder plugin for WordP…5.4
Are you affected by CVE-2026-64454?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
