Affected by GO-2024-3237
and 3 other vulnerabilities
GO-2024-3237: NVIDIA Container Toolkit allows specially crafted container image to create empty files on the host file system in github.com/NVIDIA/nvidia-container-toolkit
GO-2024-3239: NVIDIA Container Toolkit contains a Time-of-check Time-of-Use (TOCTOU) vulnerability in github.com/NVIDIA/nvidia-container-toolkit
GO-2025-3992: NVIDIA Container Toolkit for all platforms contains an Untrusted Search Path in github.com/NVIDIA/gpu-operator
GO-2025-3998: NVIDIA Container Toolkit for all platforms contains a vulnerability in the update-ldcache hook in github.com/NVIDIA/gpu-operator
type Driver struct {
// Root represents the root from the perspective of the driver libraries and binaries. Root string// contains filtered or unexported fields
}
Driver represents a filesystem in which a set of drivers or devices is defined.
Configs returns a locator for driver configs.
If configSearchPaths is specified, these paths are used as absolute paths,
otherwise, /etc and /usr/share are searched.