Security Advisory

CVE-2022-50649

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-12-09 00:00:23
Last updated 2026-05-11 19:22:55
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: power: supply: adp5061: fix out-of-bounds read in adp5061_get_chg_type() ADP5061_CHG_STATUS_1_CHG_STATUS is masked with 0x07, which means a length of 8, but adp5061_chg_type array size is 4, may end up reading 4 elements beyond the end of the adp5061_chg_type[] array.