Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ Active defragmentation does not stop mid-key for JSON data. Large keys are defra

## Security

Redis Software 7.22.2-133 updates pyOpenSSL to 26.0.0, which fixes a buffer overflow in the DTLS cookie-generation callback (CVE-2026-27459 / GHSA-5pwr-322w-8jr4).

#### Open source Redis security fixes compatibility

As part of Redis's commitment to security, Redis Software implements the latest [security fixes](https://github.com/redis/redis/releases) available with [open source Redis](https://github.com/redis/redis). Redis Software has already included the fixes for the relevant CVEs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ If one or more fields of a hash key expire after an `FT.SEARCH` or `FT.AGGREGATE

## Security

Redis Software 7.8.6-263 updates pyOpenSSL to 26.0.0, which fixes a buffer overflow in the DTLS cookie-generation callback (CVE-2026-27459 / GHSA-5pwr-322w-8jr4).

#### Open source Redis security fixes compatibility

As part of Redis's commitment to security, Redis Software implements the latest [security fixes](https://github.com/redis/redis/releases) available with [open source Redis](https://github.com/redis/redis). Redis Software has already included the fixes for the relevant CVEs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ The following legacy UI features are not yet available in the new Cluster Manage

## Security

Redis Software 8.0.20-19 includes pyOpenSSL 26.0.0, which fixes a buffer overflow in the DTLS cookie-generation callback (CVE-2026-27459 / GHSA-5pwr-322w-8jr4).

#### Redis Open Source security fixes compatibility

As part of Redis's commitment to security, Redis Software implements the latest [security fixes](https://github.com/redis/redis/releases) available with [Redis Open Source](https://github.com/redis/redis). Redis Software has already included the fixes for the relevant CVEs.
Expand Down
Loading