Skip to content

Commit f7b5d1e

Browse files
[AUTOPATCHER-CORE] Upgrade redis to 6.2.18 for CVE-2025-21605 [HIGH] (#13643)
Co-authored-by: jslobodzian <joslobo@microsoft.com> (cherry picked from commit 3974470)
1 parent aece0bd commit f7b5d1e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

SPECS/redis/redis.signatures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"redis-6.2.17.tar.gz": "f7aab300407aaa005bc1a688e61287111f4ae13ed657ec50ef4ab529893ddc30"
3+
"redis-6.2.18.tar.gz": "470c75bac73d7390be4dd66479c6f29e86371c5d380ce0c7efb4ba2bbda3612d"
44
}
55
}

SPECS/redis/redis.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: advanced key-value store
22
Name: redis
3-
Version: 6.2.17
3+
Version: 6.2.18
44
Release: 1%{?dist}
55
License: BSD
66
Vendor: Microsoft Corporation
@@ -84,6 +84,9 @@ exit 0
8484
%config(noreplace) %attr(0640, %{name}, %{name}) %{_sysconfdir}/redis.conf
8585

8686
%changelog
87+
* Wed Apr 30 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 6.2.18-1
88+
- Auto-upgrade to 6.2.18 - for CVE-2025-21605
89+
8790
* Mon Jan 13 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 6.2.17-1
8891
- Auto-upgrade to 6.2.17 - Upgrade redis to fix CVE-2024-46981
8992

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25574,8 +25574,8 @@
2557425574
"type": "other",
2557525575
"other": {
2557625576
"name": "redis",
25577-
"version": "6.2.17",
25578-
"downloadUrl": "https://download.redis.io/releases/redis-6.2.17.tar.gz"
25577+
"version": "6.2.18",
25578+
"downloadUrl": "https://download.redis.io/releases/redis-6.2.18.tar.gz"
2557925579
}
2558025580
}
2558125581
},

0 commit comments

Comments
 (0)