In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211hwsim: Fix possible NULL dereference In a call to mac80211hwsimselecttx_link() the sta pointer might be NULL, thus need to check that it is not NULL before accessing it.