Answer in brief
CVE-2026-74681 records a Unknown severity vulnerability in usb: misc: usbio: check ibuf_len against rxbuf_len in bulk msg. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), 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), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=121a0f839dbb397af5fabb701cea3e9983223e50 <ebfd1e82ab0a6d26efd9bdd89de899215851f5bf || >=121a0f839dbb397af5fabb701cea3e9983223e50 <9ad0164f78b66b0b5eca3a5748cc94dd87e28124 || >=121a0f839dbb397af5fabb701cea3e9983223e50 <7e22c9f79b200672f3e477421b6c9050d8cf70a5 | ebfd1e82ab0a6d26efd9bdd89de899215851f5bf, 9ad0164f78b66b0b5eca3a5748cc94dd87e28124, 7e22c9f79b200672f3e477421b6c9050d8cf70a5 |
| Linux/Linuxgeneric | 6.18 | Not reported |
Published upstream
Aug 22, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 22, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 22, 2026
In the Linux kernel, the following vulnerability has been resolved: usb: misc: usbio: check ibuf_len against rxbuf_len in bulk msg ibuf_len is the bulk IN (receive) buffer size, but the EMSGSIZE check in usbio_bulk_msg() compares it against txbuf_len — the bulk OUT endpoint size. Both are taken independently from different endpoints in usbio_probe(), so the check is wrong when they differ. Use rxbuf_len for the IN direction. This matches the buffer that actually holds the response data.
Quoted source text, attributed separately from HOL analysis.