Skip to content

Conversation

@Tapped
Copy link
Contributor

@Tapped Tapped commented Jun 14, 2020

Successful exploitation could lead to arbitrary code execution.

The bug can be reproduced by running the following in a browser

const formData = new FormData();
for (let i = 0;i < 33;++i) { formData.append("foo", i.toString()); }
await fetch("http://esp.local", { method: 'POST', body: formData });

Successful exploitation could lead to arbitrary code execution.

The bug can be reproduced by running the following in a browser:
```
const formData = new FormData();
for (let i = 0;i < 33;++i) { formData.append("foo", i.toString()); }
await fetch("http://esp.local", { method: 'POST', body: formData });
```
@Tapped
Copy link
Contributor Author

Tapped commented Jun 28, 2020

@me-no-dev would be nice with a review

@Tapped
Copy link
Contributor Author

Tapped commented Sep 24, 2020

@me-no-dev I think this one should be merged.

@me-no-dev me-no-dev merged commit 494061a into espressif:master Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants