CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2023-54207

High
Published: Translated: NVD NIST

Summary

W jądrze Linuxa rozwiązano podatność związaną z niewłaściwym odniesieniem do urządzenia HID podczas alokacji nazwy input_dev. Błędne odniesienie do input_dev mogło prowadzić do sytuacji use-after-free po jego wyrejestrowaniu, co skutkowało wywołaniem ueventu zależnego od nazwy.

Risk Assessment

Podatność ta może prowadzić do nieprzewidzianych zachowań systemu, w tym do potencjalnego wycieku pamięci lub awarii aplikacji korzystających z urządzeń HID. Może to wpłynąć na stabilność i bezpieczeństwo systemu operacyjnego.

Recommendation

Zaleca się aktualizację jądra Linux do najnowszej wersji, w której ta podatność została naprawiona, aby zminimalizować ryzyko związane z używaniem urządzeń HID.

Related vulnerabilities

Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Correct devm device reference for hidinput input_dev name Reference the HID device rather than the input device for the devm allocation of the input_dev name. Referencing the input_dev would lead to a use-after-free when the input_dev was unregistered and subsequently fires a uevent that depends on the name. At the point of firing the uevent, the name would be freed by devres management. Use devm_kasprintf to simplify the logic for allocating memory and formatting the input_dev name string.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS