Beveiligingsadvies

CVE-2023-53253

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2025-09-15 14:46:23
Laatst bijgewerkt 2026-08-05 09:13:17
Toegewezen door Linux
CVSS-score 8.8
Status PUBLISHED

Beschrijving

In the Linux kernel, the following vulnerability has been resolved: HID: nvidia-shield: Reference hid_device devm allocation of input_dev name Use hid_device for devm allocation of the input_dev name to avoid a use-after-free. input_unregister_device would trigger devres cleanup of all resources associated with the input_dev, free-ing the name. The name would subsequently be used in a uevent fired at the end of unregistering the input_dev.