K 10 svn:author V 3 osa K 8 svn:date V 27 2021-02-23T14:16:03.745155Z K 7 svn:log V 588 Security update if you use 32bit build of redis (see bellow), MODERATE if you used earlier versions of Redis 6.2, 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. ChangeLog: https://github.com/redis/redis/releases/tag/6.2.0 END