CVE-2026-90027

Source
https://cve.org/CVERecord?id=CVE-2026-90027
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90027.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90027
Downstream
Published
2026-09-16T10:33:29Z
Modified
2026-09-18T03:48:35Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
usb: typec: qcom-pmic-typec: disable cc_debounce_dwork on stop
Details

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

usb: typec: qcom-pmic-typec: disable cc_debounce_dwork on stop

cc_debounce_dwork is queued from the set_cc() and start_toggling() callbacks, which run from TCPM's kthread worker. port_stop() returns before tcpm_unregister_port() destroys that worker. Flushing the worker during unregister may therefore run a callback which queues the delayed work after port_stop() has returned.

The delayed work can then run after devres has freed pmic_typec_port.

Use disable_delayed_work_sync() in port_stop() to cancel a pending instance and prevent the TCPM callbacks from queueing another one.

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

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90027.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
a4422ff221429c600c3dc5d0394fb3738b89d040
Fixed
4359b5f95c93a4658e08368fa6fab9d89eb98447
Fixed
c614d7c44ca7fb78867ba46b233acdb59287e8c8
Fixed
1ab669c2b44e1040ddfab7cd7f717aad580d17aa
Fixed
263f7d61a4201cde16849b2d016251806e7418be

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.5.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.51
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.5

Database specific

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