CyberRota
← Ana sayfaya dön

CVE-2026-43052

HIGH · CVSS 7.1 EPSS %0.01

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-01T15:16:51.670 · Çekilme zamanı: 2026-05-31T12:00:19.580742+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-43052
Severity
HIGH
CVSS
7.1
EPSS
%0.01
Linux

Orijinal NVD Açıklaması

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.