CVE-2024-56562
Description
In the Linux kernel, the following vulnerability has been resolved: i3c: master: Fix miss free init_dyn_addr at i3c_master_put_i3c_addrs() if (dev->boardinfo && dev->boardinfo->init_dyn_addr) ^^^ here check "init_dyn_addr" i3c_bus_set_addr_slot_status(&master->bus, dev->info.dyn_addr, ...) ^^^^ free "dyn_addr" Fix copy/paste error "dyn_addr" by replacing it with "init_dyn_addr".
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2024-56562
Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2024-56562.html
Vendor advisory: redhat — https://access.redhat.com/errata/RHSA-2025:6966
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| rhel | 9 | fixed | |
| sles | affected | | |
| debian | bookworm | fixed | 6.1.123-1 |
| debian | bullseye | fixed | 5.10.234-1 |
| debian | forky | fixed | 6.12.5-1 |
| debian | sid | fixed | 6.12.5-1 |
| debian | trixie | fixed | 6.12.5-1 |
References
Verify integrity in audit chain (admin only). AS-IS.