PT-2021-8256 · Linux+1 · Linux Kernel+1
Syzbot
·
Published
2021-05-17
·
Updated
2024-11-07
·
CVE-2021-47225
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
The issue is related to a deadlock in AP/VLAN handling. When AP VLAN interfaces are up and the AP interface they belong to is closed, a deadlock occurs because the wiphy mutex is held during the dev close() operation, which then tries to acquire the wiphy mutex again through the netdev notifier in cfg80211. To resolve this, two actions are necessary: preventing changes to iftype while AP VLANs are up, and moving the dev close() loop over VLANs out of the wiphy mutex section during the normal stop case.
Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Improper Locking
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Astra Linux
Linux Kernel