ArchLinux: 202107-70: containerd: directory traversal
Summary
A bug was found in containerd version prior to 1.5.4 where pulling and extracting a specially-crafted container image can result in Unix file permission changes for existing files in the host's filesystem. Changes to file permissions can deny access to the expected owner of the file, widen access to others, or set extended bits like setuid, setgid, and sticky. This bug does not directly allow files to be read, modified, or executed without an additional cooperating process.
Resolution
Upgrade to 1.5.4-1.
# pacman -Syu "containerd>=1.5.4-1"
The problem has been fixed upstream in version 1.5.4.
References
https://github.com/containerd/containerd/security/advisories/GHSA-c72p-9xmj-rx3w https://github.com/containerd/containerd/commit/37a44de17d5d09e258e3c8c29d32ae99797e7c11 https://security.archlinux.org/CVE-2021-32760
Workaround
As a workaround, ensure that users only pull images from trustedsources. Linux security modules (LSMs) like AppArmor can limit thefiles potentially affected by this bug through policies and profilesthat prevent containerd from interacting with specific files.