CVE-2023-53567
spi: qup: Don't skip cleanup in remove's error path
Description
In the Linux kernel, the following vulnerability has been resolved: spi: qup: Don't skip cleanup in remove's error path Returning early in a platform driver's remove callback is wrong. In this case the dma resources are not released in the error path. this is never retried later and so this is a permanent leak. To fix this, only skip hardware disabling if waking the device fails.
INFO
Published Date :
Oct. 4, 2025, 4:15 p.m.
Last Modified :
Oct. 6, 2025, 2:56 p.m.
Remotely Exploit :
No
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Solution
- Update the Linux kernel to the latest version.
- Ensure error paths correctly release DMA resources.
- Test the driver's behavior in error scenarios.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2023-53567
.
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2023-53567
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2023-53567
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2023-53567
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2023-53567
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Oct. 04, 2025
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: spi: qup: Don't skip cleanup in remove's error path Returning early in a platform driver's remove callback is wrong. In this case the dma resources are not released in the error path. this is never retried later and so this is a permanent leak. To fix this, only skip hardware disabling if waking the device fails. Added Reference https://git.kernel.org/stable/c/2d0f63077f481f11a07f20eab1c1f4367dfaef32 Added Reference https://git.kernel.org/stable/c/49c17fccae36505550c9121891722fff337f148a Added Reference https://git.kernel.org/stable/c/55ecdcd12bc176b86fecbcb125ac814ac8fe857a Added Reference https://git.kernel.org/stable/c/61f49171a43ab1f80c73c5c88c508770c461e0f2 Added Reference https://git.kernel.org/stable/c/8632384337038b97910c2f7bb5a3f377aa68d001 Added Reference https://git.kernel.org/stable/c/bc88243bbe6140d289bb32b4ee4607ba5ce1124a Added Reference https://git.kernel.org/stable/c/f345d4d71e87d878437417ffbb9a7d4e16d235eb Added Reference https://git.kernel.org/stable/c/fd53f41bd86daa39b454fd4637a908ff2123547f