In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Sep 15, 2025
to the GitHub Advisory Database
•
Updated Dec 4, 2025
Description
Published by the National Vulnerability Database
Sep 15, 2025
Published to the GitHub Advisory Database
Sep 15, 2025
Last updated
Dec 4, 2025
In the Linux kernel, the following vulnerability has been resolved:
spi: imx: 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.
References