NONE · 0

CVE-2026-74681

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 che...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-74681?

CVE-2026-74681 is a documented vulnerability. 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 che...

How severe is CVE-2026-74681?

CVSS scoring is not yet available for CVE-2026-74681. Check NVD for updates.

Is there a patch for CVE-2026-74681?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.