In the Linux kernel, the following vulnerability has been resolved: staging: ks7010: potential buffer overflow in kswlansetencodeext() The "exc->keylen" is a u16 that comes from the user. If it's over IWENCODINGTOKENMAX (64) that could lead to memory corruption.