Security Advisory

CVE-2026-43170

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-05-06 11:27:46
Last updated 2026-05-11 22:19:08
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

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.