High severity8.8OSV Advisory· Published Jan 8, 2025· Updated Apr 15, 2026
CVE-2024-55656
CVE-2024-55656
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.
Affected products
2v2.2.0, v2.2.1, v2.2.10, …+ 1 more
- (no CPE)range: v2.2.0, v2.2.1, v2.2.10, …
- (no CPE)range: <2.2.19, >=2.4.0 <2.4.12, >=2.6.0 <2.6.14, >=2.8.0 <2.8.2
Patches
Vulnerability mechanics
References
1News mentions
0No linked articles in our index yet.