PT-2026-51994 · Linux+2 · Linux Kernel+2
CVE-2026-53100
·
Published
2026-06-24
·
Updated
2026-09-07
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A deadlock occurs in the mt76 wireless driver during remain-on-channel operations. The functions
mt76 remain on channel() and mt76 roc complete() call mt76 set channel() while already holding the dev->mutex lock. Because mt76 set channel() also attempts to acquire dev->mutex, a deadlock is triggered. Additionally, a secondary deadlock can occur with the mac work workqueue.Recommendations
Replace calls to
mt76 set channel() with mt76 set channel() within the affected functions.
Implement cancel delayed work sync() for mac work before acquiring the mutex in mt76 remain on channel() to prevent workqueue deadlocks.Exploit
Fix
Improper Locking
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linuxmint
Linux Kernel
Ubuntu