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

CVE-2018-16523: FreeRTOS TCP/IP #70

Open
senier opened this issue Dec 25, 2020 · 0 comments
Open

CVE-2018-16523: FreeRTOS TCP/IP #70

senier opened this issue Dec 25, 2020 · 0 comments

Comments

@senier
Copy link
Member

senier commented Dec 25, 2020

Description

The TCP_OPT_MSS handler also contains a DoS vulnerability.

Root cause

Amazon Web Services (AWS) FreeRTOS through 1.3.1, FreeRTOS up to V10.0.1 (with FreeRTOS+TCP), and WITTENSTEIN WHIS Connect middleware TCP/IP component allow division by zero in prvCheckOptions.

When recalculating the RxWindowLength, if an attacker supplies an MSS of 0, this line will divide by 0 thus raising an exception and causing a DoS.

Software

Name

FreeRTOS

Versions affected

1.3.1 - 10.0.1

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant