PT-2025-8243 · Linux+3 · Linux Kernel+3
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
rtw surveydone event callback() function. The issue arises when the system holds the pmlmepriv->lock and calls del timer sync() to wait for a timer to stop, while the timer handler rtw scan timeout handler() simultaneously attempts to acquire the same pmlmepriv->lock. This circular dependency causes the rtw surveydone event callback() function to block indefinitely. To resolve this, del timer sync() must be moved outside the protection of spin lock bh(), and the spin lock bh() call within rtw scan timeout handler() should be replaced with spin lock irq() to prevent further deadlocks in the timer handler.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Improper Locking
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Astra Linux
Debian
Linux Kernel
Suse