mirror of https://mirror.osredm.com/root/redis.git
Release Redis 7.2.6
This commit is contained in:
parent
c8649f8e85
commit
ae6a2aa95c
|
@ -12,6 +12,23 @@ SECURITY: There are security fixes in the release.
|
|||
--------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Redis Community Edition 7.2.6 Released Wed 02 Oct 2024 20:17:04 IDT
|
||||
================================================================================
|
||||
|
||||
Upgrade urgency SECURITY: See security fixes below.
|
||||
|
||||
Security fixes
|
||||
==============
|
||||
|
||||
* (CVE-2024-31449) Lua library commands may lead to stack overflow and potential RCE.
|
||||
* (CVE-2024-31227) Potential Denial-of-service due to malformed ACL selectors.
|
||||
* (CVE-2024-31228) Potential Denial-of-service due to unbounded pattern matching.
|
||||
|
||||
Bug fixes
|
||||
=========
|
||||
|
||||
* Fixed crashes in cluster mode (#13315)
|
||||
|
||||
================================================================================
|
||||
Redis 7.2.5 Released Thu 16 May 2024 12:00:00 IST
|
||||
================================================================================
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#define REDIS_VERSION "7.2.5"
|
||||
#define REDIS_VERSION_NUM 0x00070205
|
||||
#define REDIS_VERSION "7.2.6"
|
||||
#define REDIS_VERSION_NUM 0x00070206
|
||||
|
|
Loading…
Reference in New Issue