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

867 B

CVE-2010-1188

Description

Use-after-free vulnerability in net/ipv4/tcp_input.c in the Linux kernel 2.6 before 2.6.20, when IPV6_RECVPKTINFO is set on a listening socket, allows remote attackers to cause a denial of service (kernel panic) via a SYN packet while the socket is in a listening (TCP_LISTEN) state, which is not properly handled and causes the skb structure to be freed.

POC

Reference

Github

No PoCs found on GitHub currently.