### [CVE-2024-56562](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-56562) ![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=3a379bbcea0af6280e1ca0d1edfcf4e68cde6ee0%3C%20c2f0ce241154b04f2fc150ff16ad82d9b8fdfa4a%20&color=brighgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### 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". ### POC #### Reference No PoCs from references. #### Github - https://github.com/cku-heise/euvd-api-doc