CVE-2025-37992
📋 TL;DR
A NULL pointer dereference vulnerability in the Linux kernel's network scheduler (net_sched) occurs when reducing a qdisc's limit via the ->change() operation. This happens because only the main skb queue is trimmed, leaving packets in the gso_skb list, which can cause kernel crashes or denial of service. Systems running affected Linux kernel versions with specific qdisc configurations are vulnerable.
💻 Affected Systems
- Linux kernel
📦 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 →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 requiring physical or remote reboot.
Likely Case
Local denial of service through kernel crash when qdisc limits are modified, disrupting network functionality.
If Mitigated
Minimal impact with proper kernel patches applied; unprivileged users cannot trigger without specific qdisc configuration access.
🎯 Exploit Status
Exploitation involves triggering the ->change() operation on vulnerable qdiscs; no known public exploits as of this analysis.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Kernel versions including commits: 2d3cbfd6d54a2c39ce3244f33f85c595844bd7b8, a7d6e0ac0a8861f6b1027488062251a8e28150fd, d1365ca80b012d8a7863e45949e413fb61fa4861, d3336f746f196c6a53e0480923ae93939f047b6c, d38939ebe0d992d581acb6885c1723fa83c1fb2c
Vendor Advisory: https://git.kernel.org/stable/c/2d3cbfd6d54a2c39ce3244f33f85c595844bd7b8
Restart Required: Yes
Instructions:
1. Identify current kernel version. 2. Update to a patched kernel version from your Linux distribution's repository. 3. Reboot the system to load the new kernel. 4. Verify the patch is applied by checking kernel version or commit hashes.
🔧 Temporary Workarounds
Avoid qdisc limit modifications
linuxPrevent changes to qdisc limits for vulnerable qdiscs (codel, fq, fq_codel, fq_pie, hhf, pie) to avoid triggering the vulnerability.
# Use tools like 'tc' to monitor and avoid modifying qdisc limits
# Example: Check current qdisc settings: tc qdisc show
🧯 If You Can't Patch
- Restrict access to network configuration tools (e.g., 'tc') to trusted users only, limiting CAP_NET_ADMIN capabilities.
- Monitor system logs for kernel panic or NULL pointer dereference events related to net_sched operations.
🔍 How to Verify
Check if Vulnerable:
Check kernel version and compare with patched commits; if using an affected version and vulnerable qdiscs, assume vulnerability.
Check Version:
uname -r
Verify Fix Applied:
Verify kernel version includes the patch commits or is from a distribution that has backported the fixes.
📡 Detection & Monitoring
Log Indicators:
- Kernel panic messages in /var/log/kern.log or dmesg output
- NULL pointer dereference errors related to net_sched or qdisc operations
Network Indicators:
- Unusual network disruption or qdisc configuration changes
SIEM Query:
Example: 'kernel: NULL pointer dereference' AND 'net_sched' OR 'qdisc' in system logs
🔗 References
- https://git.kernel.org/stable/c/2d3cbfd6d54a2c39ce3244f33f85c595844bd7b8
- https://git.kernel.org/stable/c/a7d6e0ac0a8861f6b1027488062251a8e28150fd
- https://git.kernel.org/stable/c/d1365ca80b012d8a7863e45949e413fb61fa4861
- https://git.kernel.org/stable/c/d3336f746f196c6a53e0480923ae93939f047b6c
- https://git.kernel.org/stable/c/d38939ebe0d992d581acb6885c1723fa83c1fb2c
- https://git.kernel.org/stable/c/ea1132ccb112f51ba749c56a912f67970c2cd542
- https://git.kernel.org/stable/c/fe88c7e4fc2c1cd75a278a15ffbf1689efad4e76
- https://lists.debian.org/debian-lts-announce/2025/08/msg00010.html
- https://lists.debian.org/debian-lts-announce/2025/10/msg00007.html