CVE-2022-49396

5.5 MEDIUM

📋 TL;DR

This CVE describes a resource leak vulnerability in the Linux kernel's Qualcomm QMP PHY driver where reset controllers aren't properly released during probe errors. This can lead to kernel resource exhaustion over time, potentially causing system instability or denial of service. Systems using affected Qualcomm hardware with the vulnerable driver are affected.

💻 Affected Systems

Products:
  • Linux kernel with Qualcomm QMP PHY driver
Versions: Kernel versions before the fix commits (specific versions vary by distribution)
Operating Systems: Linux distributions using affected kernel versions
Default Config Vulnerable: ⚠️ Yes
Notes: Requires Qualcomm hardware using the QMP PHY driver. The vulnerability triggers during probe errors (like device initialization failures).

📦 What is this software?

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

⚠️ Risk & Real-World Impact

🔴

Worst Case

Repeated exploitation could exhaust kernel resources, leading to system crashes, denial of service, or unpredictable system behavior requiring physical intervention.

🟠

Likely Case

Gradual resource leakage during device initialization failures, potentially causing system instability or performance degradation over time.

🟢

If Mitigated

Minimal impact with proper monitoring and timely patching, though resource exhaustion could still occur under specific conditions.

🌐 Internet-Facing: LOW - This is a local kernel driver issue requiring physical or local access to trigger.
🏢 Internal Only: MEDIUM - Internal systems with Qualcomm hardware using the vulnerable driver could experience stability issues affecting operations.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: NO
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Exploitation requires triggering device probe errors repeatedly, which typically requires physical access or specific hardware conditions. No known active exploitation.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Fixed in kernel commits: 2156dc390402, 4d2900f20edf, 7ac21b24af85, 8c03eb0c8982, a39d9eccb333

Vendor Advisory: https://git.kernel.org/stable/c/2156dc390402043ba5982489c6625adcb0b0975c

Restart Required: Yes

Instructions:

1. Update Linux kernel to version containing the fix commits. 2. Check your distribution's security advisories for backported patches. 3. Reboot system after kernel update.

🔧 Temporary Workarounds

Avoid device initialization failures

linux

Ensure stable hardware connections and proper device initialization to minimize probe errors that trigger the vulnerability

🧯 If You Can't Patch

  • Monitor system logs for device initialization failures and kernel resource warnings
  • Implement system monitoring for memory/resource exhaustion and have reboot procedures ready

🔍 How to Verify

Check if Vulnerable:

Check kernel version and if Qualcomm QMP PHY driver is loaded: 'uname -r' and 'lsmod | grep qcom_qmp_phy'

Check Version:

uname -r

Verify Fix Applied:

Verify kernel version is updated beyond fix commits and check for absence of resource leak errors in dmesg

📡 Detection & Monitoring

Log Indicators:

  • Kernel messages about resource allocation failures
  • Device probe error messages for Qualcomm PHY devices
  • Increasing memory/resource usage without clear cause

SIEM Query:

source="kernel" AND ("qcom_qmp_phy" OR "resource allocation" OR "probe failed")

🔗 References

📤 Share & Export