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

CVE-2023-53392

High
Published: Translated: NVD NIST

Summary

W jądrze Linuxa naprawiono podatność, która mogła prowadzić do paniki jądra podczas ciepłego resetu. Problem występował, gdy po ustawieniu device->fw_client na NULL rejestrowano sterownik magistrali, co skutkowało odniesieniem do nieistniejącego wskaźnika.

Risk Assessment

Organizacje mogą doświadczyć awarii systemu operacyjnego, co prowadzi do przestojów i potencjalnych utrat danych. W szczególności dotyczy to systemów korzystających z urządzeń ISH.

Recommendation

Zaleca się aktualizację jądra Linux do wersji 5.16 lub nowszej, aby usunąć tę podatność i zapobiec wystąpieniu paniki jądra.

Related vulnerabilities

Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: HID: intel-ish-hid: Fix kernel panic during warm reset During warm reset device->fw_client is set to NULL. If a bus driver is registered after this NULL setting and before new firmware clients are enumerated by ISHTP, kernel panic will result in the function ishtp_cl_bus_match(). This is because of reference to device->fw_client->props.protocol_name. ISH firmware after getting successfully loaded, sends a warm reset notification to remove all clients from the bus and sets device->fw_client to NULL. Until kernel v5.15, all enabled ISHTP kernel module drivers were loaded right after any of the first ISHTP device was registered, regardless of whether it was a matched or an unmatched device. This resulted in all drivers getting registered much before the warm reset notification from ISH. Starting kernel v5.16, this issue got exposed after the change was introduced to load only bus drivers for the respective matching de

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