CVE-2026-93225: phy: fsl-imx8mq-usb: fix typec switch leak on probe error path

Published Sep 24, 2026
·
Updated

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

phy: fsl-imx8mq-usb: fix typec switch leak on probe error path

If probe fails after imx95usbphygettca() succeeds, the typec switch leaks because the only cleanup path was in .remove(), which never runs on probe failure.

Use devmaddactionorreset() so the switch is cleaned up on both probe failure and driver removal. The imx95usbphyputtca() is no longer needed, it will be removed in .remove() too.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Use devm_add_action_or_reset() after imx95_usb_phy_get_tca() succeeds so the Type-C switch is cleaned up on both probe failure and driver removal; remove the separate imx95_usb_phy_put_tca() cleanup from .remove().

Event History

Sep 24, 2026
CVE Published
via MITRE·03:21 PM
Data Sourced
via MITRE·03:21 PM
Description
Data Sourced
via NVD·04:17 PM
Description

Frequently Asked Questions

1

When can this leak occur?

The leak occurs only when the fsl-imx8mq-usb PHY driver's probe operation fails after imx95_usb_phy_get_tca() has successfully obtained the Type-C switch. Normal driver removal was previously the only cleanup path, and it does not run after a failed probe.

2

What is the impact of the fix?

The driver now registers managed cleanup with devm_add_action_or_reset(), so the Type-C switch is released both if probing fails and when the driver is removed. The explicit imx95_usb_phy_put_tca() cleanup is no longer needed in the remove path.

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