Files
CVEs-PoC/2016/CVE-2016-8339.md
T
2025-09-29 21:09:30 +02:00

19 lines
933 B
Markdown

### [CVE-2016-8339](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-8339)
![](https://img.shields.io/static/v1?label=Product&message=Redis&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=3.2.x%20prior%20to%203.2.4%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Arbitrary%20Code%20Execution&color=brightgreen)
### Description
A buffer overflow in Redis 3.2.x prior to 3.2.4 causes arbitrary code execution when a crafted command is sent. An out of bounds write vulnerability exists in the handling of the client-output-buffer-limit option during the CONFIG SET command for the Redis data structure store. A crafted CONFIG SET command can lead to an out of bounds write potentially resulting in code execution.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/TesterCC/exp_poc_library
- https://github.com/lukeber4/usn-search