CVE-2022-49224 Details
Description
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().
A memory leak vulnerability has been identified in the Linux kernel's power supply management for the AB8500 component. The issue arises in the 'ab8500_fg_sysfs_initkobject_init_and_add()' function, which improperly retains a reference to a kobject even when an initialization error occurs. This oversight can lead to a memory leak, as the allocated memory for the kobject is not released. The vulnerability has been addressed by modifying the function to call 'kobject_put()' for proper memory management.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Oct 1, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/19aa3c98ed7b2616e105946cec804f897837ab84 | kernel.org | Patch |
| https://git.kernel.org/stable/c/261041097ab3470f1120b7733cbf472712304d1e | kernel.org | Patch |
| https://git.kernel.org/stable/c/31cdf7897dba1f096b74f69d840f0575b8cdb9ae | kernel.org | Patch |
| https://git.kernel.org/stable/c/41ed61364285ff38bbbe9ca8a45c8372ba72921d | kernel.org | Patch |
| https://git.kernel.org/stable/c/6a4760463dbc6b603690938c468839985189ce0a | kernel.org | Patch |
| https://git.kernel.org/stable/c/879356a6a05559582b0a7895d86d2d4359745c08 | kernel.org | Patch |
| https://git.kernel.org/stable/c/c32f6b6196b6efc1c68990dfeaac36fb8eb3b8e1 | kernel.org | Patch |
| https://git.kernel.org/stable/c/db3a61ef8e6aef3b888baa6a85926c2230c2cc56 | kernel.org | Patch |
| https://git.kernel.org/stable/c/ffb8e92b4cef92bd25563cf3d8b4489eb22bc61f | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-401 | Missing Release of Memory after Effective Lifetime | [email protected] |
| CWE-401 | Missing Release of Memory after Effective Lifetime | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 4.9, < 4.9.311 >= 4.10, < 4.14.276 >= 4.15, < 4.19.238 >= 4.20, < 5.4.189 >= 5.5, < 5.10.110 >= 5.11, < 5.15.33 >= 5.16, < 5.16.19 >= 5.17, < 5.17.2 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Oct 1, 2025 | CVE Modified | CISA-ADP |
| Mar 18, 2025 | Initial Analysis | [email protected] |
| Feb 26, 2025 | New CVE Received | kernel.org |