CVE-2026-90280

Unknown

Last modified

CVE-2026-90280 is a vulnerability of currently unknown severity. 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 pm_runtime_enable() and before pm_runtime_forbid(). In this case, a crash occurs because runtime suspend/resume dereferences qmp->phy pointer, which is not yet initialized: `if (!qmp->phy->init_count) {` 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->phy_initialized variable that can be used to avoid relying on the possibly uninitialized phy pointer..

Description

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 pm_runtime_enable() and before pm_runtime_forbid(). In this case, a crash occurs because runtime suspend/resume dereferences qmp->phy pointer, which is not yet initialized: `if (!qmp->phy->init_count) {` 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->phy_initialized variable that can be used to avoid relying on the possibly uninitialized phy pointer.

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= e464a3180a43b6596bd267f9f274e1793bfb8150, < 9b28287c5dea7650e6dd317591b9e82b6e145365; >= e464a3180a43b6596bd267f9f274e1793bfb8150, < f4e39ab1b2009a89c60e4cb9dbefb8140d405eff; >= e464a3180a43b6596bd267f9f274e1793bfb8150, < 5547fd950d6bf72de861b6934341e7bb0888640c; >= e464a3180a43b6596bd267f9f274e1793bfb8150, < 03455404fb6cbfd65842695df26739853fc1516b; >= e464a3180a43b6596bd267f9f274e1793bfb8150, < 142c5593379273264474f31d5956b1a0065cd576
LinuxLinux6.6

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-90280?
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 pm_runtime_enable() and before pm_runtime_forbid(). In this case, a crash occurs because runtime suspend/resume dereferences qmp->phy pointer, which is not yet initialized: `if (!qmp->phy->init_count) {` 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->phy_initialized variable that can be used to avoid relying on the possibly uninitialized phy pointer.
How severe is CVE-2026-90280?
Severity scoring for CVE-2026-90280 is pending analysis.
How do I fix CVE-2026-90280?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-90280?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST