Skip to content
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

Closed
anakod opened this issue Oct 17, 2017 · 6 comments
Closed

ESP8266 security vulnerability! Krack attack. #1263

anakod opened this issue Oct 17, 2017 · 6 comments
Labels

Comments

@anakod
Copy link
Member

anakod commented Oct 17, 2017

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:

@anakod anakod added the Bug label Oct 17, 2017
@anakod
Copy link
Member Author

anakod commented Oct 17, 2017

@slaff Hello. I think we should publish hotfix for this issue.

@slaff
Copy link
Contributor

slaff commented Oct 17, 2017

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.

@anakod
Copy link
Member Author

anakod commented Oct 17, 2017

I have something half-baked

In that case, may be you will prepare P-R and we will start testing?

@slaff
Copy link
Contributor

slaff commented Oct 17, 2017

@anakod Check this PR #1264

@SvenLuebke
Copy link

SvenLuebke commented Oct 27, 2017

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 .text' will not fit in region iram1_0_seg'
xtensa-lx106-elf/bin/ld: region `iram1_0_seg' overflowed by 56808 bytes

for Basic_WiFi.

EDIT: OK, updating the ld-file according to espressif/ESP8266_NONOS_SDK@b8fd588 seems to fix that issue.

@slaff
Copy link
Contributor

slaff commented Nov 23, 2017

With commit c2cc852 we have experimental support for SDK 2.1.0. Please, test and report any issues that you have noticed.

@slaff slaff closed this as completed Nov 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants