In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: sme: cap SSID length in _cfg80211connectresult() If the ssid->datalen is more than IEEE80211MAXSSIDLEN (32) it would lead to memory corruption so add some bounds checking.