Redis 6.0.14
CI / test-ubuntu-latest (push) Has been cancelled
CI / build-ubuntu-old (push) Has been cancelled
CI / build-macos-latest (push) Has been cancelled
CI / build-32bit (push) Has been cancelled
CI / build-libc-malloc (push) Has been cancelled

This commit is contained in:
Oran Agra
2021-06-01 17:03:44 +03:00
parent dd27c4e15e
commit 941d58d4c9
2 changed files with 18 additions and 2 deletions
+16
View File
@@ -11,6 +11,22 @@ CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
================================================================================
Redis 6.0.14 Released Tue July 1 12:00:00 IST 2021
================================================================================
Upgrade urgency: SECURITY, Contains fixes to security issues that affect
authenticated client connections. MODERATE otherwise.
Fix integer overflow in STRALGO LCS (CVE-2021-32625)
An integer overflow bug in Redis version 6.0 or newer can be exploited using the
STRALGO LCS command to corrupt the heap and potentially result with remote code
execution. This is a result of an incomplete fix by CVE-2021-29477.
Other bug fixes:
* Fix crash in UNLINK on a stream key with deleted consumer groups (#8932)
* SINTERSTORE: Add missing keyspace del event when none of the sources exist (#8949)
================================================================================
Redis 6.0.13 Released Mon May 3 19:00:00 IST 2021
================================================================================
+2 -2
View File
@@ -1,2 +1,2 @@
#define REDIS_VERSION "6.0.13"
#define REDIS_VERSION_NUM 0x0006000d
#define REDIS_VERSION "6.0.14"
#define REDIS_VERSION_NUM 0x0006000e