Supplementary groups are not set up properly in github.com/containerd/containerd
Moderate severity
GitHub Reviewed
Published
Feb 16, 2023
in
containerd/containerd
•
Updated Sep 6, 2024
Package
Affected versions
>= 1.6.0, < 1.6.18
< 1.5.18
Patched versions
1.6.18
1.5.18
Description
Published to the GitHub Advisory Database
Feb 16, 2023
Reviewed
Feb 16, 2023
Published by the National Vulnerability Database
Feb 16, 2023
Last updated
Sep 6, 2024
Impact
A bug was found in containerd where supplementary groups are not set up properly inside a container. If an attacker has direct access to a container and manipulates their supplementary group access, they may be able to use supplementary group access to bypass primary group restrictions in some cases, potentially gaining access to sensitive information or gaining the ability to execute code in that container.
Downstream applications that use the containerd client library may be affected as well.
Patches
This bug has been fixed in containerd v1.6.18 and v.1.5.18. Users should update to these versions and recreate containers to resolve this issue. Users who rely on a downstream application that uses containerd's client library should check that application for a separate advisory and instructions.
Workarounds
Ensure that the
"USER $USERNAME"
Dockerfile instruction is not used. Instead, set the container entrypoint to a value similar toENTRYPOINT ["su", "-", "user"]
to allowsu
to properly set up supplementary groups.References
Note that CVE IDs apply to a particular implementation, even if an issue is common.
For more information
If you have any questions or comments about this advisory:
To report a security issue in containerd:
References