CVE-2025-21960
📋 TL;DR
This is a Linux kernel vulnerability in the Broadcom NetXtreme Ethernet driver (bnxt) where duplicate checksum updates cause a kernel warning when XDP-MB programs return XDP_PASS. The issue can cause system instability through kernel warnings and potential crashes. It affects systems using Broadcom NetXtreme Ethernet adapters with XDP-MB enabled.
💻 Affected Systems
- Linux kernel with bnxt_en driver
📦 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 →⚠️ Risk & Real-World Impact
Worst Case
Kernel panic or system crash due to repeated warnings under heavy network traffic, leading to denial of service.
Likely Case
Kernel warning messages in system logs and potential performance degradation, but no direct remote code execution.
If Mitigated
Minor performance impact with warning messages in logs, but system remains operational.
🎯 Exploit Status
Exploitation requires ability to load XDP-MB programs and generate specific network traffic patterns. No known weaponized exploits.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Linux kernel with commits 44578bc6460b8fca530fc7bd5897c115d9bd27e2 and related fixes
Vendor Advisory: https://git.kernel.org/stable/c/44578bc6460b8fca530fc7bd5897c115d9bd27e2
Restart Required: Yes
Instructions:
1. Update Linux kernel to version containing the fix commits. 2. For distributions: Use package manager (apt/yum/dnf) to update kernel. 3. Reboot system to load new kernel.
🔧 Temporary Workarounds
Disable XDP-MB on bnxt interfaces
linuxRemove XDP-MB programs from Broadcom NetXtreme Ethernet interfaces to prevent triggering the duplicate checksum update.
ip link set dev <interface> xdpmode off
🧯 If You Can't Patch
- Disable XDP-MB functionality on all Broadcom NetXtreme Ethernet interfaces
- Monitor system logs for kernel warnings and restart affected systems if warnings appear
🔍 How to Verify
Check if Vulnerable:
Check kernel version and if bnxt driver is loaded with XDP-MB: 'uname -r' and 'lsmod | grep bnxt'
Check Version:
uname -r
Verify Fix Applied:
Check kernel version includes fix commits: 'uname -r' and verify with distribution's changelog
📡 Detection & Monitoring
Log Indicators:
- Kernel warning messages containing 'bnxt_rx_pkt' and 'WARNING' in /var/log/kern.log or dmesg
Network Indicators:
- Unusual network performance degradation on systems with Broadcom adapters
SIEM Query:
source="kern.log" AND "WARNING" AND "bnxt_rx_pkt"
🔗 References
- https://git.kernel.org/stable/c/44578bc6460b8fca530fc7bd5897c115d9bd27e2
- https://git.kernel.org/stable/c/5b57ed14a1b85e7ab0074d9668a0baa6c94826c7
- https://git.kernel.org/stable/c/c03e7d05aa0e2f7e9a9ce5ad8a12471a53f941dc
- https://git.kernel.org/stable/c/e8e3e03d69f2420eaa578199a65d281c58867105
- https://git.kernel.org/stable/c/ee086c8e775f9690282e3d26471dbcfd5dad5a6a
- https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html