CVE-2025-71180
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2025-71180 is a locking context violation in the Linux kernel's counter: interrupt-cnt driver that can allow a low-privileged local attacker to trigger a kernel panic (denial of service). The flaw was introduced when the interrupt_cnt_isr IRQ handler was registered with the IRQF_NO_THREAD flag while also attempting to acquire a spinlock_t, which violates kernel locking semantics detected by CONFIG_PROVE_RAW_LOCK_NESTING. It affects Linux kernel versions from 5.13 through multiple stable branches up to (but not including) the patched releases. Published on January 31, 2026, it carries a CVSS v3.1 base score of 5.5 (Medium) (Red Hat Advisory).

Technical details

The root cause is an incompatible locking context (CWE-667: Improper Locking) in the interrupt-cnt driver within the Linux kernel's counter subsystem. The interrupt_cnt_isr handler is marked IRQF_NO_THREAD, meaning it runs in hard-IRQ context, but it calls counter_push_event() which attempts to acquire a regular spinlock_t (events_list_lock). This combination is invalid: IRQF_NO_THREAD handlers must not acquire spinlock_t locks that could be held in threaded or process context, as CONFIG_PROVE_RAW_LOCK_NESTING detects and reports a "BUG: Invalid wait context" condition. The fix removes the IRQF_NO_THREAD flag rather than converting all nested locks to raw_spinlock_t, which would have imposed broader constraints on the locking hierarchy (Red Hat Advisory).

Impact

Successful exploitation causes a kernel panic, resulting in a denial of service — the affected system becomes unstable or crashes entirely. The impact is limited to availability (no confidentiality or integrity impact), and exploitation requires local access with low privileges. There is no evidence of lateral movement potential or data exposure risk associated with this vulnerability (Red Hat Advisory).

Mitigation and workarounds

The vulnerability has been resolved in the following patched Linux kernel versions: 5.15.198, 6.1.161, 6.6.121, 6.12.66, and 6.18.6. Administrators should update to the appropriate patched version for their distribution as soon as possible. As an interim measure, limiting local user access on systems running vulnerable kernel versions can reduce exposure. Red Hat has issued advisory information via Bugzilla, and Ubuntu has released corresponding security notices (USN-8278-1, USN-8289-1, USN-8296-1, and their follow-up variants) (Red Hat Advisory, Ubuntu USN-8278-1).

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-64530CRITICAL9.8
  • Linux Kernel logoLinux Kernel
  • kernel-64k-uki-virt-addons
NoYesJul 26, 2026
CVE-2026-64515HIGH8.3
  • Linux Kernel logoLinux Kernel
  • linux-intel-iotg
NoYesJul 25, 2026
CVE-2026-17523HIGH7.8
  • Linux Kernel logoLinux Kernel
  • kernel-modules-internal
NoNoJul 27, 2026
CVE-2024-14040HIGH7.8
  • Linux Kernel logoLinux Kernel
  • linux-azure-5.4
NoYesJul 26, 2026
CVE-2026-64535NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k
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