diff options
author | Qiujun Huang <hqjagain@gmail.com> | 2020-03-26 16:18:50 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-03-26 17:47:26 +0300 |
commit | 1165dd73e811a07d947aee218510571f516081f6 (patch) | |
tree | 1a99baaf194dc26c8dfd731d6af03992985cad1b /drivers/staging/rtl8192u | |
parent | b67b7b0465ff9cf89c11dd383d2888b29531f096 (diff) | |
download | linux-1165dd73e811a07d947aee218510571f516081f6.tar.xz |
staging: wlan-ng: fix use-after-free Read in hfa384x_usbin_callback
We can't handle the case length > WLAN_DATA_MAXLEN.
Because the size of rxfrm->data is WLAN_DATA_MAXLEN(2312), and we can't
read more than that.
Thanks-to: Hillf Danton <hdanton@sina.com>
Reported-and-tested-by: syzbot+7d42d68643a35f71ac8a@syzkaller.appspotmail.com
Signed-off-by: Qiujun Huang <hqjagain@gmail.com>
Cc: stable <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20200326131850.17711-1-hqjagain@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u')
0 files changed, 0 insertions, 0 deletions