mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-12 13:31:34 +02:00
18 lines
801 B
Markdown
18 lines
801 B
Markdown
### [CVE-2007-1592](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1592)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|