Hi all,
Redis 5.0.11 is out: https://github.com/redis/redis/releases/tag/5.0.11
Here are the release notes:
Upgrade urgency: SECURITY if you use 32-bit build of Redis (see bellow), LOW
otherwise.
Integer overflow on 32-bit systems (CVE-2021-21309):
Redis 4.0 or newer uses a configurable limit for the maximum supported bulk
input size. By default, it is 512MB which is a safe value for all platforms.
If the limit is significantly increased, receiving a large request from a client
may trigger several integer overflow scenarios, which would result with buffer
overflow and heap corruption.
Bug fixes:
Platform and deployment-related changes:
Modules:
Cheers,
The Redis Team