OSV 1.4.0 · unreviewed · 修改于 2026-08-23 02:30
发布时间
2026-08-23 02:30
GitHub 审查时间
—
NVD 发布时间
2026-08-23 00:16
源文件
advisories/unreviewed/2026/08/GHSA-c35q-c6r4-9764/GHSA-c35q-c6r4-9764.json
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.
该公告没有提供结构化的受影响软件包信息。