CVE-2026-89474

Source
https://cve.org/CVERecord?id=CVE-2026-89474
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89474.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89474
Downstream
Published
2026-09-11T19:43:31Z
Modified
2026-09-13T03:47:18Z
Summary
power: supply: bq256xx: drain usb_work before freeing the charger
Details

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

power: supply: bq256xx: drain usb_work before freeing the charger

The USB-PHY notifier queues usb_work, whose handler calls power_supply_changed(bq->charger). The reset devm action only unregisters the notifier and was registered before the power supplies, so devm frees bq->charger on unwind before the action runs; a usb_work still queued can then dereference it.

Register the reset action after the power supplies, so it unregisters the notifiers and drains usb_work before the supplies are released. Initialize usb_work and obtain the PHY references before registering the notifiers, so the worker cannot run before the supplies exist.

Found by static analysis.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89474.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
32e4978bb920d047fe5de3ea42d176f267c01f63
Fixed
9a467bd1e6811011026ad4c8de701b940d88a00c
Fixed
9e1aba34df9a87d53460888e05718717c0f69343
Fixed
c8addb842ae8dcf69c15fc976e33e3bd538a41d7
Fixed
2dd6cd823777bea6d9a880a12a92a73ec76aee0b

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89474.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.12.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89474.json"