Redis 6.0.19
CI / test-ubuntu-latest (push) Has been cancelled
CI / build-debian-old (push) Has been cancelled
CI / build-macos-latest (push) Has been cancelled
CI / build-32bit (push) Has been cancelled
CI / build-libc-malloc (push) Has been cancelled

This commit is contained in:
Oran Agra
2023-04-17 15:54:33 +03:00
parent 6c3aedc06f
commit 87e3c4fb12
2 changed files with 19 additions and 2 deletions
+17
View File
@@ -12,6 +12,23 @@ SECURITY: There are security fixes in the release.
--------------------------------------------------------------------------------
================================================================================
Redis 6.0.19 Released Mon Apr 17 16:00:00 IST 2023
================================================================================
Upgrade urgency: SECURITY, contains fixes to security issues.
Security Fixes:
* (CVE-2023-28856) Authenticated users can use the HINCRBYFLOAT command to create
an invalid hash field that will crash Redis on access
Bug Fixes
=========
* Fix CLIENT REPLY OFF|SKIP to not silence push notifications (#11875)
================================================================================
Redis 6.0.18 Released Tue Feb 28 12:00:00 IST 2023
================================================================================
+2 -2
View File
@@ -1,2 +1,2 @@
#define REDIS_VERSION "6.0.18"
#define REDIS_VERSION_NUM 0x00060012
#define REDIS_VERSION "6.0.19"
#define REDIS_VERSION_NUM 0x00060013