CVE-2026-72182

UnknownEPSS 0.21%

Last modified

CVE-2026-72182 is a vulnerability of currently unknown severity. 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 estimates a 0.21% chance of exploitation in the next 30 days.

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.

Metrics

EPSS Probability
0.21%

11.6th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= e132fc6bb89bd307cfcdb8ba24afcd1985261485, < afe3202c30bdff0635818ab525fe2694309d2692; >= e132fc6bb89bd307cfcdb8ba24afcd1985261485, < 93b99b63ad5657225faf702670ddfeddf1f0ae29; >= e132fc6bb89bd307cfcdb8ba24afcd1985261485, < 6f75912cc6ff4c05ff13af351c4eea49b6b3c078; >= e132fc6bb89bd307cfcdb8ba24afcd1985261485, < e44ad91e9f75f3e3ccbdb85ffe699471f9675e5b; >= e132fc6bb89bd307cfcdb8ba24afcd1985261485, < 3999f47e4bbf864e3c7fbfd813fb2f651e6b5714; >= e132fc6bb89bd307cfcdb8ba24afcd1985261485, < 193e6471e985c2f25d09b3fe96ec52f4eab89bd4; >= e132fc6bb89bd307cfcdb8ba24afcd1985261485, < e8631b883338ea4c3b5d8ddfbe16407af9f0b4b9; >= e132fc6bb89bd307cfcdb8ba24afcd1985261485, < 4373cfa38ead58f980362c841b0d0bdf8c4d956c
LinuxLinux5.10

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is 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 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.
How severe is CVE-2026-72182?
Severity scoring for CVE-2026-72182 is pending analysis. The EPSS model estimates a 0.21% probability of exploitation in the next 30 days.
How do I fix CVE-2026-72182?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-72182?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST