CVE-2023-53758
BaseFortify
Publication date: 2025-12-08
Last updated on: 2025-12-08
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| atmel | quadspi | * |
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 atmel-quadspi driver where an early error exit in the device removal function (atmel_qspi_remove) does not prevent the device from being unbound. This leads to a situation where the SPI controller has an unbound parent and its register space is unmapped, which can cause the system to crash (an oops) if the SPI controller is used afterward. The fix involves unregistering the controller unconditionally and handling hardware access and clock disable differently to avoid this issue.
How can this vulnerability impact me? :
If this vulnerability is triggered, it can cause the SPI controller to be left in an inconsistent state with an unbound parent and unmapped register space, which may lead to system crashes (kernel oops) when the SPI controller is accessed. This can affect system stability and reliability.