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