Skip to content

Commit 9c963ac

Browse files
committed
DOC-5481 Copied CVE-2025-32023 fix to the release notes for the next major RS release
1 parent 0e3a6b5 commit 9c963ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/operate/rs/release-notes/rs-7-2x-releases/rs-7-2x-0-tba.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,14 @@ Redis Enterprise Software 7.2x.0-tba supports open source Redis 7.4, 7.2, and 6.
185185
186186
Redis 7.4.x:
187187
188+
- (CVE-2025-32023) An authenticated user can use a specially crafted string to trigger a stack/heap out-of-bounds write on HyperLogLog operations, which can lead to remote code execution.
189+
188190
- (CVE-2025-21605) An unauthenticated client can cause unlimited growth of output buffers until the server runs out of memory or is terminated, which can lead to denial-of-service.
189191
190192
Redis 7.2.x:
191193
194+
- (CVE-2025-32023) An authenticated user can use a specially crafted string to trigger a stack/heap out-of-bounds write on HyperLogLog operations, which can lead to remote code execution.
195+
192196
- (CVE-2025-21605) An unauthenticated client can cause unlimited growth of output buffers until the server runs out of memory or is terminated, which can lead to denial-of-service.
193197
194198
- (CVE-2024-31449) An authenticated user may use a specially crafted Lua script to trigger a stack buffer overflow in the bit library, which may potentially lead to remote code execution.
@@ -235,6 +239,8 @@ Redis 7.0.x:
235239
236240
Redis 6.2.x:
237241
242+
- (CVE-2025-32023) An authenticated user can use a specially crafted string to trigger a stack/heap out-of-bounds write on HyperLogLog operations, which can lead to remote code execution.
243+
238244
- (CVE-2025-21605) An unauthenticated client can cause unlimited growth of output buffers until the server runs out of memory or is terminated, which can lead to denial-of-service.
239245
240246
- (CVE-2024-31449) An authenticated user may use a specially crafted Lua script to trigger a stack buffer overflow in the bit library, which may potentially lead to remote code execution.

0 commit comments

Comments
 (0)