Skip to main content

Insufficiently Protected Credentials

CVE-2021-41092

Severity High
Score 7.5/10

Summary

Docker CLI is the command line interface for the Docker container runtime. A bug was found in the Docker CLI where running "docker login my-private-registry.example.com" with a misconfigured configuration file (typically "~/.docker/config.json") listing a "credsStore" or "credHelpers" that could not be executed would result in any provided credentials being sent to "registry-1.docker.io" rather than the intended private registry. For users unable to update, ensure that any configured "credsStore" or "credHelpers" entries in the configuration file reference an installed credential helper that is executable and on the PATH. The vulnerability affects Docker CLI versions prior to 20.10.9.

  • LOW
  • NETWORK
  • NONE
  • UNCHANGED
  • NONE
  • NONE
  • HIGH
  • NONE

CWE-522 - Insufficiently Protected Credentials

The product transmits or stores authentication credentials, but it uses an insecure method that is susceptible to unauthorized interception and/or retrieval.

Advisory Timeline

  • Published