← Voltar à pesquisa de CVEs

CVE-2026-72182

Linux kernel

Descrição

In the Linux kernel, the following vulnerability has been resolved: power: supply: charger-manager: fix refcount leak in is_full_charged() In is_full_charged(), power_supply_get_by_name() is called to obtain a reference to the fuel_gauge power supply. If the voltage check (uV >= desc->fullbatt_uV) succeeds, the function returns true directly without releasing the reference, leaking the refcount. Fix this by setting a flag and jumping to the out label where power_supply_put() properly drops the reference.

EPSS 0.211%Risco 0
Ver fonte
Publicação
2026-08-15 06:21:36
Versões afetadas
unknown
Tipo
Kernel
Última alteração
2026-08-17 06:18:18
Vetor
Pending