First published: Thu Mar 27 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: HID: betop: check shape of output reports betopff_init() only checks the total sum of the report counts for each report field to be at least 4, but hid_betopff_play() expects 4 report fields. A device advertising an output report with one field and 4 report counts would pass the check but crash the kernel with a NULL pointer dereference in hid_betopff_play().
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-53015 has been classified as a moderate severity vulnerability in the Linux kernel.
To fix CVE-2023-53015, update your Linux kernel to the latest stable version provided by your distribution.
CVE-2023-53015 affects the HID subsystem in the Linux kernel, specifically the betop driver.
CVE-2023-53015 could lead to unexpected device behavior due to improper report field validation.
Currently, there are no known workarounds for CVE-2023-53015, and updating the kernel is the recommended action.