CVE-2026-80711 (GCVE-0-2026-80711)

Vulnerability from cvelistv5 – Published: 2026-08-28 06:53 – Updated: 2026-08-28 06:53
VLAI
Title
power: supply: max17040: handle missing status supplier
Summary
In the Linux kernel, the following vulnerability has been resolved: power: supply: max17040: handle missing status supplier MAX17040 does not report charger state itself, so the driver forwards POWER_SUPPLY_PROP_STATUS to a supplier power supply. If no supplier is registered, power_supply_get_property_from_supplier() returns -ENODEV and leaves the output value untouched. max17040_get_property() currently ignores that error and returns success, so userspace can read an uninitialized status value from the battery power supply. This happens on systems that use the fuel gauge without a charger supplier relationship in firmware. Return POWER_SUPPLY_STATUS_UNKNOWN when no supplier provides STATUS, and propagate other supplier lookup errors.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: f4b782af61ae7bbf93008d5809b0e3a8ac2bb88e , < 91ac995a6f4ddf4f92b231b080544abf23a9b871 (git)
Affected: f4b782af61ae7bbf93008d5809b0e3a8ac2bb88e , < b039f13e095d28a64ca6b21d0ee5440d8b048f37 (git)
Affected: f4b782af61ae7bbf93008d5809b0e3a8ac2bb88e , < ee2ea0c452edc0930e7395b080dccd5a1cb965e1 (git)
Affected: f4b782af61ae7bbf93008d5809b0e3a8ac2bb88e , < 725668c6b6aa3971fe850659102c250d0d676e18 (git)
guessed Create a notification for this product.
Linux Linux Affected: 6.7
Unaffected: 0 , < 6.7 (semver)
Unaffected: 6.12.103 , ≤ 6.12.* (semver)
Unaffected: 6.18.44 , ≤ 6.18.* (semver)
Unaffected: 7.1.8 , ≤ 7.1.* (semver)
Unaffected: 7.2 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/power/supply/max17040_battery.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "91ac995a6f4ddf4f92b231b080544abf23a9b871",
              "status": "affected",
              "version": "f4b782af61ae7bbf93008d5809b0e3a8ac2bb88e",
              "versionType": "git"
            },
            {
              "lessThan": "b039f13e095d28a64ca6b21d0ee5440d8b048f37",
              "status": "affected",
              "version": "f4b782af61ae7bbf93008d5809b0e3a8ac2bb88e",
              "versionType": "git"
            },
            {
              "lessThan": "ee2ea0c452edc0930e7395b080dccd5a1cb965e1",
              "status": "affected",
              "version": "f4b782af61ae7bbf93008d5809b0e3a8ac2bb88e",
              "versionType": "git"
            },
            {
              "lessThan": "725668c6b6aa3971fe850659102c250d0d676e18",
              "status": "affected",
              "version": "f4b782af61ae7bbf93008d5809b0e3a8ac2bb88e",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/power/supply/max17040_battery.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.7"
            },
            {
              "lessThan": "6.7",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.103",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.44",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.8",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.103",
                  "versionStartIncluding": "6.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.44",
                  "versionStartIncluding": "6.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.8",
                  "versionStartIncluding": "6.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "6.7",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\npower: supply: max17040: handle missing status supplier\n\nMAX17040 does not report charger state itself, so the driver forwards\nPOWER_SUPPLY_PROP_STATUS to a supplier power supply. If no supplier is\nregistered, power_supply_get_property_from_supplier() returns -ENODEV and\nleaves the output value untouched.\n\nmax17040_get_property() currently ignores that error and returns success,\nso userspace can read an uninitialized status value from the battery power\nsupply. This happens on systems that use the fuel gauge without a charger\nsupplier relationship in firmware.\n\nReturn POWER_SUPPLY_STATUS_UNKNOWN when no supplier provides STATUS, and\npropagate other supplier lookup errors."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-28T06:53:10.631Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/91ac995a6f4ddf4f92b231b080544abf23a9b871"
        },
        {
          "url": "https://git.kernel.org/stable/c/b039f13e095d28a64ca6b21d0ee5440d8b048f37"
        },
        {
          "url": "https://git.kernel.org/stable/c/ee2ea0c452edc0930e7395b080dccd5a1cb965e1"
        },
        {
          "url": "https://git.kernel.org/stable/c/725668c6b6aa3971fe850659102c250d0d676e18"
        }
      ],
      "title": "power: supply: max17040: handle missing status supplier",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-80711",
    "datePublished": "2026-08-28T06:53:10.631Z",
    "dateReserved": "2026-08-26T14:34:25.788Z",
    "dateUpdated": "2026-08-28T06:53:10.631Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-80711",
      "date": "2026-08-28",
      "epss": "0.00156",
      "percentile": "0.05091"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-80711\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-28T08:16:56.740\",\"lastModified\":\"2026-08-28T08:16:56.740\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\npower: supply: max17040: handle missing status supplier\\n\\nMAX17040 does not report charger state itself, so the driver forwards\\nPOWER_SUPPLY_PROP_STATUS to a supplier power supply. If no supplier is\\nregistered, power_supply_get_property_from_supplier() returns -ENODEV and\\nleaves the output value untouched.\\n\\nmax17040_get_property() currently ignores that error and returns success,\\nso userspace can read an uninitialized status value from the battery power\\nsupply. This happens on systems that use the fuel gauge without a charger\\nsupplier relationship in firmware.\\n\\nReturn POWER_SUPPLY_STATUS_UNKNOWN when no supplier provides STATUS, and\\npropagate other supplier lookup errors.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/power/supply/max17040_battery.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"f4b782af61ae7bbf93008d5809b0e3a8ac2bb88e\",\"lessThan\":\"91ac995a6f4ddf4f92b231b080544abf23a9b871\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"f4b782af61ae7bbf93008d5809b0e3a8ac2bb88e\",\"lessThan\":\"b039f13e095d28a64ca6b21d0ee5440d8b048f37\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"f4b782af61ae7bbf93008d5809b0e3a8ac2bb88e\",\"lessThan\":\"ee2ea0c452edc0930e7395b080dccd5a1cb965e1\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"f4b782af61ae7bbf93008d5809b0e3a8ac2bb88e\",\"lessThan\":\"725668c6b6aa3971fe850659102c250d0d676e18\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/power/supply/max17040_battery.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.7\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.7\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.103\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.44\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.8\",\"lessThanOrEqual\":\"7.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/725668c6b6aa3971fe850659102c250d0d676e18\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/91ac995a6f4ddf4f92b231b080544abf23a9b871\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b039f13e095d28a64ca6b21d0ee5440d8b048f37\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ee2ea0c452edc0930e7395b080dccd5a1cb965e1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

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…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…