summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2021-10-04 10:08:38 +0300
committerOran Agra <oran@redislabs.com>2021-10-04 13:59:19 +0300
commit5895d119b1c2825ff0394f30e246e036c3972bc5 (patch)
treee67b229df822bab86c2b7217f14cbe45dcb7607a
parentaabe95125d2cc5d315da575e64bebc8680607fc1 (diff)
downloadredis-5895d119b1c2825ff0394f30e246e036c3972bc5.tar.gz
Redis 6.0.166.0.16
-rw-r--r--00-RELEASENOTES35
-rw-r--r--src/version.h4
2 files changed, 37 insertions, 2 deletions
diff --git a/00-RELEASENOTES b/00-RELEASENOTES
index b78affb2f..2e24e2ead 100644
--- a/00-RELEASENOTES
+++ b/00-RELEASENOTES
@@ -12,6 +12,41 @@ SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
================================================================================
+Redis 6.0.16 Released Mon Oct 4 12:00:00 IDT 2021
+================================================================================
+
+Upgrade urgency: SECURITY, contains fixes to security issues.
+
+Security Fixes:
+* (CVE-2021-41099) Integer to heap buffer overflow handling certain string
+ commands and network payloads, when proto-max-bulk-len is manually configured
+ to a non-default, very large value [reported by yiyuaner].
+* (CVE-2021-32762) Integer to heap buffer overflow issue in redis-cli and
+ redis-sentinel parsing large multi-bulk replies on some older and less common
+ platforms [reported by Microsoft Vulnerability Research].
+* (CVE-2021-32687) Integer to heap buffer overflow with intsets, when
+ set-max-intset-entries is manually configured to a non-default, very large
+ value [reported by Pawel Wieczorkiewicz, AWS].
+* (CVE-2021-32675) Denial Of Service when processing RESP request payloads with
+ a large number of elements on many connections.
+* (CVE-2021-32672) Random heap reading issue with Lua Debugger [reported by
+ Meir Shpilraien].
+* (CVE-2021-32628) Integer to heap buffer overflow handling ziplist-encoded
+ data types, when configuring a large, non-default value for
+ hash-max-ziplist-entries, hash-max-ziplist-value, zset-max-ziplist-entries
+ or zset-max-ziplist-value [reported by sundb].
+* (CVE-2021-32627) Integer to heap buffer overflow issue with streams, when
+ configuring a non-default, large value for proto-max-bulk-len and
+ client-query-buffer-limit [reported by sundb].
+* (CVE-2021-32626) Specially crafted Lua scripts may result with Heap buffer
+ overflow [reported by Meir Shpilraien].
+
+Other bug fixes:
+* Fix appendfsync to always guarantee fsync before reply, on MacOS and FreeBSD (kqueue) (#9416)
+* Fix the wrong mis-detection of sync_file_range system call, affecting performance (#9371)
+* Fix replication issues when repl-diskless-load is used (#9280)
+
+================================================================================
Redis 6.0.15 Released Wed Jul 21 16:32:19 IDT 2021
================================================================================
diff --git a/src/version.h b/src/version.h
index 43a8f4e12..b526e0b8d 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,2 +1,2 @@
-#define REDIS_VERSION "6.0.15"
-#define REDIS_VERSION_NUM 0x0006000f
+#define REDIS_VERSION "6.0.16"
+#define REDIS_VERSION_NUM 0x00060010