In the Linux kernel, the following vulnerability has been resolved:
HID: elan: Fix potential double free in elaninputconfigured
'input' is a managed resource allocated with devminputallocatedevice(), so there is no need to call inputfree_device() explicitly or there will be a double free.
According to the doc of devminputallocate_device(): * Managed input devices do not need to be explicitly unregistered or * freed as it will be done automatically when owner device unbinds from * its driver (or binding fails).
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/49xxx/CVE-2022-49508.json"
}