CVE-2024-55656
HIGHRedisBloom 2.2.0-2.2.18, 2.4.0-2.4.11, 2.6.0-2.6.13, 2.8.0-2.8.1 - Integer Overflow in CMS.INITBYDIM
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2024-55656. PoCs published by rick2600.
AI-analyzed exploit summary This exploit leverages an integer overflow in RedisBloom's CMS.INITBYDIM command to achieve remote code execution via out-of-bounds read/write operations. The PoC includes memory leakage and arbitrary write capabilities to manipulate Redis client structures.
Description
RedisBloom adds a set of probabilistic data structures to Redis. There is an integer overflow vulnerability in RedisBloom, which is a module used in Redis. The integer overflow vulnerability allows an attacker (a redis client which knows the password) to allocate memory in the heap lesser than the required memory due to wraparound. Then read and write can be performed beyond this allocated memory, leading to info leak and OOB write. The integer overflow is in CMS.INITBYDIM command, which initialize a Count-Min Sketch to dimensions specified by user. It accepts two values (width and depth) and uses them to allocate memory in NewCMSketch(). This vulnerability is fixed in 2.2.19, 2.4.12, 2.6.14, and 2.8.2.
Exploits (1)
This exploit leverages an integer overflow in RedisBloom's CMS.INITBYDIM command to achieve remote code execution via out-of-bounds read/write operations. The PoC includes memory leakage and arbitrary write capabilities to manipulate Redis client structures.
References (1)
Scores
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H