Files
meta-openembedded/meta-oe/recipes-extended
Armin Kuster 6be10fe608 redis: update to 5.0.14
Bug fix only updates. see: https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES

Including these cves:

5.0.14
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].

5.0.11
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.

5.0.10
This release fixes a potential heap overflow when using a heap allocator other
than jemalloc or glibc's malloc. See:
https://github.com/redis/redis/pull/7963

Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-10-29 07:34:58 -07:00
..
2020-04-08 08:15:03 -07:00
2020-03-15 16:36:28 -07:00
2019-08-29 09:06:54 -07:00
2020-03-30 22:02:13 -07:00
2020-01-10 00:50:59 -08:00
2020-10-04 15:56:27 -07:00
2019-12-19 11:02:29 -08:00
2020-11-09 19:43:29 -08:00
2019-10-25 10:29:51 -07:00
2020-04-21 19:21:55 -07:00
2020-01-22 11:10:25 -08:00
2020-05-28 21:37:18 -07:00
2020-04-28 16:24:07 -07:00
2018-06-14 08:57:14 -07:00
2019-11-20 06:57:07 -08:00
2020-03-08 08:15:34 -07:00
2018-11-27 11:05:22 -08:00
2020-02-20 08:22:38 -08:00
2020-06-12 09:32:24 -07:00
2018-09-25 22:24:15 -07:00
2018-09-08 13:32:12 -07:00
2018-07-04 06:09:58 -07:00
2018-10-05 14:51:14 -07:00
2020-04-25 22:44:45 -07:00
2019-10-25 10:29:51 -07:00
2021-10-29 07:34:58 -07:00
2019-12-31 11:06:24 -08:00
2020-02-16 12:52:19 -08:00
2020-02-21 08:50:36 -08:00
2018-06-20 23:19:13 -07:00
2020-04-11 08:00:20 -07:00
2019-09-16 07:10:03 -07:00
2020-04-01 15:11:15 -07:00
2019-09-16 07:10:03 -07:00
2020-07-01 08:01:41 -07:00