NONE · 0

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 ma...

Vulnerability 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.

References

FAQ

What is CVE-2026-90280?

CVE-2026-90280 is a documented vulnerability. 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 ma...

How severe is CVE-2026-90280?

CVSS scoring is not yet available for CVE-2026-90280. Check NVD for updates.

Is there a patch for CVE-2026-90280?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.