You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,46 @@ min-version-rs: blah
12
12
weight: 20
13
13
---
14
14
15
+
## Redis Open Source 8.2.2 (October 2025)
16
+
17
+
Update urgency: `SECURITY`: There are security fixes in the release.
18
+
19
+
### Security fixes
20
+
21
+
- (CVE-2025-49844) A Lua script may lead to remote code execution
22
+
- (CVE-2025-46817) A Lua script may lead to integer overflow and potential RCE
23
+
- (CVE-2025-46818) A Lua script can be executed in the context of another user
24
+
- (CVE-2025-46819) LUA out-of-bound read
25
+
26
+
### New Features
27
+
28
+
-[#14223](https://github.com/redis/redis/pull/14223)`VSIM`: new `EPSILON` argument to specify maximum distance
29
+
-[#Q6867](https://github.com/RediSearch/RediSearch/pull/6867), [#Q6845](https://github.com/RediSearch/RediSearch/pull/6845)`SVS-VAMANA`: allow use of `BUILD_INTEL_SVS_OPT` flag for Intel optimisations (MOD-10920)
30
+
31
+
### Bug fixes
32
+
33
+
-[#14319](https://github.com/redis/redis/pull/14319) Potential crash on Lua script defrag
34
+
-[#14323](https://github.com/redis/redis/pull/14323) Potential crash on streams and HFE defrag
35
+
-[#14330](https://github.com/redis/redis/pull/14330) Potential use-after-free after pubsub and Lua defrag
36
+
-[#14288](https://github.com/redis/redis/pull/14288)`MEMORY USAGE`: fix reported value
37
+
-[#14259](https://github.com/redis/redis/pull/14259)`XGROUP CREATE`, `XGROUP SETID`: limit `ENTRIESREAD` value to the number of entries added to the stream
38
+
-[#J1374](https://github.com/RedisJSON/RedisJSON/issues/1374)`JSON.DEL` doesn’t delete all matching object members / array elements (MOD-11032, MOD-11067)
39
+
-[#P886](https://github.com/RedisBloom/RedisBloom/pull/886)`TDIGEST.CREATE` crashes (OOM) on huge initialization values (MOD-10840)
40
+
-[#Q6787](https://github.com/RediSearch/RediSearch/pull/6787) Potential shard restart while reindexing vectors on RDB loading (MOD-11011)
41
+
-[#Q6676](https://github.com/RediSearch/RediSearch/pull/6676) Potential crash when using small `CONSTRUCTION_WINDOW_SIZE` on `SVS-VAMANA` (MOD-10771)
42
+
-[#Q6701](https://github.com/RediSearch/RediSearch/pull/6701) Potential crash (OOM) in heavy updates due to a file descriptor leak (MOD-10975)
43
+
-[#Q6723](https://github.com/RediSearch/RediSearch/pull/6723) Potential crash when using ACL rules (MOD-10748)
44
+
-[#Q6641](https://github.com/RediSearch/RediSearch/pull/6641)`INFO SEARCH`: `search_used_memory_indexes` vector index memory value incorrect
45
+
-[#Q6665](https://github.com/RediSearch/RediSearch/pull/6665)`FT.PROFILE`: more accurate execution duration measurements (MOD-10622)
0 commit comments