[RELEASE] Redis 6.0.11 is out

47 views
Skip to first unread message

re...@redis.io

unread,
Feb 23, 2021, 8:00:25 AM2/23/21
to Redis mailing list

Hello everyone,

Redis 6.0.11 is out: https://github.com/redis/redis/releases/tag/6.0.11

The release notes are as follows:

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:

  • Avoid 32-bit overflows when proto-max-bulk-len is set high (#8522)
  • Fix handling of threaded IO and CLIENT PAUSE (failover), could lead to data loss or a crash (#8520)
  • Fix the selection of a random element from large hash tables (#8133)
  • Fix broken protocol in client tracking tracking-redir-broken message (#8456)
  • XINFO able to access expired keys on a replica (#8436)
  • Fix broken protocol in redis-benchmark when used with -a or --dbnum (#8486)
  • Avoid assertions (on older kernels) when testing arm64 CoW bug (#8405)
  • CONFIG REWRITE should honor umask settings (#8371)
  • Fix firstkey,lastkey,step in COMMAND command for some commands (#8367)

Modules:

  • RM_ZsetRem: Delete key if empty, the bug could leave empty zset keys (#8453)

Cheers,
The Redis Team

 
Reply all
Reply to author
Forward
0 new messages