In the Linux kernel, the following vulnerability has been resolved:
HID: core: do not bypass hidhwraw_request
hidhwraw_request() is actually useful to ensure the provided buffer and length are valid. Directly calling in the low level transport driver function bypassed those checks and allowed invalid paramto be used.