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

18 lines
748 B
Markdown

### [CVE-2016-8645](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-8645)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20n%2Fa%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The TCP stack in the Linux kernel before 4.8.10 mishandles skb truncation, which allows local users to cause a denial of service (system crash) via a crafted application that makes sendto system calls, related to net/ipv4/tcp_ipv4.c and net/ipv6/tcp_ipv6.c.
### POC
#### Reference
- http://www.openwall.com/lists/oss-security/2016/11/30/3
#### Github
No PoCs found on GitHub currently.