From 7a22e4fec6ea2b38e134c138df243ea3cc932e4b Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Mon, 7 Jul 2025 09:04:47 -0700 Subject: [PATCH] OP: add Redis 7.4.5 release notes --- .../redisce/redisce-7.4-release-notes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisce-7.4-release-notes.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisce-7.4-release-notes.md index 816d741961..83c07ff7e8 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisce-7.4-release-notes.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisce-7.4-release-notes.md @@ -12,6 +12,19 @@ min-version-rs: blah weight: 100 --- +## Redis Community Edition 7.4.5 (July 2025) + +Update urgency: `SECURITY`: There are security fixes in the release. + +### Security fixes + +* (CVE-2025-27151) redis-check-aof may lead to stack overflow and potential RCE + +### Bug fixes + +- [#13966](https://github.com/redis/redis/pull/13966), [#13932](https://github.com/redis/redis/pull/13932) `CLUSTER SLOTS` - TLS port update not reflected in CLUSTER SLOTS +- [#13958](https://github.com/redis/redis/pull/13958) `XTRIM`, `XADD` - incorrect lag due to trimming stream + ## Redis Community Edition 7.4.4 (May 2025): Update urgency: `SECURITY`: There are security fixes in the release.