CVE-2026-52963

Summary

In the Linux kernel, the following vulnerability has been resolved:

ALSA: usb-audio: Bound MIDI endpoint descriptor scans

snd_usbmidi_get_ms_info() validates the internal MIDIStreaming endpoint descriptor size before using baAssocJackID[], but the descriptor walker can still return a class-specific endpoint descriptor whose bLength exceeds the remaining bytes in the endpoint-extra scan.

That leaves later flexible-array reads bounded by bLength, but not by the remaining bytes in the endpoint-extra scan.

Stop walking when bLength is zero or extends past the remaining endpoint-extra scan.

Affected Software

VendorProductVersion RangeStatus
LinuxLinux5c6cd7021a05a02fcf37f360592d7c18d4d807fb < e2f1260a056eb3215c13c48c5378f3e4112dc3afaffected
LinuxLinux5c6cd7021a05a02fcf37f360592d7c18d4d807fb < c65b137d351e21cbc5630e73ef0eb1e1d75f5b20affected
LinuxLinux5c6cd7021a05a02fcf37f360592d7c18d4d807fb < 728ab0c72e49ca27185067984cd565425eb69b2eaffected
LinuxLinux5c6cd7021a05a02fcf37f360592d7c18d4d807fb < 3d3b2b01a3e73828e201ece96f863e7a3e0cdc6eaffected
LinuxLinux5c6cd7021a05a02fcf37f360592d7c18d4d807fb < a0226560540c16717efcceaf15c862cf115b01d3affected
LinuxLinux5c6cd7021a05a02fcf37f360592d7c18d4d807fb < 09141583bd97f4bbd7358e29fd138fe798467cdbaffected
LinuxLinux5c6cd7021a05a02fcf37f360592d7c18d4d807fb < c59159ce10e75b568cd0d4b29efcb0fb0ddecc94affected
LinuxLinux5c6cd7021a05a02fcf37f360592d7c18d4d807fb < d6854daa67be623860f4e1873fd3d3c275aba4edaffected
LinuxLinux9e0c71f2f633b0442661966228827d1a33df485faffected
LinuxLinux0868bc5654c07628c421547f0821650a8c2cb8f3affected
LinuxLinux78483c1c7741ffa72991d93d19a75bfdcc2cbf57affected
LinuxLinux65d95462001c6ccd9bc9499c1fc9a90eca9de496affected
LinuxLinuxca767cf0152d18fc299cde85b18d1f46ac21e1baaffected
LinuxLinux4.4.238 < 4.5affected
LinuxLinux4.9.238 < 4.10affected
LinuxLinux4.14.200 < 4.15affected
LinuxLinux4.19.149 < 4.20affected
LinuxLinux5.4.69 < 5.5affected
LinuxLinux5.7affected
LinuxLinux0 < 5.7unaffected
LinuxLinux5.10.258 <= 5.10.*unaffected
LinuxLinux5.15.209 <= 5.15.*unaffected
LinuxLinux6.1.175 <= 6.1.*unaffected
LinuxLinux6.6.141 <= 6.6.*unaffected
LinuxLinux6.12.91 <= 6.12.*unaffected
LinuxLinux6.18.33 <= 6.18.*unaffected
LinuxLinux7.0.10 <= 7.0.*unaffected
LinuxLinux7.1 <= *unaffected

Weaknesses

References