mbox series

[0/4] wilc1000: Improve RSN and attribute parsing

Message ID 20221123153543.8568-1-philipturnbull@github.com (mailing list archive)
Headers show
Series wilc1000: Improve RSN and attribute parsing | expand

Message

Phil Turnbull Nov. 23, 2022, 3:35 p.m. UTC
This patch series improves RSN and attribute parsing in the WILC1000
driver to prevent several out of bound reads and writes.

Phil Turnbull (4):
  wifi: wilc1000: validate pairwise and authentication suite offsets
  wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL
    attribute
  wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST
    attribute
  wifi: wilc1000: validate number of channels

 .../wireless/microchip/wilc1000/cfg80211.c    | 39 ++++++++++++++-----
 drivers/net/wireless/microchip/wilc1000/hif.c | 21 +++++++---
 2 files changed, 46 insertions(+), 14 deletions(-)