CVE-2026-90282
Last modified
CVE-2026-90282 is a vulnerability of currently unknown severity. 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 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-legacy: 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.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e464a3180a43b6596bd267f9f274e1793bfb8150, < 602059c5128a78857ca92bd22791ab640185e381; >= e464a3180a43b6596bd267f9f274e1793bfb8150, < 29449ce1f5958e36df80318878016e3ecac26b40; >= e464a3180a43b6596bd267f9f274e1793bfb8150, < 52ad86ea5f98d29a7a29d9ba12e24276c6e30acd; >= e464a3180a43b6596bd267f9f274e1793bfb8150, < 0f9789d1b63e7d9f868ac9c29564339a4c03ceb5; >= e464a3180a43b6596bd267f9f274e1793bfb8150, < 8e3687f7e18fe84372e86875709d56c37e7525a8 |
| Linux | Linux | 6.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90282?
How severe is CVE-2026-90282?
How do I fix CVE-2026-90282?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-90277In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90278In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90279In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9028The CorvusPay WooCommerce Payment Gateway plugin for WordPre…5.3
- CVE-2026-90280In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90281In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90283In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90284In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90285In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90286In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90287In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90288In the Linux kernel, the following vulnerability has been re…7.4
Are you affected by CVE-2026-90282?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
