CVE-2026-74500: ALSA: usb-audio: fix stack info leak in RME Digiface status

Published Aug 15, 2026
·
Updated

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

ALSA: usb-audio: fix stack info leak in RME Digiface status

sndrmedigifacereadstatus() reads a four-word status block from the device into an uninitialised on-stack le32 buf[4] and, whenever the vendor control-IN transfer does not return a negative error, copies all four words into the caller's status[].

sndusbctlmsg() copies the full requested size back into the caller's buffer regardless of how many bytes the data stage actually delivered:

buf = kmemdup(data, size, GFPKERNEL); err = usbcontrolmsg(dev, pipe, request, requesttype, value, index, buf, size, timeout); memcpy(data, buf, size);

usbcontrolmsg() returns the transferred length on a short control-IN, which is a non-negative value, and writes only that many bytes. The remainder of the copy back is the kmemdup()ed image of the caller's buffer, so a device answering with a short data stage leaves the trailing words of buf[] holding leftover kernel stack. The only guard in the caller is err < 0, so those words are stored into status[].

They then reach user space: sndrmedigifacegetstatusval() selects a 16-bit halfword of status[] per the control's reg/mask, and the eight Digiface status controls together expose the whole 16-byte frame to an unprivileged reader of /dev/snd/controlC.

Zero-initialise the buffer so a short read yields zeros instead of stack residue. This mirrors sndrmegetstatus1(), which already clears its output word before the same kind of vendor read.

Discovered by XBOW, triaged by Baul Lee <baul.lee@xbow.com>

Event History

Aug 15, 2026
CVE Published
via MITRE·12:27 PM
Data Sourced
via MITRE·12:27 PM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-74500?

The severity of CVE-2026-74500 is rated at risk level 26.

2

How do I fix CVE-2026-74500?

To fix CVE-2026-74500, ensure that your Linux kernel is updated to the latest version where this vulnerability is patched.

3

What systems are affected by CVE-2026-74500?

CVE-2026-74500 affects systems running an unpatched version of the Linux kernel with ALSA usb-audio support.

4

What type of vulnerability is CVE-2026-74500?

CVE-2026-74500 is identified as a stack information leak vulnerability in the ALSA usb-audio subsystem.

5

What components are involved in CVE-2026-74500?

CVE-2026-74500 specifically involves the RME Digiface audio device and the snd_rme_digiface_read_status() function within the Linux kernel.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203