CVE-2026-53103 Details
Description
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.
A potential deadlock vulnerability has been identified in the Linux kernel's Wi-Fi MT76 MT7925 driver. The issue arises in the 'mt7925_roc_abort_sync' function, where 'roc_work' holds a mutex while 'cancel_work_sync' waits for 'roc_work' to complete. If the same mutex is already owned by the caller, this creates a deadlock situation. This vulnerability can occur during the removal of a station, leading to a blockage in the process.
The vulnerability has been addressed in the Linux kernel. Users can apply the latest patches available in the Linux stable tree to mitigate this issue.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/153bcba36c87a1ba555b57b6c49028d5812f895b | kernel.org | Patch |
| https://git.kernel.org/stable/c/2d8e0053bca29143ace51e08c980ff076844a4b0 | kernel.org | Patch |
| https://git.kernel.org/stable/c/dd08ca3f092f4185ece69ce2a835c23198b1628a | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-667 | Improper Locking | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 6.11.2, < 6.18.33 >= 6.19, < 7.0.10 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 21, 2026 | Initial Analysis | [email protected] |
| Jun 24, 2026 | New CVE Received | kernel.org |