CVE-2026-90280: phy: qcom: qmp-usb: 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: 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.

Affected Software

1 affected component
Linux Linux kernel

Event History

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

Frequently Asked Questions

1

Which systems are exposed to this issue?

The issue applies to Linux systems using the Qualcomm QMP USB PHY driver. The affected condition is during PHY initialization when runtime power-management callbacks can run before the PHY pointer is initialized.

2

What conditions trigger the crash?

A crash can occur if runtime suspend runs after pm_runtime_enable() but before pm_runtime_forbid(). It can also occur if runtime PM is re-enabled through its sysfs attribute before QMP PHY initialization completes.

3

Does the report identify an attacker-controlled exploitation path?

No. The available information describes a NULL-pointer dereference and crash caused by runtime power-management timing or premature runtime-PM re-enablement, but does not identify a remote or local attacker-controlled vector.

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