Commit 888effe4 authored by Oran Agra's avatar Oran Agra
Browse files

Redis 7.0.4

parent 15ae4e29
...@@ -12,6 +12,17 @@ SECURITY: There are security fixes in the release. ...@@ -12,6 +12,17 @@ SECURITY: There are security fixes in the release.
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
================================================================================
Redis 7.0.4 Released Monday Jul 18 12:00:00 IST 2022
================================================================================
Upgrade urgency: SECURITY, contains fixes to security issues.
Security Fixes:
* (CVE-2022-31144) A specially crafted XAUTOCLAIM command on a stream
key in a specific state may result with heap overflow, and potentially
remote code execution. The problem affects Redis versions 7.0.0 or newer.
================================================================================ ================================================================================
Redis 7.0.3 Released Monday Jul 11 12:00:00 IST 2022 Redis 7.0.3 Released Monday Jul 11 12:00:00 IST 2022
================================================================================ ================================================================================
......
#define REDIS_VERSION "7.0.3" #define REDIS_VERSION "7.0.4"
#define REDIS_VERSION_NUM 0x00070003 #define REDIS_VERSION_NUM 0x00070004
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment