Junglewise Threat Intelligence

CVE-2026-64478: Linux Kernel ALSA usb-audio denial of service in DualSense match

CVE-2026-64478 · Severity: info · CVSS 4.6 · Published 2026-07-25

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's USB audio driver for Sony DualSense controllers can cause a system crash (kernel panic). This occurs when a controller has a poor physical connection that causes it to rapidly connect and disconnect. While this primarily affects availability by crashing the host system, it requires physical access to the device or a faulty hardware connection.

Technical details

A race condition exists in the `snd_dualsense_ih_match` function within the ALSA usb-audio subsystem. The DualSense jack-detection handler attempts to verify device ownership by calling `kobject_get_path` to build and compare path strings. If a controller is rapidly disconnected (e.g., due to a weak physical connection), `kobject_get_path` may attempt to dereference kobject names that are no longer valid during the disconnect process, leading to a crash in `strlen()`. The fix replaces kobject path string comparison with a direct walk of the device parent chain, which is safe during teardown. The vulnerability is addressed in multiple stable kernel branches.

Affected products

  • Linux Linux Kernel 6.10, 6.6, 6.1, 5.15, 5.10, 5.4, 4.19

Timeline

  • 2026-06-24: other: Patch submitted by developer
  • 2026-07-24: patched: Patches committed to stable trees
  • 2026-07-25: advisory: CVE published

References

Related threats