Skip to content

v20.10.3

Compare
Choose a tag to compare
@thaJeztah thaJeztah released this 02 Feb 12:09
· 10437 commits to master since this release

Release notes: https://docs.docker.com/engine/release-notes/#20103

20.10.3

Security

  • CVE-2021-21285 Prevent an invalid image from crashing docker daemon
  • CVE-2021-21284 Lock down file permissions to prevent remapped root from accessing docker state
  • Ensure AppArmor and SELinux profiles are applied when building with BuildKit

Client

  • Check contexts before importing them to reduce risk of extracted files escaping context store
  • Windows: prevent executing certain binaries from current directory docker/cli#2950