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

GHSA-V57R-WHWP-C5PF

Vulnerability from github – Published: 2026-09-11 21:31 – Updated: 2026-09-11 21:31
VLAI
Details

In the Linux kernel, the following vulnerability has been resolved:

power: supply: lp8788-charger: fix use-after-free on remove

lp8788_charger_remove() flushes charger_work before unregistering the IRQs. An IRQ thread can queue charger_work after flush_work() has returned. The work can then run after devres frees pchg and dereference it in lp8788_charger_event().

Unregister the IRQs first. free_irq() waits for any running threaded handler, so no handler can queue more work afterwards. Then use cancel_work_sync() to cancel pending work or wait for running work to finish.

This issue was found by an in-house static analysis tool.

Show details on source website

{
  "affected": [],
  "aliases": [
    "CVE-2026-89468"
  ],
  "database_specific": {
    "cwe_ids": [],
    "github_reviewed": false,
    "github_reviewed_at": null,
    "nvd_published_at": "2026-09-11T20:19:27Z",
    "severity": null
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\npower: supply: lp8788-charger: fix use-after-free on remove\n\nlp8788_charger_remove() flushes charger_work before unregistering the\nIRQs. An IRQ thread can queue charger_work after flush_work() has\nreturned. The work can then run after devres frees pchg and dereference\nit in lp8788_charger_event().\n\nUnregister the IRQs first. free_irq() waits for any running threaded\nhandler, so no handler can queue more work afterwards. Then use\ncancel_work_sync() to cancel pending work or wait for running work to\nfinish.\n\nThis issue was found by an in-house static analysis tool.",
  "id": "GHSA-v57r-whwp-c5pf",
  "modified": "2026-09-11T21:31:27Z",
  "published": "2026-09-11T21:31:27Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-89468"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/831c29a12d560f8a3225f43050b3fbb5dfd79c66"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/88d8eadfad5d9ff967e74090152940bcfa27df69"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/b3aa1e9509e1b0a863353356d617fb45d1b6250a"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/b4eb6a056b441ba0caedfbfc42cec501acf12f67"
    }
  ],
  "schema_version": "1.4.0",
  "severity": []
}



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…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…