cve/2018/CVE-2018-12326.md

19 lines
885 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2018-12326](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12326)
![](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
Buffer overflow in redis-cli of Redis before 4.0.10 and 5.x before 5.0 RC3 allows an attacker to achieve code execution and escalate to higher privileges via a crafted command line. NOTE: It is unclear whether there are any common situations in which redis-cli is used with, for example, a -h (aka hostname) argument from an untrusted source.
### POC
#### Reference
- https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES
- https://www.exploit-db.com/exploits/44904/
#### Github
- https://github.com/spasm5/CVE-2018-12326