Skip to content

Commit

Permalink
Redis 7.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
oranagra committed Sep 6, 2023
1 parent 0f14d32 commit 49dbedb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions 00-RELEASENOTES
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,29 @@ SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------


================================================================================
Redis 7.0.13 Released Wed 06 Sep 2023 15:00:00 IDT
================================================================================

Upgrade urgency SECURITY: See security fixes below.

Security Fixes
==============

* (CVE-2023-41053) Redis does not correctly identify keys accessed by SORT_RO and
as a result may grant users executing this command access to keys that are not
explicitly authorized by the ACL configuration.

Bug Fixes
=========

* Cluster: fix a race condition where a slot migration may revert on a
subsequent failover or node joining (#12344)
* Ensure that the function load timeout is disabled during loading from RDB/AOF
and on replicas. (#12451)
* Fix the assertion when script timeout occurs after it signaled a blocked client (#12459)


================================================================================
Redis 7.0.12 Released Mon July 10 12:00:00 IDT 2023
================================================================================
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define REDIS_VERSION "7.0.12"
#define REDIS_VERSION_NUM 0x0007000c
#define REDIS_VERSION "7.0.13"
#define REDIS_VERSION_NUM 0x0007000d

0 comments on commit 49dbedb

Please sign in to comment.