CVE-2024-56562: i3c: master: Fix miss free init_dyn_addr at i3c_master_put_i3c_addrs()
In the Linux kernel, the following vulnerability has been resolved:
i3c: master: Fix miss free initdynaddr at i3cmasterputi3caddrs()
if (dev->boardinfo && dev->boardinfo->initdynaddr) ^^^ here check "initdynaddr" i3cbussetaddrslotstatus(&master->bus, dev->info.dynaddr, ...) ^^^^ free "dynaddr" Fix copy/paste error "dynaddr" by replacing it with "initdynaddr".
Other sources
In the Linux kernel, the following vulnerability has been resolved:
i3c: master: Fix miss free initdynaddr at i3cmasterputi3caddrs()
if (dev->boardinfo && dev->boardinfo->initdynaddr) ^^^ here check "initdynaddr" i3cbussetaddrslotstatus(&master->bus, dev->info.dynaddr, ...) ^^^^ free "dynaddr" Fix copy/paste error "dynaddr" by replacing it with "initdynaddr".
— NVD
This CVE was automatically created from a reference found in an email or other text. If you are reading this, then this CVE entry is probably erroneous, since this text should be replaced by the official CVE description automatically.
— Launchpad
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-56562?
CVE-2024-56562 has been classified with a low severity rating.
How do I fix CVE-2024-56562?
To fix CVE-2024-56562, you should update to the latest version of the Linux kernel where the vulnerability has been patched.
Which versions of the Linux kernel are affected by CVE-2024-56562?
CVE-2024-56562 affects various versions of the Linux kernel prior to the fix implementation.
What type of vulnerability is CVE-2024-56562?
CVE-2024-56562 is related to memory management issues in the Linux kernel.
Is CVE-2024-56562 being actively exploited?
As of now, there are no publicly reported cases of active exploitation for CVE-2024-56562.