Skip to content

Commit 18a1286

Browse files
[AUTO-CHERRYPICK] [3.0] Upgrade nvidia-container-toolkit and libnvidia-container to 1.17.8 to resolve CVE-2025-23266 - branch 3.0-dev (microsoft#14385)
Co-authored-by: Sam Meluch <[email protected]>
1 parent 8c0db83 commit 18a1286

File tree

5 files changed

+17
-11
lines changed

5 files changed

+17
-11
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
33
"nvidia-modprobe-550.54.14.tar.gz": "5687b0dfa6087dd480ae91e91ff1dca975794e35a2edcf9ec08d8f9cb98ef905",
4-
"libnvidia-container-1.17.4.tar.gz": "dca982cb83a5937c4533e707dc8fb1070496dff989d71319b64e698519b3a0b9"
4+
"libnvidia-container-1.17.8.tar.gz": "4a85cb927954a4751b0695de03d6a49a3c79bb2fcaf687bbf1b7d081a956319f"
55
}
66
}

SPECS/libnvidia-container/libnvidia-container.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
%define mod_probe_dir deps/src/nvidia-modprobe-%{modprobe_version}
44
Summary: NVIDIA container runtime library
55
Name: libnvidia-container
6-
Version: 1.17.4
7-
Release: 2%{?dist}
6+
Version: 1.17.8
7+
Release: 1%{?dist}
88
License: BSD AND ASL2.0 AND GPLv3+ AND LGPLv3+ AND MIT AND GPLv2
99
Vendor: Microsoft Corporation
1010
Distribution: Azure Linux
@@ -135,6 +135,9 @@ This package contains command-line tools that facilitate using the library.
135135
%{_bindir}/*
136136

137137
%changelog
138+
* Thu Jul 24 2025 Sam Meluch <[email protected]> - 1.17.8-1
139+
- Upgrade to version 1.17.8 in sync with nvidia-container-toolkit
140+
138141
* Mon Mar 10 2025 Jon Slobodzian <[email protected]> - 1.17.4-2
139142
- The Golang 1.24 breaks this build. Changed BuildRequires to specify a lower version.
140143

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
3-
"nvidia-container-toolkit-1.17.4-vendor.tar.gz": "cf32482be12a65f1a5d8fd9cf4175824fe78f7f2dd022394568df18c4580b69a",
4-
"nvidia-container-toolkit-1.17.4.tar.gz": "f960b9ec55e479e591c6deb10166c9c73a0cefc01c10659af6eaf3f17d96fd8c"
3+
"nvidia-container-toolkit-1.17.8-vendor.tar.gz": "c19168dff49faeb886cc4d9a49bc9ce5e84996e66b68530eb68a7148334f8c56",
4+
"nvidia-container-toolkit-1.17.8.tar.gz": "9ce6fc5dd355441febf0008d4fd48cc621b9ec936cad122c64d3f252ba845199"
55
}
66
}

SPECS/nvidia-container-toolkit/nvidia-container-toolkit.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
%global debug_package %{nil}
22
Summary: NVIDIA container runtime hook
33
Name: nvidia-container-toolkit
4-
Version: 1.17.4
5-
Release: 3%{?dist}
4+
Version: 1.17.8
5+
Release: 1%{?dist}
66
License: ALS2.0
77
Vendor: Microsoft Corporation
88
Distribution: Azure Linux
@@ -87,6 +87,9 @@ rm -f %{_bindir}/nvidia-container-toolkit
8787
%{_bindir}/nvidia-cdi-hook
8888

8989
%changelog
90+
* Thu Jul 24 2025 Sam Meluch <[email protected]> - 1.17.8-1
91+
- Upgrade to 1.17.8 to resolve CVE-2025-23266
92+
9093
* Thu Apr 10 2025 Kanishk Bansal <[email protected]> - 1.17.4-3
9194
- Removed extraction command from prep
9295

cgmanifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10501,8 +10501,8 @@
1050110501
"type": "other",
1050210502
"other": {
1050310503
"name": "libnvidia-container",
10504-
"version": "1.17.4",
10505-
"downloadUrl": "https://github.com/NVIDIA/libnvidia-container/archive/v1.17.4.tar.gz"
10504+
"version": "1.17.8",
10505+
"downloadUrl": "https://github.com/NVIDIA/libnvidia-container/archive/v1.17.8.tar.gz"
1050610506
}
1050710507
}
1050810508
},
@@ -14522,8 +14522,8 @@
1452214522
"type": "other",
1452314523
"other": {
1452414524
"name": "nvidia-container-toolkit",
14525-
"version": "1.17.4",
14526-
"downloadUrl": "https://github.com/NVIDIA/nvidia-container-toolkit/archive/v1.17.4.tar.gz"
14525+
"version": "1.17.8",
14526+
"downloadUrl": "https://github.com/NVIDIA/nvidia-container-toolkit/archive/v1.17.8.tar.gz"
1452714527
}
1452814528
}
1452914529
},

0 commit comments

Comments
 (0)