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

18 lines
880 B
Markdown

### [CVE-2016-9036](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9036)
![](https://img.shields.io/static/v1?label=Product&message=Msgpuck%20library&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-125%3A%20Out-of-bounds%20Read&color=brighgreen)
### Description
An exploitable incorrect return value vulnerability exists in the mp_check function of Tarantool's Msgpuck library 1.0.3. A specially crafted packet can cause the mp_check function to incorrectly return success when trying to check if decoding a map16 packet will read outside the bounds of a buffer, resulting in a denial of service vulnerability.
### POC
#### Reference
- http://www.talosintelligence.com/reports/TALOS-2016-0254/
#### Github
- https://github.com/Live-Hack-CVE/CVE-2016-9036