mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 19:17:37 +02:00
19 lines
848 B
Markdown
19 lines
848 B
Markdown
### [CVE-2016-9806](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9806)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Race condition in the netlink_dump function in net/netlink/af_netlink.c in the Linux kernel before 4.6.3 allows local users to cause a denial of service (double free) or possibly have unspecified other impact via a crafted application that makes sendmsg system calls, leading to a free operation associated with a new dump that started earlier than anticipated.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/wcventure/PERIOD
|
|
|