In the Linux kernel, the following vulnerability has been resolved:
ath9khtc: fix potential out of bounds access with invalid rxstatus->rskeyix
The "rxstatus->rskeyix" eventually gets passed to testbit() so we need to ensure that it is within the bitmap.
drivers/net/wireless/ath/ath9k/common.c:46 ath9kcmnrxaccept() error: passing untrusted data 'rxstats->rskeyix' to 'testbit()'