Description
In the Linux kernel, the following vulnerability has been resolved: usb: musb: Fix musb_gadget.c rxstate overflow bug The usb function device call musb_gadget_queue() adds the passed request to musb_ep::req_list,If the (request->length > musb_ep->packet_sz) and (is_buffer_mapped(req) return false),the rxstate() will copy all data in fifo to request->buf which may cause request->buf out of bounds. Fix it by add the length check : fifocnt = min_t(unsigned, request->length - request->actual, fifocnt);
References (9)
Core 9
Core References
Scores
EPSS
0.0020
EPSS Percentile
10.5%
Details
Status
published
Products (28)
linux/Kernel
4.10.0 - 4.14.296linux
linux/Kernel
4.15.0 - 4.19.262linux
linux/Kernel
4.20.0 - 5.4.220linux
linux/Kernel
4.3.0 - 4.9.331linux
linux/Kernel
5.11.0 - 5.15.75linux
linux/Kernel
5.16.0 - 5.19.17linux
linux/Kernel
5.20.0 - 6.0.3linux
linux/Kernel
5.5.0 - 5.10.150linux
Linux/Linux
< 4.3
Linux/Linux
03840fad004ce8a56bc8b3bb60a2df10f6f9481e - 3c84c7f592c4ba38f54ddaddd0115acc443025db
... and 18 more
Published
Dec 30, 2025
Tracked Since
Feb 18, 2026