mirror of
https://github.com/0xMarcio/cve.git
synced 2025-12-30 04:49:42 +00:00
18 lines
719 B
Markdown
18 lines
719 B
Markdown
### [CVE-2011-4594](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4594)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The __sys_sendmsg function in net/socket.c in the Linux kernel before 3.1 allows local users to cause a denial of service (system crash) via crafted use of the sendmmsg system call, leading to an incorrect pointer dereference.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.1
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|