mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-10 15:59:29 +02:00
18 lines
916 B
Markdown
18 lines
916 B
Markdown
### [CVE-2016-1886](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1886)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Integer signedness error in the genkbd_commonioctl function in sys/dev/kbd/kbd.c in FreeBSD 9.3 before p42, 10.1 before p34, 10.2 before p17, and 10.3 before p3 allows local users to obtain sensitive information from kernel memory, cause a denial of service (memory overwrite and kernel crash), or gain privileges via a negative value in the flen structure member in the arg argument in a SETFKEY ioctl call, which triggers a "two way heap and stack overflow."
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://cturt.github.io/SETFKEY.html
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|