In the Linux kernel, the following vulnerability has been resolved:
power: supply: charger-manager: fix refcount leak in isfullcharged()
In isfullcharged(), powersupplygetbyname() is called to obtain a reference to the fuelgauge power supply. If the voltage check (uV >= desc->fullbattuV) 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 powersupplyput() properly drops the reference.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72182.json",
"cna_assigner": "Linux"
}