Skip to content

Commit 56f7204

Browse files
committed
DOC-5481 Copied CVE-2025-32023 fix to the RS 7.8.6 July maintenance release notes
1 parent f7ddf3f commit 56f7204

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/operate/rs/release-notes/rs-7-8-releases/rs-7-8-6-tba.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,14 @@ Redis Software 7.8.6-tba supports open source Redis 7.4, 7.2, and 6.2. Below is
149149

150150
Redis 7.4.x:
151151

152+
- (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.
153+
152154
- (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.
153155

154156
Redis 7.2.x:
155157

158+
- (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.
159+
156160
- (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.
157161

158162
- (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.
@@ -199,6 +203,8 @@ Redis 7.0.x:
199203

200204
Redis 6.2.x:
201205

206+
- (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.
207+
202208
- (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.
203209

204210
- (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)