CVE-2026-93808
N/A
N/A
Summary
In the Linux kernel, the following vulnerability has been resolved:
ALSA: usb-audio: caiaq: validate EP1 reply lengths
usb_ep1_command_reply_dispatch() 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->actual_length 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
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 523f1dce37434a9a6623bf46e7893e2b4b10ac3c < af8a172c4f71ac30d625f2966d2389a7fa872819 | affected |
| Linux | Linux | 523f1dce37434a9a6623bf46e7893e2b4b10ac3c < 74f3c639f64fa5da4e1613149798b5089bce2807 | affected |
| Linux | Linux | 523f1dce37434a9a6623bf46e7893e2b4b10ac3c < aba30af07d4fe499b50209801eba9da8a815522f | affected |
| Linux | Linux | 2.6.22 | affected |
| Linux | Linux | 0 < 2.6.22 | unaffected |
| Linux | Linux | 6.12.111 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.53 <= 6.18.* | unaffected |
| Linux | Linux | 7.2 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/af8a172c4f71ac30d625f2966d2389a7fa872819
- https://git.kernel.org/stable/c/74f3c639f64fa5da4e1613149798b5089bce2807
- https://git.kernel.org/stable/c/aba30af07d4fe499b50209801eba9da8a815522f
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.