-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP8266 security vulnerability! Krack attack. #1263
Comments
@slaff Hello. I think we should publish hotfix for this issue. |
I have something half-baked ( https://github.com/slaff/Sming/tree/update/sdk-2.1 ) BUT it means that we should switch to the latest SDK 2.1.0++ and stop supporting the other SDKs. The patch is based on that PR #1153. @anakod If you want this fixed soon I will need your help to test it and make it rock-solid. |
In that case, may be you will prepare P-R and we will start testing? |
Did anyone get the latest SDK from https://github.com/espressif/ESP8266_NONOS_SDK completely running? I've fixed all compiler errors and warnings, but afterwards the linker complains about: xtensa-lx106-elf/bin/ld: out/build/app.out.tmp section for Basic_WiFi. EDIT: OK, updating the ld-file according to espressif/ESP8266_NONOS_SDK@b8fd588 seems to fix that issue. |
With commit c2cc852 we have experimental support for SDK 2.1.0. Please, test and report any issues that you have noticed. |
New vulnerability was found in the WPA2 wireless protocol called Krack that could allow attackers to eavesdrop on wireless connections and inject data into the wireless stream.
Espressif already published patch:
espressif/ESP8266_NONOS_SDK@b762ea2
More information\related links:
The text was updated successfully, but these errors were encountered: