Skip to content

[AUTOPATCHER-CORE] Upgrade redis to 6.2.18 for CVE-2025-21605 [HIGH] #13643

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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
2 changes: 1 addition & 1 deletion SPECS/redis/redis.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"redis-6.2.17.tar.gz": "f7aab300407aaa005bc1a688e61287111f4ae13ed657ec50ef4ab529893ddc30"
"redis-6.2.18.tar.gz": "470c75bac73d7390be4dd66479c6f29e86371c5d380ce0c7efb4ba2bbda3612d"
}
}
5 changes: 4 additions & 1 deletion SPECS/redis/redis.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: advanced key-value store
Name: redis
Version: 6.2.17
Version: 6.2.18
Release: 1%{?dist}
License: BSD
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -84,6 +84,9 @@ exit 0
%config(noreplace) %attr(0640, %{name}, %{name}) %{_sysconfdir}/redis.conf

%changelog
* Wed Apr 30 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 6.2.18-1
- Auto-upgrade to 6.2.18 - for CVE-2025-21605

* Mon Jan 13 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 6.2.17-1
- Auto-upgrade to 6.2.17 - Upgrade redis to fix CVE-2024-46981

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25574,8 +25574,8 @@
"type": "other",
"other": {
"name": "redis",
"version": "6.2.17",
"downloadUrl": "https://download.redis.io/releases/redis-6.2.17.tar.gz"
"version": "6.2.18",
"downloadUrl": "https://download.redis.io/releases/redis-6.2.18.tar.gz"
}
}
},
Expand Down
Loading