]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: Check port authorization in the ieee80211_tx_dequeue() case
authorJouni Malinen <jouni@codeaurora.org>
Thu, 26 Mar 2020 14:51:34 +0000 (15:51 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 26 Mar 2020 14:52:14 +0000 (15:52 +0100)
commit498f995f53470d8e051eae420c5bf6bbe034062b
treebabf3d903bacca87190b897cde4ac95c966f4651
parentce5dd80da2595260fa78ecb0602aba18bcab8bf0
mac80211: Check port authorization in the ieee80211_tx_dequeue() case

mac80211 used to check port authorization in the Data frame enqueue case
when going through start_xmit(). However, that authorization status may
change while the frame is waiting in a queue. Add a similar check in the
dequeue case to avoid sending previously accepted frames after
authorization change. This provides additional protection against
potential leaking of frames after a station has been disconnected and
the keys for it are being removed.

Cc: stable@vger.kernel.org
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
Link: https://lore.kernel.org/r/20200326155133.ced84317ea29.I34d4c47cd8cc8a4042b38a76f16a601fbcbfd9b3@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/tx.c