CVE-2025-37769
📋 TL;DR
A division by zero vulnerability in the AMD GPU power management driver (drm/amd/pm/smu11) in the Linux kernel allows local attackers to cause a kernel panic or system crash. This affects Linux systems with AMD GPUs where users can set custom speed values. The vulnerability requires local access to the system.
💻 Affected Systems
- Linux kernel with AMD GPU drivers
📦 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 →⚠️ Risk & Real-World Impact
Worst Case
Kernel panic leading to system crash and denial of service, potentially causing data loss or service disruption.
Likely Case
Local denial of service through system crash when malicious speed values are set.
If Mitigated
No impact if proper access controls prevent unprivileged users from modifying GPU settings.
🎯 Exploit Status
Exploitation requires local access and ability to set GPU speed values. No authentication bypass needed if user already has required permissions.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Kernel versions containing commit da7dc714a8f8e1c9fc33c57cd63583779a3bef71
Vendor Advisory: https://git.kernel.org/stable/c/63a150400194592206817124268ff6f43947e8c9
Restart Required: Yes
Instructions:
1. Update Linux kernel to version containing the fix commit. 2. Reboot system to load new kernel. 3. Verify kernel version after reboot.
🔧 Temporary Workarounds
Restrict GPU speed modification
linuxLimit access to GPU speed control interfaces to prevent unprivileged users from triggering the vulnerability
chmod 600 /sys/class/drm/card*/device/pp_dpm_sclk
chmod 600 /sys/class/drm/card*/device/pp_dpm_mclk
🧯 If You Can't Patch
- Restrict access to GPU control interfaces to privileged users only
- Monitor system logs for kernel panic events related to AMD GPU drivers
🔍 How to Verify
Check if Vulnerable:
Check if kernel version is before the fix commit: uname -r and compare with patched versions
Check Version:
uname -r
Verify Fix Applied:
Verify kernel version contains commit da7dc714a8f8e1c9fc33c57cd63583779a3bef71: git log --oneline | grep da7dc714a8f8e1c9fc33c57cd63583779a3bef71
📡 Detection & Monitoring
Log Indicators:
- Kernel panic messages
- AMDGPU driver crash logs
- System crash/reboot events
Network Indicators:
- None - local vulnerability only
SIEM Query:
source="kernel" AND ("panic" OR "Oops" OR "BUG") AND "amd"
🔗 References
- https://git.kernel.org/stable/c/63a150400194592206817124268ff6f43947e8c9
- https://git.kernel.org/stable/c/7ba88b5cccc1a99c1afb96e31e7eedac9907704c
- https://git.kernel.org/stable/c/de2cba068c9c648503973b57696d035cfe58a9f6
- https://git.kernel.org/stable/c/de6f8e0534cfabc528c969d453150ca90b24fb01
- https://git.kernel.org/stable/c/fc9d55377353321e78f9e108d15f72a17e8c6ee2
- https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html