2 matches found
Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-007621)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-007621 advisory. In the Linux kernel, the following vulnerability has been resolved: power: supply: adp5061: fix out-of-bounds read in adp5061getchgtype ADP5061CHGSTATUS1CHGSTATUS is...
CVE-2022-50649
CVE-2022-50649 affects the Linux kernel power: supply adp5061 code path. The issue is a bounds read in adp5061_get_chg_type(): ADP5061_CHG_STATUS_1_CHG_STATUS is masked with 0x07, implying a length of 8, but the adp5061_chg_type array size is 4. This can cause reading beyond the end of the adp506...