In the Linux kernel, the following vulnerability has been resolved:
wifi: mt76: mt7925: fix potential deadlock in mt7925_roc_abort_sync
roc_abort_sync() can deadlock with roc_work(). roc_work() holds
dev->mt76.mutex, while cancel_work_sync() waits for roc_work()
to finish. If the caller already owns the same mutex, both
sides block and no progress is possible.
This deadlock can occur during station removal when
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
roc_work() is still running and holding dev->mt76.mutex.
This avoids the mutex deadlock and preserves exactly-once
work ownership.
References
Configurations
Configuration 1 (hide)
|
History
21 Jul 2026, 18:20
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| First Time |
Linux linux Kernel
Linux |
|
| CWE | CWE-667 | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| References | () https://git.kernel.org/stable/c/153bcba36c87a1ba555b57b6c49028d5812f895b - Patch | |
| References | () https://git.kernel.org/stable/c/2d8e0053bca29143ace51e08c980ff076844a4b0 - Patch | |
| References | () https://git.kernel.org/stable/c/dd08ca3f092f4185ece69ce2a835c23198b1628a - Patch |
24 Jun 2026, 17:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-24 17:17
Updated : 2026-07-21 18:20
NVD link : CVE-2026-53103
Mitre link : CVE-2026-53103
CVE.ORG link : CVE-2026-53103
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-667
Improper Locking
