cve/2017/CVE-2017-1000173.md

18 lines
762 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2017-1000173](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000173)
![](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
Creolabs Gravity Version: 1.0 Heap Overflow Potential Code Execution. By creating a large loop whiling pushing data to a buffer, we can break out of the bounds checking of that buffer. When list.join is called on the data it will read past a buffer resulting in a Heap-Buffer-Overflow.
### POC
#### Reference
- https://github.com/marcobambini/gravity/issues/172
#### Github
No PoCs found on GitHub currently.