package/docker-containerd: security bump to version 1.4.3
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 1 Dec 2020 22:23:46 +0000 (23:23 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 2 Dec 2020 07:16:00 +0000 (08:16 +0100)
Fixes the following security issue:

- CVE-2020-15257: Access controls for the shim’s API socket verified that
  the connecting process had an effective UID of 0, but did not otherwise
  restrict access to the abstract Unix domain socket.  This would allow
  malicious containers running in the same network namespace as the shim,
  with an effective UID of 0 but otherwise reduced privileges, to cause new
  processes to be run with elevated privileges.

For more details, see the advisory:
https://github.com/containerd/containerd/security/advisories/GHSA-36xw-fx78-c5r4

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/docker-containerd/docker-containerd.hash
package/docker-containerd/docker-containerd.mk

index 2ec3d042bad05682b6bcb1c7c5b896862cbc3f8a..c5cfc137b834d78fd72d350b3f6f033c1fe08754 100644 (file)
@@ -1,3 +1,3 @@
 # Computed locally
-sha256 d410b8efc94e4124990f01de7107223971be8c9258fc651decf9e0ba648485b5  docker-containerd-1.4.1.tar.gz
+sha256 bc6d9452c700af0ebc09c0da8ddba55be4c03ac8928e72ca92d98905800c8018  docker-containerd-1.4.3.tar.gz
 sha256 4bbe3b885e8cd1907ab4cf9a41e862e74e24b5422297a4f2fe524e6a30ada2b4  LICENSE
index 71f9b4c0658dc2bc60f1e89d9ae5989bf2e43329..d9a0eb28a6a576d4c7e9eb0289e155016debf4ea 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-DOCKER_CONTAINERD_VERSION = 1.4.1
+DOCKER_CONTAINERD_VERSION = 1.4.3
 DOCKER_CONTAINERD_SITE = $(call github,containerd,containerd,v$(DOCKER_CONTAINERD_VERSION))
 DOCKER_CONTAINERD_LICENSE = Apache-2.0
 DOCKER_CONTAINERD_LICENSE_FILES = LICENSE