3 matches found
CVE-2026-43423
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: Fix atomic context locking issue The ncmsetalt function was holding a mutex to protect against races with configfs, which invokes the might-sleep function inside an atomic context. Remove the struct netdevice...
CVE-2026-43423
The CVE-2026-43423 issue affects the Linux kernel USB gadget driver for Network Control Model (NCM). The root cause was ncm_set_alt holding a mutex while an operation could sleep in an atomic context (configfs interaction), leading to a sleep-in-atomic context bug. The mitigation removes the net_...
CVE-2026-43423
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: Fix atomic context locking issue The ncmsetalt function was holding a mutex to protect against races with configfs, which invokes the might-sleep function inside an atomic context. Remove the struct netdevice...