CVE-2026-53103
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-53103 is a potential deadlock vulnerability in the Linux kernel's mt76 Wi-Fi driver, specifically in the mt7925_roc_abort_sync function of the mt7925 chipset driver. The flaw was published on June 24, 2026, and affects Linux kernel versions from 6.11.2 up to (but not including) 6.12, as well as kernel 6.12 and later branches prior to their respective fixes. Fixed commits are available for stable branches, with patched versions including 6.18.33 and 7.0.10. The vulnerability is estimated as Medium severity with an EPSS score of approximately 0.166% (GitHub Advisory, Feedly).

Technical details

The root cause is a mutex deadlock (CWE category: improper synchronization) in the mt7925_roc_abort_sync() function. When station removal is triggered, the call chain mt76_sta_state()mt76_sta_remove()mt7925_mac_sta_remove_link()mt7925_mac_link_sta_remove()mt7925_roc_abort_sync() invokes cancel_work_sync() while the caller already holds dev->mt76.mutex. Concurrently, roc_work() also holds dev->mt76.mutex and cannot release it until it finishes, while cancel_work_sync() blocks waiting for roc_work() to complete — creating a circular wait with no forward progress possible. The fix restructures work ownership to avoid the mutex contention and ensure exactly-once work execution (GitHub Advisory).

Impact

Successful triggering of this deadlock causes the affected kernel thread to freeze indefinitely, rendering the mt7925 wireless interface unresponsive and resulting in a local denial of service. The impact is limited to availability — there is no evidence of confidentiality or integrity compromise. Systems relying on the affected Wi-Fi interface for network connectivity would lose wireless functionality until the system is rebooted (Feedly, GitHub Advisory).

Mitigation and workarounds

Apply the upstream kernel patches that resolve the mutex deadlock in mt7925_roc_abort_sync. Fixed commits are available at the following stable tree references: 153bcba36c87 (one stable branch), 2d8e0053bca2 (second stable branch), and dd08ca3f092f (third stable branch). Patched kernel versions include 6.18.33, 7.0.10, and 7.1+. Users should update to a patched kernel version provided by their Linux distribution as soon as it becomes available (GitHub Advisory, Kernel Patch 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-64181HIGH7.8
  • Linux Kernel logoLinux Kernel
  • linux-azure-4.15
NoYesJul 19, 2026
CVE-2026-64186NONEN/A
  • Linux Kernel logoLinux Kernel
  • libperf
NoYesJul 19, 2026
CVE-2026-64183NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-aws-6.14
NoYesJul 19, 2026
CVE-2026-64182NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-oracle-6.17
NoYesJul 19, 2026
CVE-2026-64180NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-5.4
NoYesJul 19, 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