Skip to content

Commit

Permalink
Docker 20.10.9 -> Security Fixes
Browse files Browse the repository at this point in the history
    https://docs.docker.com/engine/release-notes/#20109
    Security release with security fixes in the CLI, runtime.

    CVE-2021-41092 Ensure default auth config has address field set, to prevent
    credentials being sent to the default registry.

    CVE-2021-41089 Create parent directories inside a chroot during docker cp to
    prevent a specially crafted container from changing permissions of existing
    files in the host’s filesystem.

    CVE-2021-41091 Lock down file permissions to prevent unprivileged users from
    discovering and executing programs in /var/lib/docker.
  • Loading branch information
kaosagnt committed Oct 5, 2021
1 parent 107dec7 commit d0b6d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DOCKER_RELEASE_STAGE=stable
INSTALLER_VERSION=20.10.8
DOCKER_VERSION=20.10.8
INSTALLER_VERSION=20.10.9
DOCKER_VERSION=20.10.9
DOCKER_COMPOSE_VERSION=1.29.2
DOCKER_MACHINE_VERSION=0.16.2
GITLAB_MACHINE_VERSION=gitlab.13
Expand Down

0 comments on commit d0b6d98

Please sign in to comment.