Impact
The vulnerability occurs in the ALSA USB audio driver when a DualSense controller disconnects and reconnects rapidly. The driver compares an input device to its original USB partner by building kobject path strings. During a hot‑plug event, the USB kobject may be removed while the path comparison runs, leading to an invalid string being passed to strlen. This causes a kernel fault and a system reboot, delivering a denial‑of‑service failure. The flaw involves a use‑after‑free scenario combined with a misuse of kernel object names.
Affected Systems
Affected systems are Linux kernel builds that contain the ALSA usb‑audio DualSense jack‑detection code before the patch that eliminates the path lookup. The vulnerability is present in all kernels that have not incorporated the commit series referenced in the advisory, so it applies to any distribution using an unpatched kernel.
Risk and Exploitability
Risk is moderate. The CVSS score of 5.5 indicates above‑average severity for a kernel race condition, while the EPSS score of less than 1% suggests a low probability of exploitation. The vulnerability is not listed in CISA KEV. The most likely attack vector is local; an attacker must induce a rapid disconnect/reconnect of a DualSense controller, which could trigger a kernel panic and reboot. No public exploit is known. Applying the patch removes the unnecessary path lookup and eliminates the race condition, preventing kernel crashes until the system is updated.
OpenCVE Enrichment
Debian DLA