Skip to content

Commit e87175e

Browse files
authored
OP: add RCE/ROS release notes (#2371)
1 parent e1e6acb commit e87175e

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisce-7.4-release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ min-version-db: blah
1111
min-version-rs: blah
1212
weight: 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

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.0-release-notes.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ min-version-db: blah
1111
min-version-rs: blah
1212
weight: 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

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,25 @@ min-version-rs: blah
1212
weight: 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

1736
Update urgency: `SECURITY`: There are security fixes in the release.

0 commit comments

Comments
 (0)