CVE-2025-71193
Last modified
CVE-2025-71193 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qusb2: Fix NULL pointer dereference on early suspend Enabling runtime PM before attaching the QPHY instance as driver data can lead to a NULL pointer dereference in runtime PM callbacks that expect valid driver data. There is a small window where the suspend callback may run after PM runtime enabling and before runtime forbid. This causes a sporadic crash during boot: ``` Unable to handle kernel NULL pointer dereference at virtual address 00000000000000a1 [...] CPU: 0 UID: 0 PID: 11 Comm: kworker/0:1 Not tainted 6.16.7+ #116 PREEMPT Workqueue: pm pm_runtime_work pstate: 20000005 (nzCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--) pc : qusb2_phy_runtime_suspend+0x14/0x1e0 [phy_qcom_qusb2] lr : pm_generic_runtime_suspend+0x2c/0x44 [...] ``` Attach the QPHY instance as driver data before enabling runtime PM to prevent NULL pointer dereference in runtime PM callbacks. Reorder pm_runtime_enable() and pm_runtime_forbid() to prevent a short window where an unnecessary runtime suspend can occur. Use the devres-managed version to ensure PM runtime is symmetrically disabled during driver removal for proper cleanup.. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qusb2: Fix NULL pointer dereference on early suspend Enabling runtime PM before attaching the QPHY instance as driver data can lead to a NULL pointer dereference in runtime PM callbacks that expect valid driver data. There is a small window where the suspend callback may run after PM runtime enabling and before runtime forbid. This causes a sporadic crash during boot: ``` Unable to handle kernel NULL pointer dereference at virtual address 00000000000000a1 [...] CPU: 0 UID: 0 PID: 11 Comm: kworker/0:1 Not tainted 6.16.7+ #116 PREEMPT Workqueue: pm pm_runtime_work pstate: 20000005 (nzCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--) pc : qusb2_phy_runtime_suspend+0x14/0x1e0 [phy_qcom_qusb2] lr : pm_generic_runtime_suspend+0x2c/0x44 [...] ``` Attach the QPHY instance as driver data before enabling runtime PM to prevent NULL pointer dereference in runtime PM callbacks. Reorder pm_runtime_enable() and pm_runtime_forbid() to prevent a short window where an unnecessary runtime suspend can occur. Use the devres-managed version to ensure PM runtime is symmetrically disabled during driver removal for proper cleanup.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 891a96f65ac3b12883ddbc6d1a9adf6e54dc903c, < beba460a299150b5d8dcbe3474a8f4bdf0205180; >= 891a96f65ac3b12883ddbc6d1a9adf6e54dc903c, < d50a9b7fd07296a1ab81c49ceba14cae3d31df86; >= 891a96f65ac3b12883ddbc6d1a9adf6e54dc903c, < 4ac15caa27ff842b068a54f1c6a8ff8b31f658e7; >= 891a96f65ac3b12883ddbc6d1a9adf6e54dc903c, < 1ca52c0983c34fca506921791202ed5bdafd5306 |
| Linux | Linux | 4.17 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-71193?
How severe is CVE-2025-71193?
How do I fix CVE-2025-71193?
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 2025
- CVE-2025-71188In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71189In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-7119A vulnerability has been found in Campcodes Complaint Manage…9.8
- CVE-2025-71190In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71191In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-71192In the Linux kernel, the following vulnerability has been re…7
- CVE-2025-71194In the Linux kernel, the following vulnerability has been re…
- CVE-2025-71195In the Linux kernel, the following vulnerability has been re…
- CVE-2025-71196In the Linux kernel, the following vulnerability has been re…
- CVE-2025-71197In the Linux kernel, the following vulnerability has been re…
- CVE-2025-71198In the Linux kernel, the following vulnerability has been re…
- CVE-2025-71199In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2025-71193?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
