First published: Fri May 09 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: HID: pidff: Fix null pointer dereference in pidff_find_fields This function triggered a null pointer dereference if used to search for a report that isn't implemented on the device. This happened both for optional and required reports alike. The same logic was applied to pidff_find_special_field and although pidff_init_fields should return an error earlier if one of the required reports is missing, future modifications could change this logic and resurface this possible null pointer dereference again. LKML bug report: https://lore.kernel.org/all/CAL-gK7f5=R0nrrQdPtaZZr1fd-cdAMbDMuZ_NLA8vM0SX+nGSw@mail.gmail.com
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-2025-37862 has been classified as a moderate severity vulnerability due to its potential for causing crashes in affected systems.
To fix CVE-2025-37862, update your Linux kernel to the latest version where this vulnerability has been addressed.
If CVE-2025-37862 is not addressed, it may lead to system instability due to null pointer dereferences when searching for unsupported reports.
CVE-2025-37862 affects certain implementations of the Linux kernel where the pidff_find_fields function is used.
CVE-2025-37862 primarily involves the Human Interface Device (HID) subsystem of the Linux kernel.