CVE-2026-90027
Last modified
CVE-2026-90027 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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.
Description
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a4422ff221429c600c3dc5d0394fb3738b89d040, < 4359b5f95c93a4658e08368fa6fab9d89eb98447; >= a4422ff221429c600c3dc5d0394fb3738b89d040, < c614d7c44ca7fb78867ba46b233acdb59287e8c8; >= a4422ff221429c600c3dc5d0394fb3738b89d040, < 1ab669c2b44e1040ddfab7cd7f717aad580d17aa; >= a4422ff221429c600c3dc5d0394fb3738b89d040, < 263f7d61a4201cde16849b2d016251806e7418be |
| Linux | Linux | 6.5 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90027?
How severe is CVE-2026-90027?
How do I fix CVE-2026-90027?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-90021In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90022In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90023In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90024In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90025In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-90026In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90028In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90029In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9003E-LAN Hybrid Recording System developed by TONNET has a SQL …8.7
- CVE-2026-90030In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90031In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90032In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-90027?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
