Answer in brief
CVE-2026-93808 records a Unknown severity vulnerability in ALSA: usb-audio: caiaq: validate EP1 reply lengths. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <af8a172c4f71ac30d625f2966d2389a7fa872819 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <74f3c639f64fa5da4e1613149798b5089bce2807 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <aba30af07d4fe499b50209801eba9da8a815522f || >=0 <6.12.111 || >=0 <6.18.53 | af8a172c4f71ac30d625f2966d2389a7fa872819, 74f3c639f64fa5da4e1613149798b5089bce2807, aba30af07d4fe499b50209801eba9da8a815522f, 6.12.111, 6.18.53 |
Published upstream
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
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.
Quoted source text, attributed separately from HOL analysis.