You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compare function does not compare security relevant settings. The configured authmode and (since v2) cipher is not compared. For those reason softAP() does not return false in case of bug #5038 and leads to an insecure open ap which is a huge security problem if somebody gets access to normally protected content.
Software
Release: 2.0.0-alpha1 and earlier
Library: Wifi
Description
Compare function does not compare security relevant settings. The configured authmode and (since v2) cipher is not compared. For those reason
softAP()
does not return false in case of bug #5038 and leads to an insecure open ap which is a huge security problem if somebody gets access to normally protected content.Code
arduino-esp32/libraries/WiFi/src/WiFiAP.cpp
Lines 61 to 79 in 371f382
Expected
Also authmode/cipher should be checked.
The text was updated successfully, but these errors were encountered: