diff options
author | Arend Van Spriel <[email protected]> | 2016-09-05 10:45:47 +0100 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2016-09-07 16:43:50 +0300 |
commit | ded89912156b1a47d940a0c954c43afbabd0c42c (patch) | |
tree | e46601d21d00ac4cd15e3f199aed6e9bb2b76bed /tools/perf/scripts/python | |
parent | a9840c46ff9bb845d62d6f9592ab76c0e531c8f4 (diff) |
brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap()
User-space can choose to omit NL80211_ATTR_SSID and only provide raw
IE TLV data. When doing so it can provide SSID IE with length exceeding
the allowed size. The driver further processes this IE copying it
into a local variable without checking the length. Hence stack can be
corrupted and used as exploit.
Cc: [email protected] # v4.7
Reported-by: Daxing Guo <[email protected]>
Reviewed-by: Hante Meuleman <[email protected]>
Reviewed-by: Pieter-Paul Giesberts <[email protected]>
Reviewed-by: Franky Lin <[email protected]>
Signed-off-by: Arend van Spriel <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions