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.
References
Link | Resource |
---|---|
https://us-cert.cisa.gov/ics/advisories/icsa-20-343-01 | Third Party Advisory US Government Resource |
https://www.kb.cert.org/vuls/id/815128 | Third Party Advisory US Government Resource |
https://us-cert.cisa.gov/ics/advisories/icsa-20-343-01 | Third Party Advisory US Government Resource |
https://www.kb.cert.org/vuls/id/815128 | Third Party Advisory US Government Resource |
Configurations
Configuration 1 (hide)
|
History
21 Nov 2024, 05:14
Type | Values Removed | Values Added |
---|---|---|
References | () https://us-cert.cisa.gov/ics/advisories/icsa-20-343-01 - Third Party Advisory, US Government Resource | |
References | () https://www.kb.cert.org/vuls/id/815128 - Third Party Advisory, US Government Resource |
Information
Published : 2020-12-11 23:15
Updated : 2024-11-21 05:14
NVD link : CVE-2020-24337
Mitre link : CVE-2020-24337
CVE.ORG link : CVE-2020-24337
JSON object : View
Products Affected
altran
- picotcp-ng
- picotcp
CWE
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')