In the Linux kernel, the following vulnerability has been resolved: HID: universal-pidff: stop the device when force-feedback init fails universal_pidff_probe() starts the device with hid_hw_start(…
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: HID: universal-pidff: stop the device when force-feedback init fails universal_pidff_probe() starts the device with hid_hw_start() and then, if force-feedback initialisation fails, returns the error through a label that only does "return error". The device is left started. The HID core does not unwind on the driver's behalf. __hid_device_probe() releases the devres group, closes the report and clears hdev->driver: if (re…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/01d9874e84d3ab78fd212ad822412eb3af84497f
- https://git.kernel.org/stable/c/519fa26695b02870022fcdc651efb3d379abe54e
- https://git.kernel.org/stable/c/c457bb516b61edeab940235a011928e26925381e
- https://git.kernel.org/stable/c/ce08c5555cabcd444d8b77fa69a7cb68bb05f611
Timeline
- nvd_ingest NVD