Bug 2467103 (CVE-2026-43170) - CVE-2026-43170 kernel: usb: dwc3: gadget: Move vbus draw to workqueue context
Summary: CVE-2026-43170 kernel: usb: dwc3: gadget: Move vbus draw to workqueue context
Keywords:
Status: NEW
Alias: CVE-2026-43170
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-06 13:04 UTC by OSIDB Bzimport
Modified: 2026-05-06 19:54 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-06 13:04:26 UTC
In the Linux kernel, the following vulnerability has been resolved:

usb: dwc3: gadget: Move vbus draw to workqueue context

Currently dwc3_gadget_vbus_draw() can be called from atomic
context, which in turn invokes power-supply-core APIs. And
some these PMIC APIs have operations that may sleep, leading
to kernel panic.

Fix this by moving the vbus_draw into a workqueue context.


Note You need to log in before you can comment on or make changes to this bug.