CVE-2025-37773
📋 TL;DR
A NULL pointer dereference vulnerability in the Linux kernel's virtiofs filesystem driver could cause kernel panics when source name is NULL during fuzz testing or other edge cases. This affects systems using virtiofs for filesystem sharing between host and guest VMs. The vulnerability requires local access to trigger.
💻 Affected Systems
- Linux kernel with virtiofs support
📦 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 →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
System crash or instability when virtiofs encounters malformed requests, requiring system reboot to recover.
If Mitigated
Minor service interruption with automatic recovery if systems are configured for high availability.
🎯 Exploit Status
Requires local access to trigger via virtiofs interface. Likely discovered through fuzz testing as mentioned in description.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Kernel versions containing commits: 599d1e2a6aecc44acf22fe7ea6f5e84a7e526abe, 5ee09cdaf3414f6c92960714af46d3d90eede2f3, 9d6dcf18a1b49990295ac8a05fd9bdfd27ccbf88, a648d80f8d9b208beee03a2d9aa690cfacf1d41e, a94fd938df2b1628da66b498aa0eeb89593bc7a2
Vendor Advisory: https://git.kernel.org/stable/c/599d1e2a6aecc44acf22fe7ea6f5e84a7e526abe
Restart Required: Yes
Instructions:
1. Update Linux kernel to patched version from your distribution's repositories. 2. Reboot system to load new kernel. 3. Verify kernel version after reboot.
🔧 Temporary Workarounds
Disable virtiofs
linuxDisable virtiofs feature if not required, preventing exploitation vector.
Check if virtiofs is in use: lsmod | grep virtiofs
Remove module: sudo rmmod virtiofs
Blacklist module: echo 'blacklist virtiofs' | sudo tee /etc/modprobe.d/blacklist-virtiofs.conf
🧯 If You Can't Patch
- Restrict local user access to systems using virtiofs
- Implement strict container/VM isolation to limit potential attack surface
🔍 How to Verify
Check if Vulnerable:
Check kernel version and verify if virtiofs module is loaded: uname -r && lsmod | grep virtiofs
Check Version:
uname -r
Verify Fix Applied:
Verify kernel version is updated to patched version and check git commit history includes the fix commits.
📡 Detection & Monitoring
Log Indicators:
- Kernel panic messages in /var/log/kern.log or dmesg
- System crash/reboot events
- virtiofs-related error messages
Network Indicators:
- None - local vulnerability only
SIEM Query:
source="kern.log" AND "kernel panic" AND "virtiofs" OR source="dmesg" AND "Oops" AND "virtiofs"
🔗 References
- https://git.kernel.org/stable/c/599d1e2a6aecc44acf22fe7ea6f5e84a7e526abe
- https://git.kernel.org/stable/c/5ee09cdaf3414f6c92960714af46d3d90eede2f3
- https://git.kernel.org/stable/c/9d6dcf18a1b49990295ac8a05fd9bdfd27ccbf88
- https://git.kernel.org/stable/c/a648d80f8d9b208beee03a2d9aa690cfacf1d41e
- https://git.kernel.org/stable/c/a94fd938df2b1628da66b498aa0eeb89593bc7a2
- https://git.kernel.org/stable/c/b84f13fdad10a543e2e65bab7e81b3f0bceabd67
- https://git.kernel.org/stable/c/c3e31d613951c299487844c4d1686a933e8ee291
- https://git.kernel.org/stable/c/f6ec52710dc5e156b774cbef5d0f5c99b1c53a80
- https://lists.debian.org/debian-lts-announce/2025/05/msg00030.html
- https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html