CVE-2025-38313
N/A
N/A
Summary
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);
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | a042fbed02904493ae6df26ec836045f5a7d3ce2 < 12e4431e5078847791936820bd39df9e1ee26d2e | affected |
| Linux | Linux | a042fbed02904493ae6df26ec836045f5a7d3ce2 < 3135e03a92f6b5259d0a7f25f728e9e7866ede3f | affected |
| Linux | Linux | a042fbed02904493ae6df26ec836045f5a7d3ce2 < 7002b954c4a8b9965ba0f139812ee4a6f71beac8 | affected |
| Linux | Linux | a042fbed02904493ae6df26ec836045f5a7d3ce2 < b2057374f326303c86d8423415ab58656eebc695 | affected |
| Linux | Linux | a042fbed02904493ae6df26ec836045f5a7d3ce2 < 4b23c46eb2d88924b93aca647bde9a4b9cf62cf9 | affected |
| Linux | Linux | a042fbed02904493ae6df26ec836045f5a7d3ce2 < 1d5baab39e5b09a76870b345cdee7933871b881f | affected |
| Linux | Linux | a042fbed02904493ae6df26ec836045f5a7d3ce2 < 873d47114fd5e5a1cad2018843671537cc71ac84 | affected |
| Linux | Linux | a042fbed02904493ae6df26ec836045f5a7d3ce2 < d694bf8a9acdbd061596f3e7549bc8cb70750a60 | affected |
| Linux | Linux | 4.13 | affected |
| Linux | Linux | 0 < 4.13 | unaffected |
| Linux | Linux | 5.4.295 <= 5.4.* | unaffected |
| Linux | Linux | 5.10.239 <= 5.10.* | unaffected |
| Linux | Linux | 5.15.186 <= 5.15.* | unaffected |
| Linux | Linux | 6.1.142 <= 6.1.* | unaffected |
| Linux | Linux | 6.6.94 <= 6.6.* | unaffected |
| Linux | Linux | 6.12.34 <= 6.12.* | unaffected |
| Linux | Linux | 6.15.3 <= 6.15.* | unaffected |
| Linux | Linux | 6.16 <= * | unaffected |
Weaknesses
ADP Enrichment
CVE Program Container
Additional References
- https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html
- https://lists.debian.org/debian-lts-announce/2025/10/msg00007.html
References
- https://git.kernel.org/stable/c/12e4431e5078847791936820bd39df9e1ee26d2e
- https://git.kernel.org/stable/c/3135e03a92f6b5259d0a7f25f728e9e7866ede3f
- https://git.kernel.org/stable/c/7002b954c4a8b9965ba0f139812ee4a6f71beac8
- https://git.kernel.org/stable/c/b2057374f326303c86d8423415ab58656eebc695
- https://git.kernel.org/stable/c/4b23c46eb2d88924b93aca647bde9a4b9cf62cf9
- https://git.kernel.org/stable/c/1d5baab39e5b09a76870b345cdee7933871b881f
- https://git.kernel.org/stable/c/873d47114fd5e5a1cad2018843671537cc71ac84
- https://git.kernel.org/stable/c/d694bf8a9acdbd061596f3e7549bc8cb70750a60
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.