First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: firmware: dmi-sysfs: Fix memory leak in dmi_sysfs_register_handle kobject_init_and_add() takes reference even when it fails. According to the doc of kobject_init_and_add() If this function returns an error, kobject_put() must be called to properly clean up the memory associated with the object. Fix this issue by calling kobject_put().
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=2.6.39<4.9.318 | |
Linux Kernel | >=4.10<4.14.283 | |
Linux Kernel | >=4.15<4.19.247 | |
Linux Kernel | >=4.20<5.4.198 | |
Linux Kernel | >=5.5<5.10.122 | |
Linux Kernel | >=5.11<5.15.47 | |
Linux Kernel | >=5.16<5.17.15 | |
Linux Kernel | >=5.18<5.18.4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49370 has been classified as having a high severity due to the potential for a memory leak in the Linux kernel.
To address CVE-2022-49370, users should upgrade to the fixed versions of the Linux kernel as per the relevant patches.
CVE-2022-49370 affects multiple versions of the Linux kernel, specifically those prior to fixes in versions 2.6.39 to 5.18.4.
CVE-2022-49370 impacts the firmware component related to dmi-sysfs in the Linux kernel.
There are no specific workarounds for CVE-2022-49370, and the recommended action is to apply the security updates.