CVE-2023-53225
15.09.2025, 15:15
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.Enginsight
| Vendor | Product | Version |
|---|---|---|
| linux | linux_kernel | 3.16.57 ≤ 𝑥 < 3.17 |
| linux | linux_kernel | 3.18.94 ≤ 𝑥 < 3.19 |
| linux | linux_kernel | 4.1.50 ≤ 𝑥 < 4.2 |
| linux | linux_kernel | 4.4.115 ≤ 𝑥 < 4.5 |
| linux | linux_kernel | 4.9.80 ≤ 𝑥 < 4.10 |
| linux | linux_kernel | 4.14.17 ≤ 𝑥 < 4.15 |
| linux | linux_kernel | 4.15.1 ≤ 𝑥 < 5.10.180 |
| linux | linux_kernel | 5.11 ≤ 𝑥 < 5.15.111 |
| linux | linux_kernel | 5.16 ≤ 𝑥 < 6.1.28 |
| linux | linux_kernel | 6.2 ≤ 𝑥 < 6.2.15 |
| linux | linux_kernel | 6.3 ≤ 𝑥 < 6.3.2 |
𝑥
= Vulnerable software versions
Debian Releases
Common Weakness Enumeration
References