cve/2016/CVE-2016-1885.md

21 lines
986 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2016-1885](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1885)
![](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 amd64_set_ldt function in sys/amd64/amd64/sys_machdep.c in FreeBSD 9.3 before p39, 10.1 before p31, and 10.2 before p14 allows local users to cause a denial of service (kernel panic) via an i386_set_ldt system call, which triggers a heap-based buffer overflow.
### POC
#### Reference
- http://packetstormsecurity.com/files/136276/FreeBSD-Kernel-amd64_set_ldt-Heap-Overflow.html
- http://seclists.org/fulldisclosure/2016/Mar/56
- http://www.coresecurity.com/advisories/freebsd-kernel-amd64setldt-heap-overflow
- https://www.exploit-db.com/exploits/39570/
#### Github
- https://github.com/ARPSyndicate/cvemon