DEBIAN-CVE-2025-38313
In the Linux kernel, the following vulnerability has been resolved: bus: fsl-mc: fix double-free on mc_dev The blamed commit tried to simplify how the deallocations are done but, in the process, introduced a double-free on the mc_dev variable. In case the MC device is a DPRC, a new mc_bus is allocated and the mc_dev variable is just a reference to one of its fields. In this circumstance, on the error path only the mc_bus should be freed. This commit introduces back the following checkpatch warning which is a false-positive. WARNING: kfree(NULL) is safe and this check is probably not required + if (mc_bus) + kfree(mc_bus);
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:14 | linux | 0, 0 |
| Debian:11 | linux-6.1 | 6.1.148-1, 6.1.147-1, 6.1.140-1 |
| Debian:11 | linux | 5.10.218-1, 5.10.127-2, 5.10.136-1 |
| Debian:13 | linux | 0, 0 |
| Debian:12 | linux | 6.1.82-1, 6.1.85-1, 6.1.90-1 |
Timeline
- Jul 10, 2025 CVE Published
- Apr 28, 2026 CVE Updated