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-2020-24337: AMNESIA:33 #53

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

CVE-2020-24337: AMNESIA:33 #53

senier opened this issue Dec 23, 2020 · 0 comments

Comments

@senier
Copy link
Member

senier commented Dec 23, 2020

Description

The function that processes TCP options does not validate their lengths, allowing attackers to put the function into an infinite loop with uncommon/unsupported TCP options that have crafted length values.

Root cause

An issue was discovered in picoTCP and picoTCP-NG through 1.7.0. When an unsupported TCP option with zero length is provided in an incoming TCP packet, it is possible to cause a Denial-of-Service by achieving an infinite loop in the code that parses TCP options, aka tcp_parse_options() in pico_tcp.c.

Software

Name

picoTCP, picoTCP-NG

Versions affected

≤ 1.7.0

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