Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down