package/runc: security bump to version 1.0.0-rc95
authorChristian Stewart <christian@paral.in>
Fri, 21 May 2021 20:15:17 +0000 (13:15 -0700)
committerYann E. MORIN <yann.morin.1998@free.fr>
Fri, 21 May 2021 20:33:14 +0000 (22:33 +0200)
Fixes CVE-2021-30465: runc 1.0.0-rc94 and earlier are vulnerable to a symlink
exchange attack whereby an attacker can request a seemingly-innocuous container
configuration that actually results in the host filesystem being bind-mounted
into the container, allowing for a container escape.

Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/runc/runc.hash
package/runc/runc.mk

index d792947d5ffb58ef808a4c6811a935f7ff2cb6a1..598bd3067f3c81586a93302f45dd48c9b71cbed0 100644 (file)
@@ -1,3 +1,3 @@
 # Locally computed
-sha256 28378df983a3c586ed3ec8c76a774a9b10f36a0c323590a284b801cce95cc61f  runc-1.0.0-rc92.tar.gz
+sha256  02dac7f1a0dcfe55dd9820df787adedf030060870354915e7bba86f8487ce93c  runc-1.0.0-rc95.tar.gz
 sha256  552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243  LICENSE
index 14689bbde16d61655c53de3cd8982aa4f03e115a..62b9f09bf2b1a9090b19496abd27890caaaf5155 100644 (file)
@@ -5,7 +5,7 @@
 ################################################################################
 
 RUNC_VERSION_MAJOR = 1.0.0
-RUNC_VERSION_MINOR = rc92
+RUNC_VERSION_MINOR = rc95
 RUNC_VERSION = $(RUNC_VERSION_MAJOR)-$(RUNC_VERSION_MINOR)
 RUNC_SITE = $(call github,opencontainers,runc,v$(RUNC_VERSION))
 RUNC_LICENSE = Apache-2.0