First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: power: supply: ab8500: Fix memory leak in ab8500_fg_sysfs_init 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 memory leak by calling kobject_put().
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.9<4.9.311 | |
Linux Kernel | >=4.10<4.14.276 | |
Linux Kernel | >=4.15<4.19.238 | |
Linux Kernel | >=4.20<5.4.189 | |
Linux Kernel | >=5.5<5.10.110 | |
Linux Kernel | >=5.11<5.15.33 | |
Linux Kernel | >=5.16<5.16.19 | |
Linux Kernel | >=5.17<5.17.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49224 is considered a medium severity vulnerability due to the potential for memory leaks in the Linux kernel.
To fix CVE-2022-49224, upgrade to a patched version of the Linux kernel that addresses this memory leak issue.
CVE-2022-49224 affects Linux kernel versions that range from 4.9.x to 5.17.x.
CVE-2022-49224 can lead to increased memory consumption over time, potentially degrading system performance.
CVE-2022-49224 does not have direct relationships with other vulnerabilities but shares similarities in the type of memory management issues.