GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-89463 (GCVE-0-2026-89463)

Vulnerability from cvelistv5 – Published: 2026-09-11 19:43 – Updated: 2026-09-14 12:00
VLAI
Title
power: supply: ucs1002: fix use-after-free on remove
Summary
In the Linux kernel, the following vulnerability has been resolved: power: supply: ucs1002: fix use-after-free on remove ucs1002 has no remove callback, so unbind runs entirely through devm. The alert IRQ handler queues the health_poll delayed work, and the work reschedules itself while the chip reports a bad-health condition. devm frees the alert IRQ, which only synchronizes the handler; it does not cancel the delayed work, which can then run after devm frees the driver data and dereference it. Register health_poll with devm_delayed_work_autocancel() before the alert IRQ is requested. devm then frees the IRQ before cancelling the work, so the handler can no longer queue it and the work is cancelled before the driver data is freed. This issue was found by an in-house static analysis tool.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 81196e2e57fc5b88f6b8ca98372a3dde047aa49d , < 00c19f8a9a58a318a76fd6f735a8aab3f8ead393 (git)
Affected: 81196e2e57fc5b88f6b8ca98372a3dde047aa49d , < a9a7bb801c443a4d9fc623c4a47deb53accb70bb (git)
Affected: 81196e2e57fc5b88f6b8ca98372a3dde047aa49d , < 2ec4d203ecb06d327af67e32097fe8f774838a40 (git)
Affected: 81196e2e57fc5b88f6b8ca98372a3dde047aa49d , < 4ca2a4678202f15eb790eb7f1d562061709caea7 (git)
Affected: 81196e2e57fc5b88f6b8ca98372a3dde047aa49d , < 39b60d615dfa1725c235351fb12bc72e5f8a8d32 (git)
Affected: 81196e2e57fc5b88f6b8ca98372a3dde047aa49d , < 35242c93d35f391afdc84cef6236b8ad57f1df24 (git)
Affected: 81196e2e57fc5b88f6b8ca98372a3dde047aa49d , < 609af0ceeaefdfa42cd01dd060b20f2e41f9a232 (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.10
Unaffected: 0 , < 5.10 (semver)
Unaffected: 5.15.221 , ≤ 5.15.* (semver)
Unaffected: 6.1.188 , ≤ 6.1.* (semver)
Unaffected: 6.6.157 , ≤ 6.6.* (semver)
Unaffected: 6.12.109 , ≤ 6.12.* (semver)
Unaffected: 6.18.50 , ≤ 6.18.* (semver)
Unaffected: 7.2.4 , ≤ 7.2.* (semver)
Unaffected: 7.3-rc1 , ≤ * (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/ucs1002_power.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "00c19f8a9a58a318a76fd6f735a8aab3f8ead393",
              "status": "affected",
              "version": "81196e2e57fc5b88f6b8ca98372a3dde047aa49d",
              "versionType": "git"
            },
            {
              "lessThan": "a9a7bb801c443a4d9fc623c4a47deb53accb70bb",
              "status": "affected",
              "version": "81196e2e57fc5b88f6b8ca98372a3dde047aa49d",
              "versionType": "git"
            },
            {
              "lessThan": "2ec4d203ecb06d327af67e32097fe8f774838a40",
              "status": "affected",
              "version": "81196e2e57fc5b88f6b8ca98372a3dde047aa49d",
              "versionType": "git"
            },
            {
              "lessThan": "4ca2a4678202f15eb790eb7f1d562061709caea7",
              "status": "affected",
              "version": "81196e2e57fc5b88f6b8ca98372a3dde047aa49d",
              "versionType": "git"
            },
            {
              "lessThan": "39b60d615dfa1725c235351fb12bc72e5f8a8d32",
              "status": "affected",
              "version": "81196e2e57fc5b88f6b8ca98372a3dde047aa49d",
              "versionType": "git"
            },
            {
              "lessThan": "35242c93d35f391afdc84cef6236b8ad57f1df24",
              "status": "affected",
              "version": "81196e2e57fc5b88f6b8ca98372a3dde047aa49d",
              "versionType": "git"
            },
            {
              "lessThan": "609af0ceeaefdfa42cd01dd060b20f2e41f9a232",
              "status": "affected",
              "version": "81196e2e57fc5b88f6b8ca98372a3dde047aa49d",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/power/supply/ucs1002_power.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.10"
            },
            {
              "lessThan": "5.10",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.221",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.188",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.157",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.109",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.50",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.2.*",
              "status": "unaffected",
              "version": "7.2.4",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.3-rc1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.221",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.188",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.157",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.109",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.50",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2.4",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.3-rc1",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\npower: supply: ucs1002: fix use-after-free on remove\n\nucs1002 has no remove callback, so unbind runs entirely through devm.\nThe alert IRQ handler queues the health_poll delayed work, and the work\nreschedules itself while the chip reports a bad-health condition.  devm\nfrees the alert IRQ, which only synchronizes the handler; it does not\ncancel the delayed work, which can then run after devm frees the driver\ndata and dereference it.\n\nRegister health_poll with devm_delayed_work_autocancel() before the\nalert IRQ is requested.  devm then frees the IRQ before cancelling the\nwork, so the handler can no longer queue it and the work is cancelled\nbefore the driver data is freed.\n\nThis issue was found by an in-house static analysis tool."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-14T12:00:02.113Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/00c19f8a9a58a318a76fd6f735a8aab3f8ead393"
        },
        {
          "url": "https://git.kernel.org/stable/c/a9a7bb801c443a4d9fc623c4a47deb53accb70bb"
        },
        {
          "url": "https://git.kernel.org/stable/c/2ec4d203ecb06d327af67e32097fe8f774838a40"
        },
        {
          "url": "https://git.kernel.org/stable/c/4ca2a4678202f15eb790eb7f1d562061709caea7"
        },
        {
          "url": "https://git.kernel.org/stable/c/39b60d615dfa1725c235351fb12bc72e5f8a8d32"
        },
        {
          "url": "https://git.kernel.org/stable/c/35242c93d35f391afdc84cef6236b8ad57f1df24"
        },
        {
          "url": "https://git.kernel.org/stable/c/609af0ceeaefdfa42cd01dd060b20f2e41f9a232"
        }
      ],
      "title": "power: supply: ucs1002: fix use-after-free on remove",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-89463",
    "datePublished": "2026-09-11T19:43:24.629Z",
    "dateReserved": "2026-09-11T19:38:34.708Z",
    "dateUpdated": "2026-09-14T12:00:02.113Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-89463",
      "date": "2026-09-15",
      "epss": "0.00205",
      "percentile": "0.10766"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-89463\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-09-11T20:19:27.283\",\"lastModified\":\"2026-09-14T13:19:02.620\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\npower: supply: ucs1002: fix use-after-free on remove\\n\\nucs1002 has no remove callback, so unbind runs entirely through devm.\\nThe alert IRQ handler queues the health_poll delayed work, and the work\\nreschedules itself while the chip reports a bad-health condition.  devm\\nfrees the alert IRQ, which only synchronizes the handler; it does not\\ncancel the delayed work, which can then run after devm frees the driver\\ndata and dereference it.\\n\\nRegister health_poll with devm_delayed_work_autocancel() before the\\nalert IRQ is requested.  devm then frees the IRQ before cancelling the\\nwork, so the handler can no longer queue it and the work is cancelled\\nbefore the driver data is freed.\\n\\nThis issue was found by an in-house static analysis tool.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/power/supply/ucs1002_power.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"81196e2e57fc5b88f6b8ca98372a3dde047aa49d\",\"lessThan\":\"00c19f8a9a58a318a76fd6f735a8aab3f8ead393\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"81196e2e57fc5b88f6b8ca98372a3dde047aa49d\",\"lessThan\":\"a9a7bb801c443a4d9fc623c4a47deb53accb70bb\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"81196e2e57fc5b88f6b8ca98372a3dde047aa49d\",\"lessThan\":\"2ec4d203ecb06d327af67e32097fe8f774838a40\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"81196e2e57fc5b88f6b8ca98372a3dde047aa49d\",\"lessThan\":\"4ca2a4678202f15eb790eb7f1d562061709caea7\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"81196e2e57fc5b88f6b8ca98372a3dde047aa49d\",\"lessThan\":\"39b60d615dfa1725c235351fb12bc72e5f8a8d32\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"81196e2e57fc5b88f6b8ca98372a3dde047aa49d\",\"lessThan\":\"35242c93d35f391afdc84cef6236b8ad57f1df24\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"81196e2e57fc5b88f6b8ca98372a3dde047aa49d\",\"lessThan\":\"609af0ceeaefdfa42cd01dd060b20f2e41f9a232\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/power/supply/ucs1002_power.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.10\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.10\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.221\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.188\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.157\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.109\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.50\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2.4\",\"lessThanOrEqual\":\"7.2.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.3-rc1\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/00c19f8a9a58a318a76fd6f735a8aab3f8ead393\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/2ec4d203ecb06d327af67e32097fe8f774838a40\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/35242c93d35f391afdc84cef6236b8ad57f1df24\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/39b60d615dfa1725c235351fb12bc72e5f8a8d32\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/4ca2a4678202f15eb790eb7f1d562061709caea7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/609af0ceeaefdfa42cd01dd060b20f2e41f9a232\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/a9a7bb801c443a4d9fc623c4a47deb53accb70bb\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-09-15T05:35:47+00:00",
      "cve": "CVE-2026-89463",
      "id": "CVE-2026-89463",
      "initial_release_date": "2026-09-11T19:43:24.629000+00:00",
      "product_status:known_affected": "2",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: Linux kernel ucs1002 driver: Use-after-free vulnerability on device removal",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-89463.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-16T00:03:29Z",
      "cve": "CVE-2026-89463",
      "id": "CVE-2026-89463",
      "initial_release_date": "2026-09-12T16:28:05Z",
      "product_status:known_affected": "96",
      "product_status:known_not_affected": "257",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-89463",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-89463.json",
      "version": "4"
    }
  }
}



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…