CVE-2026-43052
HighIn 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 3.1 score
7.1
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Affected versions
Linux kernel versions
3.2
and later are affected. Fixed in
5.15.209,
6.1.175,
6.6.142,
6.12.81,
6.18.22,
6.19.12,
7.0
and their respective stable series.
References
The following references provide additional information about CVE-2026-43052 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/44839ea7e96b3659a1606f3d5267063135479b7c
-
PatchKernel patch commithttps://git.kernel.org/stable/c/6813a8b1b240756dad4375f3e020ce10e4e3871b
-
PatchKernel patch commithttps://git.kernel.org/stable/c/7d73872d949c488a1d7c308031d6a9d89b5e0a8b
Frequently asked questions
-
What is CVE-2026-43052?
CVE-2026-43052 is a High severity Linux kernel vulnerability with a CVSS score of 7.1 out of 10 . It affects Linux kernel versions from 3.2 onward and has been patched in 5.15.209, 6.1.175, 6.6.142 and others. CVE-2026-43052 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2026-43052?
CVE-2026-43052 has a CVSS score of 7.1 out of 10, rated High severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H. -
Is there a patch available for CVE-2026-43052?
Yes — CVE-2026-43052 has been patched. Fixed versions include 5.15.209, 6.1.175, 6.6.142 and others. If you are running Linux kernel 3.2 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2026-43052 actively exploited?
No — CVE-2026-43052 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.