CVE-2026-93808: ALSA: usb-audio: caiaq: validate EP1 reply lengths

Published Sep 24, 2026
·
Updated

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

ALSA: usb-audio: caiaq: validate EP1 reply lengths

usbep1commandreplydispatch() uses buf[0] as a command byte and then reads command-specific fixed items from the same URB buffer. Several paths use buf + 1, buf[1], buf[2], or buf + 3 without first proving that urb->actuallength contains those bytes.

Add per-command length checks, use a payload length derived from the bytes after the command byte for the control-state copy, and reject short analog input payloads before the input helper reads fixed offsets from the EP1 reply.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Add per-command length checks for caiaq USB-audio EP1 replies, deriving the payload length from urb->actual_length and rejecting short replies before usb_ep1_command_reply_dispatch() or input helpers read fixed offsets such as buf + 1, buf[1], buf[2], or buf + 3.

Event History

Sep 24, 2026
CVE Published
via MITRE·04:02 PM
Data Sourced
via MITRE·04:02 PM
Description
Data Sourced
via NVD·05:17 PM
Description

Frequently Asked Questions

1

What condition is required to trigger the vulnerable code paths?

The caiaq USB-audio driver's EP1 reply dispatcher must receive a reply whose actual URB length is shorter than the command-specific data the driver expects. The vulnerable paths then access fixed offsets after the command byte without first confirming those bytes are present.

2

Which reply types were specifically addressed by the fix?

The fix adds per-command reply-length validation, derives the control-state copy length from bytes following the command byte, and rejects short analog-input payloads before the input helper accesses fixed offsets.

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