CVE-2021-43784 (https://github.com/opencontainers/runc/commit/d72d057ba794164c3cce9451a00b72a78b25e1ae): runc is a CLI tool for spawning and running containers on Linux according to the OCI specification. In runc, netlink is used internally as a serialization system for specifying the relevant container configuration to the `C` portion of the code (responsible for the based namespace setup of containers). In all versions of runc prior to 1.0.3, the encoder did not handle the possibility of an integer overflow in the 16-bit length field for the byte array attribute type, meaning that a large enough malicious byte array attribute could result in the length overflowing and the attribute contents being parsed as netlink messages for container configuration. This vulnerability requires the attacker to have some control over the configuration of the container and would allow the attacker to bypass the namespace restrictions of the container by simply adding their own netlink payload which disables all namespaces. The main users impacted are those who allow untrusted images with untrusted configurations to run on their machines (such as with shared cloud infrastructure). runc version 1.0.3 contains a fix for this bug. As a workaround, one may try disallowing untrusted namespace paths from your container. It should be noted that untrusted namespace paths would allow the attacker to disable namespace protections entirely even in the absence of this bug.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49df66c342189a9408855b6ab29403b459ebb39d commit 49df66c342189a9408855b6ab29403b459ebb39d Author: Georgy Yakovlev <gyakovlev@gentoo.org> AuthorDate: 2021-12-14 08:39:33 +0000 Commit: Georgy Yakovlev <gyakovlev@gentoo.org> CommitDate: 2021-12-14 08:41:10 +0000 app-emulation/runc: revbump for CVE-2021-43784 since we pin dep of runc to exact version in stack, adding 1.0.3 will require revbumping the rest. So let's just revbump stable ebuild with a patch from upstream release branch. Bug: https://bugs.gentoo.org/828471 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> app-emulation/runc/files/CVE-2021-43784.patch | 86 ++++++++++++++++++++++ .../{runc-1.0.2.ebuild => runc-1.0.2-r1.ebuild} | 2 + 2 files changed, 88 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/data/glsa.git/commit/?id=68a8d508cf9f0faa2bd942edbbb2cbf358d169d3 commit 68a8d508cf9f0faa2bd942edbbb2cbf358d169d3 Author: GLSAMaker <glsamaker@gentoo.org> AuthorDate: 2024-08-11 05:45:57 +0000 Commit: Hans de Graaff <graaff@gentoo.org> CommitDate: 2024-08-11 05:46:20 +0000 [ GLSA 202408-25 ] runc: Multiple Vulnerabilities Bug: https://bugs.gentoo.org/828471 Bug: https://bugs.gentoo.org/844085 Bug: https://bugs.gentoo.org/903079 Bug: https://bugs.gentoo.org/923434 Signed-off-by: GLSAMaker <glsamaker@gentoo.org> Signed-off-by: Hans de Graaff <graaff@gentoo.org> glsa-202408-25.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+)