From: Johan Hovold <johan@kernel.org> Date: 2017-03-13 12:44:58
Make sure to check the number of endpoints to avoid dereferencing a
NULL-pointer or accessing memory beyond the endpoint array should a
malicious device lack the expected endpoints.
Fixes: 36bcce430657 ("ath9k_htc: Handle storage devices")
Cc: Sujith Manoharan <redacted>
Signed-off-by: Johan Hovold <johan@kernel.org>
---
drivers/net/wireless/ath/ath9k/hif_usb.c | 3 +++
1 file changed, 3 insertions(+)
From: Johan Hovold <johan@kernel.org> Date: 2017-03-13 12:45:09
Make sure to check the number of endpoints to avoid dereferencing a
NULL-pointer or accessing memory beyond the endpoint array should a
malicious device lack the expected endpoints.
Fixes: a1030e92c150 ("[PATCH] zd1211rw: Convert installer CDROM device
into WLAN device")
Cc: Daniel Drake <redacted>
Signed-off-by: Johan Hovold <johan@kernel.org>
---
drivers/net/wireless/zydas/zd1211rw/zd_usb.c | 3 +++
1 file changed, 3 insertions(+)
From: Kalle Valo <hidden> Date: 2017-03-22 09:04:26
Johan Hovold [off-list ref] wrote:
Make sure to check the number of endpoints to avoid dereferencing a
NULL-pointer or accessing memory beyond the endpoint array should a
malicious device lack the expected endpoints.
Fixes: a1030e92c150 ("[PATCH] zd1211rw: Convert installer CDROM device into WLAN device")
Cc: Daniel Drake <redacted>
Signed-off-by: Johan Hovold <redacted>
From: Johan Hovold <johan@kernel.org> Date: 2017-03-22 12:48:48
On Wed, Mar 22, 2017 at 09:04:15AM +0000, Kalle Valo wrote:
Johan Hovold [off-list ref] wrote:
quoted
Make sure to check the number of endpoints to avoid dereferencing a
NULL-pointer or accessing memory beyond the endpoint array should a
malicious device lack the expected endpoints.
Fixes: a1030e92c150 ("[PATCH] zd1211rw: Convert installer CDROM device into WLAN device")
Cc: Daniel Drake <redacted>
Signed-off-by: Johan Hovold <johan@kernel.org>
Patch applied to wireless-drivers-next.git, thanks.
ca260ece6a57 zd1211rw: fix NULL-deref at probe
What about patch 1/2 which fixes the same bug (literally copied from the
zd1211rw driver)?
And as these fixes should be backported to stable (I left out the tag
for networking drivers), why only apply to -next?
Thanks,
Johan
From: Johan Hovold <johan@kernel.org> Date: 2017-04-03 08:42:20
On Mon, Mar 13, 2017 at 01:44:20PM +0100, Johan Hovold wrote:
Make sure to check the number of endpoints to avoid dereferencing a
NULL-pointer or accessing memory beyond the endpoint array should a
malicious device lack the expected endpoints.
Fixes: 36bcce430657 ("ath9k_htc: Handle storage devices")
Cc: Sujith Manoharan <redacted>
Signed-off-by: Johan Hovold <johan@kernel.org>
Is this one still in your queue, Kalle?
As I mentioned earlier, I should have added a
Cc: stable <redacted> # 2.6.39
but left it out as I mistakingly thought the net recommendations to do
so applied also to wireless.
Thanks,
Johan
From: Kalle Valo <hidden> Date: 2017-04-05 07:35:39
Johan Hovold [off-list ref] wrote:
Make sure to check the number of endpoints to avoid dereferencing a
NULL-pointer or accessing memory beyond the endpoint array should a
malicious device lack the expected endpoints.
Fixes: 36bcce430657 ("ath9k_htc: Handle storage devices")
Cc: Sujith Manoharan <redacted>
Signed-off-by: Johan Hovold <johan@kernel.org>