First published: Tue May 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: i2c: acpi: fix resource leak in reconfiguration device addition acpi_i2c_find_adapter_by_handle() calls bus_find_device() which takes a reference on the adapter which is never released which will result in a reference count leak and render the adapter unremovable. Make sure to put the adapter after creating the client in the same manner that we do for OF. [wsa: fixed title]
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-47425 is categorized with a medium severity rating due to the resource leak in the Linux kernel.
To fix CVE-2021-47425, upgrade to the latest version of the Linux kernel where the vulnerability has been addressed.
CVE-2021-47425 affects various versions of the Linux kernel that include the i2c ACPI subsystem.
CVE-2021-47425 is a resource leak vulnerability that occurs within the Linux kernel's i2c subsystem.
CVE-2021-47425 does not appear to be remotely exploitable as it requires local access to the system.