In the Linux kernel, the following vulnerability has been...
High severity
Unreviewed
Published
Mar 17, 2025
to the GitHub Advisory Database
•
Updated Mar 17, 2025
Description
Published by the National Vulnerability Database
Feb 26, 2025
Published to the GitHub Advisory Database
Mar 17, 2025
Last updated
Mar 17, 2025
In the Linux kernel, the following vulnerability has been resolved:
HID: elan: Fix potential double free in elan_input_configured
'input' is a managed resource allocated with devm_input_allocate_device(),
so there is no need to call input_free_device() explicitly or
there will be a double free.
According to the doc of devm_input_allocate_device():
References