cve/2022/CVE-2022-35977.md

20 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2022-35977](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35977)
![](https://img.shields.io/static/v1?label=Product&message=redis&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3E%3D%207.0%2C%20%3C%207.0.8%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-190%3A%20Integer%20Overflow%20or%20Wraparound&color=brighgreen)
### Description
Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted `SETRANGE` and `SORT(_RO)` commands can trigger an integer overflow, resulting with Redis attempting to allocate impossible amounts of memory and abort with an out-of-memory (OOM) panic. The problem is fixed in Redis versions 7.0.8, 6.2.9 and 6.0.17. Users are advised to upgrade. There are no known workarounds for this vulnerability.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/ARPSyndicate/cvemon
2024-08-06 19:19:10 +00:00
- https://github.com/leesh3288/leesh3288
2024-05-25 21:48:12 +02:00
- https://github.com/redis-windows/redis-windows