CVE-2025-71137
Linux Kernel vulnerability analysis and mitigation

Overview

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).

Technical details

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).

Impact

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).

Exploitation steps

  1. Identify target: Confirm the target system is running a vulnerable Linux kernel version (5.6.1–5.10.247, 5.11–5.15.197, 5.16–6.1.159, 6.2–6.6.119, 6.7–6.12.63, or 6.13–6.18.3) with the octeontx2-pf driver loaded and an OcteonTX2 NIC present.
  2. Gain local access: Obtain a low-privileged shell on the target system (e.g., via SSH, a web shell, or another initial access vector).
  3. Identify the network interface: Use ip link or ls /sys/bus/pci/drivers/octeontx2-pf/ to identify the network interface managed by the vulnerable driver.
  4. Trigger the vulnerability: Execute 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.
  5. Observe impact: The kernel may log a UBSAN error, crash, or exhibit undefined behavior that could be leveraged for further exploitation depending on kernel hardening configuration (Feedly).

Indicators of compromise

  • Logs: Kernel log entries (via dmesg or /var/log/kern.log) containing UBSAN: shift-out-of-bounds associated with the octeontx2-pf driver module.
  • Logs: Audit log entries showing ethtool invocations with -G flag and very small or zero ring size values by non-root users on OcteonTX2 interfaces.
  • Process: Unexpected execution of ethtool -G <interface> rx 0 or similar commands by low-privileged users.
  • System: Kernel panics or oops messages referencing the octeontx2-pf module in system crash logs.

Mitigation and workarounds

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).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management