CVE-2025-71132
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2025-71132 is a broken interrupt-context handling vulnerability in the Linux kernel's smc91x network driver that causes workqueue state corruption on systems built with the PREEMPT_RT real-time preemption patch. The flaw was published on January 14, 2026, and affects Linux kernel versions 5.15 through 6.18.x across multiple stable branches, as well as Microsoft Azure Linux 3 kernel 6.6.119.3-3. It carries a CVSS v3.1 base score of 5.5 (Medium) with high availability impact (Feedly, NVD).

Technical details

The root cause is an asymmetric IRQ handling bug in the smc91x Ethernet driver (classified as NVD-CWE-noinfo due to insufficient information, but functionally a concurrency/locking defect). Specifically, smc_special_trylock() disables IRQs unconditionally even on PREEMPT_RT systems, but smc_special_unlock() calls spin_unlock_irqrestore() without properly restoring IRQs in the PREEMPT_RT context. This causes rcu_read_unlock_bh() in __dev_queue_xmit() to fail to invoke rcu_read_unlock() via __local_bh_enable_ip() when current->softirq_disable_cnt reaches zero, resulting in a leaked atomic/RCU context and a kernel BUG: workqueue leaked atomic splat. The fix replaces smc_special_trylock() with spin_trylock_irqsave() to correctly manage IRQ state (NVD, Feedly).

Impact

Successful exploitation causes workqueue state corruption manifesting as kernel BUG: workqueue leaked atomic errors, leading to denial of service conditions including system hangs or instability on affected PREEMPT_RT-enabled systems. There is no confidentiality or integrity impact — the vulnerability is limited to availability. Systems running real-time Linux kernels in embedded, industrial, or latency-sensitive production environments (including Microsoft Azure Linux 3) are most at risk (Feedly, NVD).

Indicators of compromise

  • Logs: Kernel log messages containing BUG: workqueue leaked atomic, lock or RCU associated with kworker processes and mld_ifc_work workqueue function.
  • Logs: Kernel stack traces referencing process_scheduled_works, worker_thread, and kthread in the context of the mld workqueue on PREEMPT_RT systems.
  • Logs: Kernel messages showing RCU=0->1 state transitions indicating leaked RCU read-side critical sections.
  • Process: Unexpected stalls or hangs in kworker threads on systems using the smc91x Ethernet driver with PREEMPT_RT enabled.

Mitigation and workarounds

Apply the available stable kernel patches addressing this issue across the relevant branches. Patched versions include: 5.15.198 or later, 6.1.160 or later, 6.6.120 or later, 6.12.64 or later, and 6.18.4 or later. Microsoft issued a patch for Azure Linux 3 on January 16, 2026. Multiple upstream fixes are available via kernel.org stable trees. As a workaround where patching is not immediately possible, disabling the smc91x driver or avoiding PREEMPT_RT builds on affected hardware may mitigate the issue (Feedly, NVD).

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