2 matches found
CVE-2026-64174
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: advance loop vars in cfg80211mergeprofile cfg80211mergeprofile reassembles a Multi-BSSID non-transmitted BSS profile that has been split across multiple consecutive MBSSID elements. Its while-loop calls...
CVE-2026-64174
In the Linux kernel wifi stack, CVE-2026-64174 involves cfg80211_merge_profile() reassembling a Multi-BSSID non-transmitted BSS profile. The issue is that the while-loop uses cfg80211_get_profile_continuation() but never advances both mbssid_elem and sub_elem inside the loop body, causing repeate...