
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-71137 is a shift-out-of-bounds vulnerability in the Linux kernel's octeontx2-pf network driver that can be triggered when a low-privileged local user sets a small or zero RX ring size via ethtool -G. The flaw was published on January 14, 2026, and affects Linux kernel versions from 5.6 through multiple stable branches up to 6.18.3. It carries a CVSS v3.1 base score of 7.8 (High) with a local attack vector and low privilege requirement (Feedly, kernel.org patches).
The root cause is classified as CWE-787 (Out-of-bounds Write). The octeontx2-pf driver fails to enforce a minimum bound on the rx_pending RX ring size value supplied by the user via the ethtool -G command. When a value smaller than the permitted minimum (including zero) is passed, a subsequent bit-shift operation using that value produces undefined behavior — specifically a UBSAN shift-out-of-bounds error — which can corrupt kernel memory. Exploitation requires local access and low privileges (e.g., the ability to run ethtool on an affected network interface), with no user interaction needed (Feedly).
Successful exploitation can result in high impact to confidentiality, integrity, and availability of the affected system, as the out-of-bounds write condition can lead to unpredictable kernel behavior, memory corruption, kernel crashes (denial of service), or potentially privilege escalation. The vulnerability is scoped to the local system and affects systems using Marvell OcteonTX2 network hardware with the octeontx2-pf driver loaded (Feedly).
octeontx2-pf driver loaded and an OcteonTX2 NIC present.ip link or ls /sys/bus/pci/drivers/octeontx2-pf/ to identify the network interface managed by the vulnerable driver.ethtool -G <interface> rx 0 (or another value below the minimum permitted ring size) to set an invalid RX ring size, triggering the UBSAN shift-out-of-bounds condition in the kernel driver.dmesg or /var/log/kern.log) containing UBSAN: shift-out-of-bounds associated with the octeontx2-pf driver module.ethtool invocations with -G flag and very small or zero ring size values by non-root users on OcteonTX2 interfaces.ethtool -G <interface> rx 0 or similar commands by low-privileged users.octeontx2-pf module in system crash logs.Apply the patched kernel versions released across all affected stable branches: 5.10.248, 5.15.198, 6.1.160, 6.6.120, 6.12.64, or 6.18.4 (and later), depending on the branch in use. Seven patch commits are available from the kernel.org stable repositories. As a workaround prior to patching, restrict ethtool ring configuration (ethtool -G) to administrative users only via access controls and the principle of least privilege, and consider monitoring for suspicious ethtool usage patterns (Feedly, kernel.org patches).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."