CVE-2025-37748

5.5 MEDIUM

📋 TL;DR

This vulnerability is a NULL pointer dereference in the MediaTek IOMMU driver of the Linux kernel, occurring during device initialization. It allows local attackers to cause a kernel panic (system crash) or potentially execute arbitrary code with kernel privileges. Systems using Linux kernels with the affected MediaTek IOMMU driver are vulnerable.

💻 Affected Systems

Products:
  • Linux kernel with MediaTek IOMMU driver
Versions: Specific kernel versions containing the vulnerable commit; check the stable kernel links for exact ranges.
Operating Systems: Linux distributions using affected kernel versions
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects systems with MediaTek hardware using the IOMMU driver; vulnerability triggers during device probe.

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

⚠️ Risk & Real-World Impact

🔴

Worst Case

Kernel panic leading to denial of service, or potential privilege escalation to kernel-level code execution if combined with other vulnerabilities.

🟠

Likely Case

System crash or kernel panic when the vulnerable driver code path is triggered during device initialization.

🟢

If Mitigated

No impact if the vulnerable driver is not loaded or the system is patched.

🌐 Internet-Facing: LOW - Requires local access to trigger; not remotely exploitable.
🏢 Internal Only: MEDIUM - Local attackers or malicious processes could crash the system or potentially escalate privileges.

🎯 Exploit Status

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

Exploitation requires local access and triggering the vulnerable code path during driver initialization; no public exploits known.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Kernel versions with fixes from the provided git commits (e.g., stable kernel patches).

Vendor Advisory: https://git.kernel.org/stable/c/2f75cb27bef43c8692b0f5e471e5632f6a9beb99

Restart Required: Yes

Instructions:

1. Update the Linux kernel to a version that includes the fix. 2. Reboot the system to load the new kernel. 3. Verify the patch is applied by checking kernel version or driver logs.

🔧 Temporary Workarounds

Disable MediaTek IOMMU driver

linux

Prevent loading of the vulnerable driver module to avoid exploitation.

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

🧯 If You Can't Patch

  • Restrict local access to prevent untrusted users from triggering the vulnerability.
  • Monitor system logs for kernel panics or crashes related to the mtk_iommu driver.

🔍 How to Verify

Check if Vulnerable:

Check if the mtk_iommu driver is loaded: 'lsmod | grep mtk_iommu'. If loaded and kernel version is unpatched, system is vulnerable.

Check Version:

uname -r

Verify Fix Applied:

After patching, verify the kernel version includes the fix commit: 'uname -r' and cross-reference with patched versions.

📡 Detection & Monitoring

Log Indicators:

  • Kernel panic messages in /var/log/kern.log or dmesg
  • NULL pointer dereference errors related to mtk_iommu

Network Indicators:

  • None - this is a local vulnerability

SIEM Query:

Search for kernel logs containing 'mtk_iommu' and 'NULL pointer' or 'panic'.

🔗 References

📤 Share & Export