Junglewise Threat Intelligence

CVE-2026-52964: Linux Kernel ALSA out-of-bounds read in USB MIDI 2.0 parser

CVE-2026-52964 · Severity: info · CVSS 4.6 · Published 2026-06-24

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's USB audio driver could allow a specially crafted USB device to cause a system crash or potentially access sensitive memory. This occurs when the system attempts to process MIDI 2.0 data from a malicious device. To exploit this, an attacker would need physical access to plug a malformed device into the computer.

Technical details

An out-of-bounds read vulnerability exists in the Linux kernel's ALSA (Advanced Linux Sound Architecture) subsystem, specifically within the USB MIDI 2.0 endpoint parser in 'sound/usb/midi2.c'. The parser fails to properly validate the 'bLength' field of USB descriptors against the remaining buffer size during endpoint-extra scans. A physically connected malformed USB device can provide descriptors that cause the parser to read beyond the allocated buffer. This can result in a kernel oops or system instability. Patches have been released for various stable branches including 6.6.y, 6.12.y, 6.18.y, and 7.0.y.

Affected products

  • Linux Linux Kernel 6.5 to 7.1

Timeline

  • 2026-05-07: other: Patch submitted by developer
  • 2026-06-24: disclosed: CVE published
  • 2026-06-24: patched: Fixes merged into stable branches

References

Related threats