First published: Thu Mar 02 2023(Updated: )
Redis is an in-memory database that persists on disk. Authenticated users issuing specially crafted `SRANDMEMBER`, `ZRANDMEMBER`, and `HRANDFIELD` commands can trigger an integer overflow, resulting in a runtime assertion and termination of the Redis server process. This problem affects all Redis versions. Patches were released in Redis version(s) 6.0.18, 6.2.11 and 7.0.9.
Credit: security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Redis Redis | <6.0.18 | |
Redis Redis | >=6.2.0<6.2.11 | |
Redis Redis | >=7.0.0<7.0.9 | |
IBM Planning Analytics | <=2.0 | |
debian/redis | <=5:5.0.14-1+deb10u2<=5:5.0.14-1+deb10u5<=5:6.0.16-1+deb11u2 | 5:7.0.15-1~deb12u1 5:7.0.15-1 |
ubuntu/redis | <5:4.0.9-1ubuntu0.2+ | 5:4.0.9-1ubuntu0.2+ |
ubuntu/redis | <5:5.0.7-2ubuntu0.1+ | 5:5.0.7-2ubuntu0.1+ |
ubuntu/redis | <5:6.0.16-1ubuntu1+ | 5:6.0.16-1ubuntu1+ |
ubuntu/redis | <2:2.8.4-2ubuntu0.2+ | 2:2.8.4-2ubuntu0.2+ |
ubuntu/redis | <6.0.18<6.2.11<7.0.9 | 6.0.18 6.2.11 7.0.9 |
ubuntu/redis | <2:3.0.6-1ubuntu0.4+ | 2:3.0.6-1ubuntu0.4+ |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-25155 is a vulnerability in Redis, an in-memory database that persists on disk, which can be exploited by authenticated users issuing specially crafted SRANDMEMBER, ZRANDMEMBER, and HRANDFIELD commands to trigger an integer overflow, leading to the termination of the Redis server process.
CVE-2023-25155 affects all versions of Redis up to and including 6.0.18, 6.2.11, and 7.0.9, where authenticated users can trigger an integer overflow by using specific commands.
CVE-2023-25155 has a severity rating of 6.5, which is considered medium.
To mitigate the CVE-2023-25155 vulnerability, users should update their Redis installation to version 6.0.19, 6.2.12, or 7.0.10 or later, as these versions contain the necessary fixes.
More information about CVE-2023-25155 can be found in the official reference links provided: [GitHub Commit](https://github.com/redis/redis/commit/2a2a582e7cd99ba3b531336b8bd41df2b566e619), [Redis Release - 6.0.18](https://github.com/redis/redis/releases/tag/6.0.18), [Redis Release - 6.2.11](https://github.com/redis/redis/releases/tag/6.2.11).