2 matches found
Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986651)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986651 advisory. In the Linux kernel, the following vulnerability has been resolved: power: supply: ab8500: Fix memory leak in ab8500fgsysfsinit kobjectinitandadd takes reference eve...
CVE-2022-49224
CVE-2022-49224 affects the Linux kernel in the power: supply: ab8500 module, where a memory leak can occur because kobject_init_and_add() may fail and memory is not released. The fix is to call kobject_put() on error to properly clean up, as documented in the vulnerability description. The issue ...