cve/2016/CVE-2016-6264.md

20 lines
806 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2016-6264](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-6264)
![](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 libc/string/arm/memset.S in uClibc and uClibc-ng before 1.0.16 allows context-dependent attackers to cause a denial of service (crash) via a negative length value to the memset function.
### POC
#### Reference
- http://www.openwall.com/lists/oss-security/2016/06/29/3
- http://www.openwall.com/lists/oss-security/2016/07/21/2
- http://www.openwall.com/lists/oss-security/2016/07/21/6
#### Github
No PoCs found on GitHub currently.