CVE-2026-90026: usb: typec: qcom-pmic: cancel reset_work on stop

Published Sep 16, 2026
·
Updated

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

usb: typec: qcom-pmic: cancel resetwork on stop

pdphystop() disables IRQs but leaves resetwork pending. If the IRQ handler schedules it just before disableirq(), the work runs after remove() frees the struct via devm.

Call cancelworksync() after disabling IRQs to close the window.

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

Event History

Sep 16, 2026
CVE Published
via MITRE·10:33 AM
Data Sourced
via MITRE·10:33 AM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the Linux kernel Qualcomm PMIC USB Type-C driver are relevant. The race occurs during driver stop and device removal, when pending reset_work can run after the driver structure has been freed.

2

What condition is required for the race to occur?

An IRQ handler must schedule reset_work immediately before pdphy_stop() disables IRQs. Because the pending work was not canceled, it can execute after remove() frees the devm-managed structure.

3

What should be checked if an immediate update is not possible?

Check whether the deployed driver cancels reset_work synchronously after disabling IRQs in pdphy_stop(). The provided fix closes the race by calling cancel_work_sync() after IRQs are disabled.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203