CVE-2025-71079
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2025-71079 is a deadlock vulnerability in the Linux kernel's NFC (Near Field Communication) subsystem caused by a lock ordering inversion between device_lock and rfkill_global_mutex. It affects multiple Linux kernel stable branches, including versions from 4.9.291 through 6.18.x (prior to fixed releases), as well as 6.19 release candidates, and Microsoft's Azure Linux 3 kernel (6.6.119.3-3). The vulnerability was published on January 13, 2026, with patches added to stable branches by March 2026. It carries a CVSS v3.1 base score of 5.5 (Medium) (Feedly, Microsoft MSRC).

Technical details

The root cause is improper locking (CWE-667) — specifically a classic ABBA deadlock scenario in the NFC subsystem. Thread A (rfkill_fop_write) acquires rfkill_global_mutex first, then attempts to acquire device_lock via nfc_dev_down(); Thread B (nfc_unregister_device) acquires device_lock first, then attempts to acquire rfkill_global_mutex via rfkill_unregister(). The fix moves rfkill_unregister() and rfkill_destroy() outside the device_lock critical section in nfc_unregister_device(), storing the rfkill pointer in a local variable before releasing the lock, which eliminates the inversion. Exploitation requires local access with low privileges and no user interaction (Feedly).

Impact

Successful exploitation causes a denial of service (DoS) condition where the affected system hangs or becomes unresponsive indefinitely due to the deadlock. There is no confidentiality or integrity impact — only availability is affected. The attack is limited to the local system and does not enable lateral movement or data exfiltration (Feedly).

Mitigation and workarounds

Apply kernel updates to the following fixed versions depending on your deployment baseline: 5.10.248, 5.15.198, 6.1.160, 6.6.120, 6.12.64, or 6.18.4. For older stable branches, fixes are also available for versions prior to 4.15, 4.20, and 5.5. Azure Linux 3 users should apply Microsoft's security updates addressing kernel version 6.6.119.3-3. Debian users should update to linux 6.1.162-1 (oldstable) or 5.10.249-1 (oldoldstable) per Debian security advisories; Ubuntu users should apply USN-8177-1, USN-8177-2, USN-8183-1, USN-8183-2, USN-8245-1, or USN-8257-1 as applicable. As a temporary measure, restricting local user access to NFC-capable systems can reduce attack surface until patches are applied (Feedly, Microsoft MSRC, Debian LTS, Ubuntu USN-8177-1).

Community reactions

The vulnerability received routine coverage from Linux distribution security teams, with Debian, Ubuntu, and Yocto Project all issuing advisories and updated packages. No notable independent researcher commentary or significant social media discussion has been identified beyond standard vendor patch notifications (Ubuntu USN-8177-1, Debian LTS).

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