CVE-2023-54166
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2023-54166 is a kernel panic vulnerability in the Linux kernel's igc (Intel I225/I226 Ethernet) driver, triggered during the ndo_tx_timeout callback. The flaw arises from a race condition between the transmit queue timeout handler (igc_tx_timeout) and interface bring-down/bring-up operations (igc_reinit_locked), which can cause a kernel panic when igc_clean_tx_irq is called concurrently. The vulnerability was published on December 30, 2025, and affects the Linux kernel's igc network driver (Feedly). No CVSS score has been assigned at this time, and the CVE status is listed as Unknown.

Technical details

The root cause is a race condition (CWE-362) in the igc driver's TX timeout handling path. When igc_tx_timeout() is invoked due to a transmit queue stall, it triggers igc_down() to reset the adapter; however, if an interrupt fires concurrently and igc_clean_tx_irq() attempts to process completed TX descriptors, the simultaneous access to TX ring HW queues can result in a kernel panic. The fix disables all TX ring HW queues during igc_down() and re-enables them during igc_configure_tx_ring() as part of igc_up(), eliminating the race window. The kernel trace shows the panic originating from net/sched/sch_generic.c:525 in the dev_watchdog function (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 impact is limited to systems using the igc driver (Intel I225/I226 Gigabit Ethernet controllers), and exploitation requires local access or the ability to induce network conditions that cause TX queue timeouts. There is no known confidentiality or integrity impact; the primary risk is denial of service through an unplanned system reboot (Feedly).

Mitigation and workarounds

The fix has been committed to the Linux kernel stable tree via multiple patches (commits c09df09241fd, c12554d97fcd, d4a7ce642100, and feba294c454a) (Kernel Git). Users should update to a patched kernel version that includes these commits. Red Hat has also tracked this issue for their distributions (Red Hat CVE). As a workaround, avoiding the use of affected Intel I225/I226 NICs in high-load environments or replacing them with alternative hardware can reduce exposure until a patched kernel is deployed.

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