Security Advisory

CVE-2023-53225

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-09-15 14:21:54
Last updated 2026-05-23 15:28:17
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: spi: imx: Dont skip cleanup in removes error path Returning early in a platform drivers 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.