CVE-2026-43052
Awaiting Analysis Awaiting Analysis - Queue
Buffer Overflow in Linux Kernel WiFi Subsystem

Publication date: 2026-05-01

Last updated on: 2026-05-01

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: check tdls flag in ieee80211_tdls_oper When NL80211_TDLS_ENABLE_LINK is called, the code only checks if the station exists but not whether it is actually a TDLS station. This allows the operation to proceed for non-TDLS stations, causing unintended side effects like modifying channel context and HT protection before failing. Add a check for sta->sta.tdls early in the ENABLE_LINK case, before any side effects occur, to ensure the operation is only allowed for actual TDLS peers.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-01
Last Modified
2026-05-01
Generated
2026-05-07
AI Q&A
2026-05-01
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in the Linux kernel's wifi mac80211 component, specifically in the handling of the TDLS (Tunneled Direct Link Setup) flag within the ieee80211_tdls_oper function.

When the NL80211_TDLS_ENABLE_LINK operation is called, the code only verifies if the station exists but does not confirm whether the station is actually a TDLS station.

Because of this missing check, the operation can proceed for non-TDLS stations, which leads to unintended side effects such as modifying the channel context and HT protection settings before the operation ultimately fails.

The fix involves adding an early check for the TDLS flag (sta->sta.tdls) in the ENABLE_LINK case to ensure that the operation is only allowed for actual TDLS peers, preventing these side effects.


How can this vulnerability impact me? :

This vulnerability can cause unintended modifications to the wireless channel context and HT protection settings when the system mistakenly treats non-TDLS stations as TDLS peers.

Such unintended side effects could potentially disrupt normal wireless communication or degrade network performance by altering wireless parameters incorrectly.

However, the operation eventually fails, so the impact may be limited to temporary misconfigurations or instability in the wireless connection.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart