Files
CVEs-PoC/2007/CVE-2007-1592.md
T
2025-09-29 21:09:30 +02:00

18 lines
812 B
Markdown

### [CVE-2007-1592](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1592)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
net/ipv6/tcp_ipv6.c in Linux kernel 2.6.x up to 2.6.21-rc3 inadvertently copies the ipv6_fl_socklist from a listening TCP socket to child sockets, which allows local users to cause a denial of service (OOPS) or double free by opening a listening IPv6 socket, attaching a flow label, and connecting to that socket.
### POC
#### Reference
- http://www.novell.com/linux/security/advisories/2007_30_kernel.html
#### Github
No PoCs found on GitHub currently.