NONE · 0

CVE-2026-72182

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 ...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-72182?

CVE-2026-72182 is a documented vulnerability. 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 ...

How severe is CVE-2026-72182?

CVSS scoring is not yet available for CVE-2026-72182. Check NVD for updates.

Is there a patch for CVE-2026-72182?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.