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

22 lines
1.2 KiB
Markdown

### [CVE-2019-10192](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10192)
![](https://img.shields.io/static/v1?label=Product&message=redis&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=3.x%20before%203.2.13%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=4.x%20before%204.0.14%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=5.x%20before%205.0.4%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-122&color=brightgreen)
### Description
A heap-buffer overflow vulnerability was found in the Redis hyperloglog data structure versions 3.x before 3.2.13, 4.x before 4.0.14 and 5.x before 5.0.4. By carefully corrupting a hyperloglog using the SETRANGE command, an attacker could trick Redis interpretation of dense HLL encoding to write up to 3 bytes beyond the end of a heap-allocated buffer.
### POC
#### Reference
- https://raw.githubusercontent.com/antirez/redis/3.2/00-RELEASENOTES
- https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES
- https://www.oracle.com/security-alerts/cpujul2020.html
#### Github
- https://github.com/ARPSyndicate/cve-scores