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 4fbf59b3c2..68ec9a0a02 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 @@ -11,6 +11,13 @@ min-version-db: blah min-version-rs: blah weight: 100 --- +## Redis Community Edition 7.4.7 (November 2025) + +Update urgency: `HIGH`: There is a critical bug that may affect a subset of users. + +### Bug fixes + +- Potential crash on HyperLogLog with 2GB+ entries ## Redis Community Edition 7.4.6 (October 2025) diff --git a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md index 835244dfb9..bdb2972b1e 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md @@ -11,6 +11,20 @@ min-version-db: blah min-version-rs: blah weight: 40 --- +## Redis Open Source 8.0.5 (November 2025) + +Update urgency: `HIGH`: There are critical bugs that may affect a subset of users. + +### Bug fixes + +- `HGETEX` - potential crash when `FIELDS` is used and `numfields` is missing +- Potential crash on HyperLogLog with 2GB+ entries +- Cuckoo filter - Division by zero in Cuckoo filter insertion +- Cuckoo filter - Counter overflow +- Bloom filter - Arbitrary memory read/write with invalid filter +- Bloom filter - Out-of-bounds access with empty chain +- Bloom filter - Restore invalid filter +- Top-k - Out-of-bounds access ## Redis Open Source 8.0.4 (October 2025) diff --git a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md index 4d702c1d79..63f5da5913 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md @@ -12,6 +12,25 @@ min-version-rs: blah weight: 20 --- +## Redis Open Source 8.2.3 (November 2025) + +Update urgency: `SECURITY`: There is a security fix in the release. + +### Security fixes + +- (CVE-2025-62507) `XACKDEL` - potential stack overflow and RCE + +### Bug fixes + +- `HGETEX` - potential crash when `FIELDS` is used and `numfields` is missing +- Potential crash on HyperLogLog with 2GB+ entries +- Cuckoo filter - Division by zero in Cuckoo filter insertion +- Cuckoo filter - Counter overflow +- Bloom filter - Arbitrary memory read/write with invalid filter +- Bloom filter - Out-of-bounds access with empty chain +- Bloom filter - Restore invalid filter +- Top-k - Out-of-bounds access + ## Redis Open Source 8.2.2 (October 2025) Update urgency: `SECURITY`: There are security fixes in the release.