CVE-2023-53567
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2023-53567, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-10-04

Last updated on: 2026-03-21

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-10-04
Last Modified
2026-03-21
Generated
2026-07-06
AI Q&A
2025-10-04
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel From 6.3 (inc) to 6.3.2 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
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 Quick Actions

Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-53567. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart