Skip to content
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

Upgrade nvidia-container-toolkit to fix CVE-2024-0132 CVE-2024-0133 #10636

Open
wants to merge 1 commit into
base: fasttrack/3.0
Choose a base branch
from
Open
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
@@ -1,6 +1,6 @@
{
"Signatures": {
"nvidia-container-toolkit-1.15.0-vendor.tar.gz": "bf7f794e9ec7be779707c4ef9ea5bd813f767b49a76729115716110dafa1b7c2",
"nvidia-container-toolkit-1.15.0.tar.gz": "9ecf53ffce76404de6717745a55b82d40d3217b43c1ab27acc7d8b15238b6edc"
}
"Signatures": {
"nvidia-container-toolkit-1.16.2-vendor.tar.gz": "e9ed76163b347b73de1b3af838f0c1b83a61faadcdef65550d0f3160cd236cd6",
"nvidia-container-toolkit-1.16.2.tar.gz": "0062b4123bc8fd34191d95464e42dc18c34c6fff4c7bda0e23ba336f9ecd7997"
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global debug_package %{nil}
Summary: NVIDIA container runtime hook
Name: nvidia-container-toolkit
Version: 1.15.0
Version: 1.16.2
Release: 1%{?dist}
License: ALS2.0
Vendor: Microsoft Corporation
Expand Down Expand Up @@ -84,6 +84,9 @@ rm -f %{_bindir}/nvidia-container-toolkit
%{_bindir}/nvidia-ctk

%changelog
* Sat Oct 05 2024 Mandeep Plaha <[email protected]> - 1.16.2-1
- Auto-upgrade to 1.16.2 - Critical vulnerability CVE-2024-0132, Medium vulnerability CVE-2024-0133

* Fri Jun 07 2024 Henry Li <[email protected]> - 1.15.0-1
- Upgrade to version 1.15.0
- Generate config.toml file during %posttrans
Expand Down Expand Up @@ -211,5 +214,5 @@ rm -f %{_bindir}/nvidia-container-toolkit
* Fri May 15 2020 NVIDIA CORPORATION <[email protected]> 1.1.0-1
- 4e4de762 Update build system to support multi-arch builds
- fcc1d116 Add support for MIG (Multi-Instance GPUs)
- d4ff0416 Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_*
- d4ff0416 Add ability to merge envars of the form NVIDIA_VISIBLE_DEVICES_*
- 60f165ad Add no-pivot option to toolkit
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14242,8 +14242,8 @@
"type": "other",
"other": {
"name": "nvidia-container-toolkit",
"version": "1.15.0",
"downloadUrl": "https://github.com/NVIDIA/nvidia-container-toolkit/archive/v1.15.0.tar.gz"
"version": "1.16.2",
"downloadUrl": "https://github.com/NVIDIA/nvidia-container-toolkit/archive/v1.16.2.tar.gz"
}
}
},
Expand Down
Loading