Files
CVEs-PoC/2019/CVE-2019-15134.md
T
2024-06-18 02:51:15 +02:00

18 lines
804 B
Markdown

### [CVE-2019-15134](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-15134)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
RIOT through 2019.07 contains a memory leak in the TCP implementation (gnrc_tcp), allowing an attacker to consume all memory available for network packets and thus effectively stopping all network threads from working. This is related to _receive in sys/net/gnrc/transport_layer/tcp/gnrc_tcp_eventloop.c upon receiving an ACK before a SYN.
### POC
#### Reference
- https://github.com/RIOT-OS/RIOT/pull/12001
#### Github
No PoCs found on GitHub currently.