Files
CVEs-PoC/2016/CVE-2016-1887.md
T
2024-06-18 02:51:15 +02:00

18 lines
777 B
Markdown

### [CVE-2016-1887](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1887)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### 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.