CyberRota Analysis
AI-GeneratedThe Linux kernel is vulnerable to an out-of-bounds read due to insufficient size checks on malformed status and firmware events in the Corsair Void HID driver. This flaw could potentially lead to information disclosure or system instability. Organizations using affected Linux distributions, particularly those leveraging Corsair Void devices, should prioritize applying the relevant patches to mitigate potential risks.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: HID: corsair-void: Check size of status and firmware events before reading them Malformed status and firmware events could cause an out-of-bounds read since the size wasn't being checked. Check the size and warn on unexpected values to avoid this.