CVE-2024-55656 - CVE House
Back to Database
Status published High CVE-2024-55656

RedisBloom Integer Overflow Remote Code Execution Vulnerability

Vulnerability 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.

Impact Analysis

Refer to official advisory for detailed impact metrics.

Remediation

Ensure systems are updated to the latest vendor-supplied patch levels.

THREAT MONITOR

Am I Vulnerable?

Launch our assessment wizard to check if your infrastructure is exposed to • CVE-2024-55656

Credits & Attribution

No credits recorded in the NVD database.

Affected Vendor

Affected Software

RedisBloom
Vulnerable Versions:
>= 2.2.0, < 2.2.19, >= 2.4.0, < 2.4.12, >= 2.6.0, < 2.6.14, >= 2.8.0, < 2.8.2

Timeline

Official Publish: January 8th, 2025
Last Modified: January 8th, 2025
Added to House: July 22nd, 2026

CVSS Vectors

V3: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Weaknesses (CWE)