mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 23:27:33 +02:00
18 lines
777 B
Markdown
18 lines
777 B
Markdown
### [CVE-2016-1887](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1887)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Integer signedness error in the sockargs function in sys/kern/uipc_syscalls.c in FreeBSD 10.1 before p34, 10.2 before p17, and 10.3 before p3 allows local users to cause a denial of service (memory overwrite and kernel panic) or gain privileges via a negative buflen argument, which triggers a heap-based buffer overflow.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://cturt.github.io/sendmsg.html
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|