CVE-2026-90282: phy: qcom: qmp-usb-legacy: Fix possible NULL-deref on early runtime suspend

Published Sep 17, 2026
·
Updated

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

phy: qcom: qmp-usb-legacy: Fix possible NULL-deref on early runtime suspend

There is a small window where the runtime suspend callback may run after pmruntimeenable() and before pmruntimeforbid(). In this case, a crash occurs because runtime suspend/resume dereferences qmp->phy pointer, which is not yet initialized: if (!qmp->phy->initcount) {

This can also happen if user re-enables runtime-pm via the sysfs attribute before qmp phy is initialized.

Similarly to other qcom phy drivers, introduce a qmp->phyinitialized variable that can be used to avoid relying on the possibly uninitialized phy pointer.

Event History

Sep 17, 2026
CVE Published
via MITRE·04:08 PM
Data Sourced
via MITRE·04:08 PM
Description

Frequently Asked Questions

1

Under what conditions can the crash occur?

The runtime suspend callback must run after pm_runtime_enable() but before pm_runtime_forbid(), while the qmp->phy pointer has not yet been initialized. It can also occur if runtime PM is re-enabled through the sysfs attribute before QMP PHY initialization completes.

2

What systems are realistically exposed to this issue?

Systems using the Linux kernel QCOM QMP USB legacy PHY driver are exposed when runtime PM can be invoked during the early initialization window. The described outcome is a kernel crash caused by a NULL pointer dereference in runtime suspend or resume handling.

3

Is this limited to an attacker-triggered condition?

The supplied information does not describe a remote or local attacker requirement. The condition can arise from runtime PM timing during driver initialization, and it may also be triggered by re-enabling runtime PM through sysfs before PHY initialization.

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