GHSA-5M2J-XJR5-7R96
Vulnerability from github – Published: 2026-08-15 06:32 – Updated: 2026-08-15 06:32
VLAI
Details
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.
{
"affected": [],
"aliases": [
"CVE-2026-72182"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-08-15T06:21:36Z",
"severity": null
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\npower: supply: charger-manager: fix refcount leak in is_full_charged()\n\nIn is_full_charged(), power_supply_get_by_name() is called to\nobtain a reference to the fuel_gauge power supply. If the\nvoltage check (uV \u003e= desc-\u003efullbatt_uV) succeeds, the function\nreturns true directly without releasing the reference, leaking\nthe refcount.\n\nFix this by setting a flag and jumping to the out label where\npower_supply_put() properly drops the reference.",
"id": "GHSA-5m2j-xjr5-7r96",
"modified": "2026-08-15T06:32:15Z",
"published": "2026-08-15T06:32:15Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-72182"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/193e6471e985c2f25d09b3fe96ec52f4eab89bd4"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/3999f47e4bbf864e3c7fbfd813fb2f651e6b5714"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/4373cfa38ead58f980362c841b0d0bdf8c4d956c"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/6f75912cc6ff4c05ff13af351c4eea49b6b3c078"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/93b99b63ad5657225faf702670ddfeddf1f0ae29"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/afe3202c30bdff0635818ab525fe2694309d2692"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/e44ad91e9f75f3e3ccbdb85ffe699471f9675e5b"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/e8631b883338ea4c3b5d8ddfbe16407af9f0b4b9"
}
],
"schema_version": "1.4.0",
"severity": []
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Loading…
Loading…