summaryrefslogtreecommitdiff
path: root/drivers/net/xen-netfront.c
diff options
context:
space:
mode:
authorWen Huang <huangwenabc@gmail.com>2019-11-28 18:51:04 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-01-29 10:21:53 +0100
commit4d7f4d383230f6ef4f8a32e1fbfa4eb7c682522f (patch)
tree00b328c42b5cdbdc75e945a79637ab0d1408e792 /drivers/net/xen-netfront.c
parent52a9551156693ae6fd7ce7962e76e22b890d4335 (diff)
libertas: Fix two buffer overflows at parsing bss descriptor
commit e5e884b42639c74b5b57dc277909915c0aefc8bb upstream. add_ie_rates() copys rates without checking the length in bss descriptor from remote AP.when victim connects to remote attacker, this may trigger buffer overflow. lbs_ibss_join_existing() copys rates without checking the length in bss descriptor from remote IBSS node.when victim connects to remote attacker, this may trigger buffer overflow. Fix them by putting the length check before performing copy. This fix addresses CVE-2019-14896 and CVE-2019-14897. This also fix build warning of mixed declarations and code. Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Wen Huang <huangwenabc@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/net/xen-netfront.c')
0 files changed, 0 insertions, 0 deletions