CVE-2026-89623

Source
https://cve.org/CVERecord?id=CVE-2026-89623
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89623.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89623
Downstream
Published
2026-09-11T19:45:20Z
Modified
2026-09-13T03:47:19Z
Summary
HID: mcp2221: stop device IO before hid_hw_stop
Details

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

HID: mcp2221: stop device IO before hid_hw_stop

Quiesce device IO at the start of the devm cleanup callback mcp2221_hid_unregister() so that incoming HID reports cannot race with hardware teardown during probe failure or device removal, addressing a potential use-after-free.

Guard the call to hid_device_io_stop() with io_started. On normal removal hid_device_remove() has already cleared io_started before the devres group is released, so an unconditional call would otherwise hit the !io_started path and emit a spurious "io already stopped" warning on every removal. The guard preserves the probe-failure balancing, where io_started is still set after hid_device_io_start(), while staying silent on the normal removal path.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89623.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
d4b50ac06ea6e47bdd2b04e97d1090c673c80645
Fixed
0ae90a19e6b5a8557d25d95facb7e01c9c07af38
Fixed
c99ba6c234d4d537c317336376b78c088174034a
Fixed
2eda1513f573945c1e3a0090341f3d28740463b1
Fixed
dca151633c0fde90935311c60e7cfc064aa56134

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.6.8
Fixed
6.12.109
Fixed
6.18.50
Fixed
7.2.4
Fixed
7.3-rc1

Database specific

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