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

19 lines
695 B
Markdown

### [CVE-2016-10749](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10749)
![](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
parse_string in cJSON.c in cJSON before 2016-10-02 has a buffer over-read, as demonstrated by a string that begins with a " character and ends with a \ character.
### POC
#### Reference
- https://github.com/DaveGamble/cJSON/issues/30
- https://www.openwall.com/lists/oss-security/2016/11/07/2
#### Github
- https://github.com/ARPSyndicate/cvemon