diff --git a/00-RELEASENOTES b/00-RELEASENOTES index 4980333b510..6ea21237fc3 100644 --- a/00-RELEASENOTES +++ b/00-RELEASENOTES @@ -12,6 +12,19 @@ SECURITY: There are security fixes in the release. -------------------------------------------------------------------------------- +================================================================================ +Redis Community Edition 7.4.1 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. + ================================================================================ Redis Community Edition 7.4.0 GA Released Mon Jul 29 2024 9:00:00 IDT ================================================================================ diff --git a/src/version.h b/src/version.h index 039315f3939..8ef8a80c226 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define REDIS_VERSION "7.4.0" -#define REDIS_VERSION_NUM 0x00070400 +#define REDIS_VERSION "7.4.1" +#define REDIS_VERSION_NUM 0x00070401