In the TCP implementation (gnrc_tcp) in RIOT through 2019.07, the parser for TCP options does not terminate on all inputs, allowing a denial-of-service, because sys/net/gnrc/transport_layer/tcp/gnrc_tcp_option.c has an infinite loop for an unknown zero-length option.
References
Link | Resource |
---|---|
https://github.com/RIOT-OS/RIOT/issues/12086 | Exploit Third Party Advisory |
Configurations
History
No history.
Information
Published : 2019-08-27 18:15
Updated : 2024-02-28 17:08
NVD link : CVE-2019-15702
Mitre link : CVE-2019-15702
CVE.ORG link : CVE-2019-15702
JSON object : View
Products Affected
riot-os
- riot
CWE
CWE-835
Loop with Unreachable Exit Condition ('Infinite Loop')