CVE-2023-53392 Details
Description
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 devices. In this scenario, cros_ec_ishtp device and cros_ec_ishtp driver are registered after the warm reset device fw_client NULL setting. cros_ec_ishtp driver_register() triggers the callback to ishtp_cl_bus_match() to match ISHTP driver to the device and causes kernel panic in guid_equal() when dereferencing fw_client NULL pointer to get protocol_name.
A vulnerability in the Linux kernel's handling of Intel-ISH HID during warm resets can lead to a kernel panic. This issue occurs in versions 5.16 and later, where the cros_ec_ishtp device and driver are registered after the ISH firmware has sent a warm reset notification, nullifying the device's firmware client. The subsequent attempt to match the driver to the device results in a panic due to dereferencing a null pointer. This vulnerability was introduced by a change that restricted bus driver loading to only matching devices, exposing a timing issue that did not exist in earlier kernel versions.
Users can upgrade to the latest stable version of the Linux kernel, where this vulnerability has been addressed.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/38518593ec55e897abda4b4be77b2ec8ec4447d1 | kernel.org | Patch |
| https://git.kernel.org/stable/c/45b9055a3a3ff6e8c08faad82ea36a8644a81587 | kernel.org | Patch |
| https://git.kernel.org/stable/c/6c8cc40c588f8080a164d88336b1490279e0f1da | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-noinfo | Insufficient Information to Classify Weakness | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 5.16.1, < 6.1.25 >= 6.2, < 6.2.12 5.16 - 5.16 rc3 5.16 rc4 5.16 rc5 5.16 rc6 5.16 rc7 5.16 rc8 6.3 rc1 6.3 rc2 6.3 rc3 6.3 rc4 6.3 rc5 6.3 rc6 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Mar 17, 2026 | Modified Analysis | [email protected] |
| Jan 27, 2026 | Initial Analysis | [email protected] |
| Sep 18, 2025 | New CVE Received | kernel.org |