Redis · Redis · CVE-2023-25155
**Name of the Vulnerable Software and Affected Versions**
Redis versions prior to 6.0.18
Redis versions prior to 6.2.11
Redis versions prior to 7.0.9
**Description**
The issue is related to an integer overflow that can be triggered by authenticated users issuing specially crafted commands, including `SRANDMEMBER`, `ZRANDMEMBER`, and `HRANDFIELD`. This can result in a runtime assertion and termination of the Redis server process.
**Recommendations**
For versions prior to 6.0.18, update to version 6.0.18 or later.
For versions prior to 6.2.11, update to version 6.2.11 or later.
For versions prior to 7.0.9, update to version 7.0.9 or later.
As a temporary workaround, consider restricting access to the `SRANDMEMBER`, `ZRANDMEMBER`, and `HRANDFIELD` commands until a patch is applied.