CVE-2022-49965

5.5 MEDIUM

📋 TL;DR

A memory leak vulnerability exists in the AMD GPU driver for Linux kernel systems with SMU13-based graphics cards. This vulnerability allows attackers to cause gradual memory exhaustion by repeatedly triggering specific driver operations. Systems using affected AMD GPUs with unpatched Linux kernels are vulnerable.

💻 Affected Systems

Products:
  • AMD Radeon graphics cards with SMU13 architecture
  • Linux kernel with AMDGPU driver
Versions: Linux kernel versions before the fix commits (stable kernels before 22a75c616f1971c23838506b14971a4ef4a66bd7 and 4bac1c846eff8042dd59ddecd0a43f3b9de5fd23)
Operating Systems: Linux distributions using affected kernel versions
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects systems with AMD GPUs using SMU13 architecture; requires AMDGPU driver to be loaded and in use.

📦 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 →

⚠️ Risk & Real-World Impact

🔴

Worst Case

Sustained exploitation could lead to kernel memory exhaustion, causing system instability, crashes, or denial of service through resource depletion.

🟠

Likely Case

Gradual memory consumption over time leading to performance degradation and potential system instability requiring reboots.

🟢

If Mitigated

Minimal impact with proper patching; memory leaks would be prevented and cleaned up properly.

🌐 Internet-Facing: LOW - Requires local access or existing system compromise to exploit; not directly reachable from network.
🏢 Internal Only: MEDIUM - Local attackers or malicious users could exploit this to degrade system performance or cause denial of service.

🎯 Exploit Status

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

Exploitation requires local access and ability to trigger specific driver operations; no public exploit code has been identified.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Linux kernel versions containing commits 22a75c616f1971c23838506b14971a4ef4a66bd7 and 4bac1c846eff8042dd59ddecd0a43f3b9de5fd23

Vendor Advisory: https://git.kernel.org/stable/c/22a75c616f1971c23838506b14971a4ef4a66bd7

Restart Required: Yes

Instructions:

1. Update Linux kernel to version containing the fix commits. 2. Reboot system to load new kernel. 3. Verify AMDGPU driver is properly loaded after reboot.

🔧 Temporary Workarounds

Disable AMDGPU driver

linux

Prevent loading of vulnerable AMDGPU driver module

echo 'blacklist amdgpu' >> /etc/modprobe.d/blacklist-amdgpu.conf
update-initramfs -u
reboot

🧯 If You Can't Patch

  • Monitor system memory usage for unusual consumption patterns
  • Restrict local user access to systems with vulnerable configurations

🔍 How to Verify

Check if Vulnerable:

Check kernel version and if AMDGPU driver is loaded: uname -r && lsmod | grep amdgpu

Check Version:

uname -r

Verify Fix Applied:

Verify kernel version includes fix commits and check dmesg for AMDGPU driver initialization without errors

📡 Detection & Monitoring

Log Indicators:

  • Kernel OOM (Out of Memory) messages
  • AMDGPU driver error messages in dmesg
  • Gradually increasing memory usage in system logs

Network Indicators:

  • None - local vulnerability only

SIEM Query:

source="kernel" AND ("out of memory" OR "OOM" OR "amdgpu")

🔗 References

📤 Share & Export