CVE-2023-54090
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2023-54090 is a kernel panic vulnerability in the Linux kernel's ixgbe (Intel 10 Gigabit Ethernet) driver that causes a system crash when XDP_TX is used on systems with more than 64 CPUs. The flaw was introduced by commit 4fe815850bdc ("ixgbe: let the xdpdrv work with more than 64 cpus"), which added support for XDP programs on systems with more than 64 CPUs but contained a bug in the ixgbe_determine_xdp_q_idx function that returned the raw CPU index instead of cpu % IXGBE_MAX_XDP_QS. The vulnerability was published on December 24, 2025, and affects the Linux kernel's ixgbe driver on multi-CPU systems. It carries an EPSS score of 0.018% and no CVSS score has been publicly assigned (Feedly).

Technical details

The root cause is an array-index-out-of-bounds condition (CWE-129) in the ixgbe network driver. When ixgbe_determine_xdp_q_idx is called on a system with more than 64 CPUs, it incorrectly returns the raw CPU number (e.g., 65) instead of applying the modulo operation (cpu % IXGBE_MAX_XDP_QS), causing ixgbe_determine_xdp_ring in ixgbe.h to access an out-of-bounds index in the ixgbe_ring *[64] array. This triggers a UBSAN array-index-out-of-bounds error followed by a kernel NULL pointer dereference, resulting in a kernel panic. The bug manifests specifically during XDP TX operations on systems with CPU IDs ≥ 64 (i.e., CPU 65 and above) (Feedly).

Impact

Successful triggering of this vulnerability causes a kernel panic (system crash), resulting in a complete loss of availability for the affected host. The crash occurs in kernel mode during network packet processing via XDP TX, meaning any workload running on the system is abruptly terminated. There is no evidence of confidentiality or integrity impact; the vulnerability is purely a denial-of-service condition affecting systems running the ixgbe driver with more than 64 CPU cores (Feedly).

Mitigation and workarounds

The Linux kernel maintainers have issued patches addressing this bug across multiple stable branches, with fixes available at the following kernel.org stable commits: 4cd43a19900d, 785b2b5b47b1, 1924450175349, and c23ae5091a8b. Users should update to a patched kernel version that includes the fix for ixgbe_determine_xdp_q_idx to correctly apply cpu % IXGBE_MAX_XDP_QS. As a temporary workaround, disabling XDP TX on ixgbe interfaces or limiting CPU affinity to fewer than 64 cores for XDP workloads can prevent the panic (Feedly).

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