diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 3c8f8b31f62..298b8d342a6 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -12,6 +12,18 @@ SECURITY: There are security fixes in the release. -------------------------------------------------------------------------------- +Redis Community Edition 6.2.15 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-31228) Potential Denial-of-service due to unbounded pattern matching. + + ================================================================================ Redis 6.2.14 Released Wed 18 Oct 2023 10:33:40 IDT ================================================================================ diff --git a/src/version.h b/src/version.h index 9cd8c7fb720..d63e6692e5a 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define REDIS_VERSION "6.2.14" -#define REDIS_VERSION_NUM 0x0006020e +#define REDIS_VERSION "6.2.15" +#define REDIS_VERSION_NUM 0x0006020f