First published: Tue Aug 27 2019(Updated: )
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.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Riot-os Riot | <=2019.07 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2019-15702 has been classified as a denial-of-service vulnerability.
To fix CVE-2019-15702, upgrade RIOT to a version later than 2019.07 that addresses the vulnerability.
CVE-2019-15702 is a denial-of-service vulnerability found in the TCP implementation of RIOT.
CVE-2019-15702 affects RIOT versions up to and including 2019.07.
CVE-2019-15702 impacts the TCP options parser in the TCP implementation (gnrc_tcp) of RIOT.