File tree Expand file tree Collapse file tree 3 files changed +40
-0
lines changed
content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce Expand file tree Collapse file tree 3 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ min-version-db: blah
1111min-version-rs : blah
1212weight : 100
1313---
14+ ## Redis Community Edition 7.4.7 (November 2025)
15+
16+ Update urgency: ` HIGH ` : There is a critical bug that may affect a subset of users.
17+
18+ ### Bug fixes
19+
20+ - Potential crash on HyperLogLog with 2GB+ entries
1421
1522## Redis Community Edition 7.4.6 (October 2025)
1623
Original file line number Diff line number Diff line change @@ -11,6 +11,20 @@ min-version-db: blah
1111min-version-rs : blah
1212weight : 40
1313---
14+ ## Redis Open Source 8.0.5 (November 2025)
15+
16+ Update urgency: ` HIGH ` : There are critical bugs that may affect a subset of users.
17+
18+ ### Bug fixes
19+
20+ - ` HGETEX ` - potential crash when ` FIELDS ` is used and ` numfields ` is missing
21+ - Potential crash on HyperLogLog with 2GB+ entries
22+ - Cuckoo filter - Division by zero in Cuckoo filter insertion
23+ - Cuckoo filter - Counter overflow
24+ - Bloom filter - Arbitrary memory read/write with invalid filter
25+ - Bloom filter - Out-of-bounds access with empty chain
26+ - Bloom filter - Restore invalid filter
27+ - Top-k - Out-of-bounds access
1428
1529## Redis Open Source 8.0.4 (October 2025)
1630
Original file line number Diff line number Diff line change @@ -12,6 +12,25 @@ min-version-rs: blah
1212weight : 20
1313---
1414
15+ ## Redis Open Source 8.2.3 (November 2025)
16+
17+ Update urgency: ` SECURITY ` : There is a security fix in the release.
18+
19+ ### Security fixes
20+
21+ - (CVE-2025 -62507) ` XACKDEL ` - potential stack overflow and RCE
22+
23+ ### Bug fixes
24+
25+ - ` HGETEX ` - potential crash when ` FIELDS ` is used and ` numfields ` is missing
26+ - Potential crash on HyperLogLog with 2GB+ entries
27+ - Cuckoo filter - Division by zero in Cuckoo filter insertion
28+ - Cuckoo filter - Counter overflow
29+ - Bloom filter - Arbitrary memory read/write with invalid filter
30+ - Bloom filter - Out-of-bounds access with empty chain
31+ - Bloom filter - Restore invalid filter
32+ - Top-k - Out-of-bounds access
33+
1534## Redis Open Source 8.2.2 (October 2025)
1635
1736Update urgency: ` SECURITY ` : There are security fixes in the release.
You can’t perform that action at this time.
0 commit comments