CVE-2024-55656

HIGH

Redis - Info Disclosure

Title source: llm
STIX 2.1

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)

nomisec WORKING POC
by rick2600 · poc
https://github.com/rick2600/redis-stack-CVE-2024-55656

Scores

CVSS v3 8.8
EPSS 0.1311
EPSS Percentile 94.1%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact total

Details

CWE
CWE-190
Status published
Products (4)
RedisBloom/RedisBloom >= 2.2.0, < 2.2.19
RedisBloom/RedisBloom >= 2.4.0, < 2.4.12
RedisBloom/RedisBloom >= 2.6.0, < 2.6.14
RedisBloom/RedisBloom >= 2.8.0, < 2.8.2
Published Jan 08, 2025
Tracked Since Feb 18, 2026