CVE-2023-53567
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 | From 6.3 (inc) to 6.3.2 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-401 | The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's SPI QUP driver where the remove callback of a platform driver returns early on error, causing DMA resources not to be released properly. This results in a permanent resource leak because the cleanup is skipped and not retried later. The fix ensures that hardware disabling is only skipped if waking the device fails, preventing the leak.
How can this vulnerability impact me? :
The vulnerability can lead to a permanent leak of DMA resources in the Linux kernel, which may cause system instability, degraded performance, or resource exhaustion over time if the affected driver is used.