CVE-2023-53392
BaseFortify
Publication date: 2025-09-18
Last updated on: 2026-03-17
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | 5.16 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's intel-ish-hid driver during a warm reset. When the ISH firmware sends a warm reset notification, it sets device->fw_client to NULL to remove all clients from the bus. If a bus driver is registered after this NULL assignment but before new firmware clients are enumerated, the kernel function ishtp_cl_bus_match() tries to access device->fw_client->props.protocol_name, causing a NULL pointer dereference and resulting in a kernel panic. This issue became exposed starting with kernel version 5.16 due to changes in driver loading order.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to panic (crash) during a warm reset of the ISH device. A kernel panic leads to a system crash and reboot, causing potential downtime, loss of unsaved data, and disruption of services running on the affected system.