This the multi-page printable view of this section. Click here to print.
Containerd
- 1: Fixed CVEs
- 1.1: CVE-2021-41103
- 2: Release log
- 2.1: v1.3
- 2.1.1: v1.3.10-lts.1
1 - Fixed CVEs
1.1 - CVE-2021-41103
Vulnerability details Vulnerability details(official)
allowing otherwise unprivileged Linux users to traverse directory contents and execute programs.
Scope
When containers included executable programs with extended permission bits (such as setuid), unprivileged Linux users could discover and execute those programs. When the UID of an unprivileged Linux user on the host collided with the file owner or group inside a container, the unprivileged Linux user on the host could discover, read, and modify those files.
CVSS scores
This vulnerability is rated as high-risk with a CVSS
score of 7.2.
Prevention
Ensure that the login users of the cluster nodes are all trusted users, and restrict the access rights of untrusted users to the cluster nodes. Remove unnecessary extended permissions in the container bundles directory.
Fixed by Official
- v1.4.11
- v1.5.7
Fixed by KLTS
2 - Release log
2.1 - v1.3
2.1.1 - v1.3.10-lts.1
This is the first fixed release by KLTS Containerd for v1.3.10.
Patches
- CVE-2021-41103
Where container root directories and some plugins had insufficiently restricted permissions, allowing otherwise unprivileged Linux users to traverse directory contents and execute programs.