Связанные уязвимости
CVSS3: 5.5
redhat
около 1 года назад
A vulnerability was found in the USB Communication Device Class - Wireless Data Modem (CDC-WDM) driver in the Linux Kernel, leading to a race condition between read operations and workqueue processing. This issue could potentially result in unpredictable behavior or crashes.
github
около 1 года назад
In the Linux kernel, the following vulnerability has been resolved: usb: cdc-wdm: close race between read and workqueue wdm_read() cannot race with itself. However, in service_outstanding_interrupt() it can race with the workqueue, which can be triggered by error handling. Hence we need to make sure that the WDM_RESPONDING flag is not just only set but tested.