CVE-2023-53561
BaseFortify
Publication date: 2025-10-04
Last updated on: 2026-03-21
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.4 |
| linux | linux_kernel | 6.4 |
| linux | linux_kernel | From 6.2 (inc) to 6.3.4 (exc) |
| linux | linux_kernel | From 5.14 (inc) to 6.1.30 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a NULL pointer dereference in the Linux kernel's wwan iosm driver that occurs during the suspend and resume cycle. Specifically, if the driver initialization fails to allocate necessary resources due to invalid device capabilities, the driver removal procedure later attempts to dereference a NULL pointer, causing a crash or malfunction. The fix involves handling failure cases properly to avoid dereferencing unallocated structures and reporting link down events so user space applications can reset the device communication.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash or malfunction during device removal in suspend/resume cycles, potentially leading to system instability or denial of service. It may disrupt device communication until the device is reset by user space applications.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, ensure that your Linux kernel is updated to a version where the fix for the NULL pointer dereference in the wwan iosm driver is applied. Additionally, monitor user space applications for link down events reported by ipc_imem_run_state_worker(), which can be handled to reset the device and restore communication.