CVE 7.8 HIGH

ALSA: usb-audio: Add sanity check for OOB writes at silencing_CVE-2026-43279

7.8 / 10
HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Description

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

ALSA: usb-audio: Add sanity check for OOB writes at silencing

At silencing the playback URB packets in the implicit fb mode before
the actual playback, we blindly assume that the received packets fit
with the buffer size. But when the setup in the capture stream
differs from the playback stream (e.g. due to the USB core limitation
of max packet size), such an inconsistency may lead to OOB writes to
the buffer, resulting in a crash.

For addressing it, add a sanity check of the transfer buffer size at
prepare_silent_urb(), and stop the data copy if the received data
overflows. Also, report back the transfer error properly from there,
too.

Note that this doesn't fix the root cause of the playback error
itself, but this merely covers the kernel Oops.

Basic Information

ID CVE-2026-43279
Source Linux
Published May 6, 2026 at 11:29
Modified May 8, 2026 at 12:41

Affected Product

Vendor Linux
Product Linux
Version c75a8a7ae565d7cd9baa87a504ba9162e355b4b0
Affected Versions Linux Linux c75a8a7ae565d7cd9baa87a504ba9162e355b4b0
Linux Linux c75a8a7ae565d7cd9baa87a504ba9162e355b4b0
Linux Linux c75a8a7ae565d7cd9baa87a504ba9162e355b4b0
Linux Linux c75a8a7ae565d7cd9baa87a504ba9162e355b4b0
Linux Linux c75a8a7ae565d7cd9baa87a504ba9162e355b4b0
Linux Linux c75a8a7ae565d7cd9baa87a504ba9162e355b4b0
Linux Linux c75a8a7ae565d7cd9baa87a504ba9162e355b4b0
Linux Linux 3.5

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.