ID CVE-2019-14271
Summary In Docker 19.03.x before 19.03.1 linked against the GNU C Library (aka glibc), code injection can occur when the nsswitch facility dynamically loads a library inside a chroot that contains the contents of the container.
References
Vulnerable Configurations
  • cpe:2.3:a:docker:docker:19.03:*:*:*:*:*:*:*
    cpe:2.3:a:docker:docker:19.03:*:*:*:*:*:*:*
  • cpe:2.3:a:docker:docker:19.03.0:*:*:*:enterprise:*:*:*
    cpe:2.3:a:docker:docker:19.03.0:*:*:*:enterprise:*:*:*
  • cpe:2.3:a:docker:docker:19.03.0:-:*:*:*:*:*:*
    cpe:2.3:a:docker:docker:19.03.0:-:*:*:*:*:*:*
  • cpe:2.3:a:docker:docker:19.03.0:-:*:*:community:*:*:*
    cpe:2.3:a:docker:docker:19.03.0:-:*:*:community:*:*:*
  • cpe:2.3:a:docker:docker:19.03.0:beta1:*:*:community:*:*:*
    cpe:2.3:a:docker:docker:19.03.0:beta1:*:*:community:*:*:*
  • cpe:2.3:a:docker:docker:19.03.0:beta2:*:*:community:*:*:*
    cpe:2.3:a:docker:docker:19.03.0:beta2:*:*:community:*:*:*
  • cpe:2.3:a:docker:docker:19.03.0:beta3:*:*:community:*:*:*
    cpe:2.3:a:docker:docker:19.03.0:beta3:*:*:community:*:*:*
  • cpe:2.3:a:docker:docker:19.03.0:beta4:*:*:*:*:*:*
    cpe:2.3:a:docker:docker:19.03.0:beta4:*:*:*:*:*:*
  • cpe:2.3:a:docker:docker:19.03.0:beta4:*:*:community:*:*:*
    cpe:2.3:a:docker:docker:19.03.0:beta4:*:*:community:*:*:*
  • cpe:2.3:a:docker:docker:19.03.0:beta5:*:*:*:*:*:*
    cpe:2.3:a:docker:docker:19.03.0:beta5:*:*:*:*:*:*
  • cpe:2.3:a:docker:docker:19.03.0:beta5:*:*:community:*:*:*
    cpe:2.3:a:docker:docker:19.03.0:beta5:*:*:community:*:*:*
  • cpe:2.3:a:docker:docker:19.03.0:rc2:*:*:community:*:*:*
    cpe:2.3:a:docker:docker:19.03.0:rc2:*:*:community:*:*:*
  • cpe:2.3:a:docker:docker:19.03.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:docker:docker:19.03.0:rc3:*:*:*:*:*:*
  • cpe:2.3:a:docker:docker:19.03.0:rc3:*:*:community:*:*:*
    cpe:2.3:a:docker:docker:19.03.0:rc3:*:*:community:*:*:*
  • cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*
    cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*
  • cpe:2.3:o:opensuse:leap:15.0:*:*:*:*:*:*:*
    cpe:2.3:o:opensuse:leap:15.0:*:*:*:*:*:*:*
  • cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*
    cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*
CVSS
Base: 7.5 (as of 18-04-2022 - 17:03)
Impact:
Exploitability:
CWE CWE-665
CAPEC
  • Leveraging Race Conditions
    The adversary targets a race condition occurring when multiple processes access and manipulate the same resource concurrently, and the outcome of the execution depends on the particular order in which the access takes place. The adversary can leverage a race condition by "running the race", modifying the resource and modifying the normal execution flow. For instance, a race condition can occur while accessing a file: the adversary can trick the system by replacing the original file with his version and cause the system to read the malicious file.
  • Leveraging Time-of-Check and Time-of-Use (TOCTOU) Race Conditions
    This attack targets a race condition occurring between the time of check (state) for a resource and the time of use of a resource. A typical example is file access. The adversary can leverage a file access race condition by "running the race", meaning that they would modify the resource between the first time the target program accesses the file and the time the target program uses the file. During that period of time, the adversary could replace or modify the file, causing the application to behave unexpectedly.
Access
VectorComplexityAuthentication
NETWORK LOW NONE
Impact
ConfidentialityIntegrityAvailability
PARTIAL PARTIAL PARTIAL
cvss-vector via4 AV:N/AC:L/Au:N/C:P/I:P/A:P
refmap via4
bugtraq 20190910 [SECURITY] [DSA 4521-1] docker.io security update
confirm
debian DSA-4521
misc https://github.com/moby/moby/issues/39449
suse openSUSE-SU-2019:2021
Last major update 18-04-2022 - 17:03
Published 29-07-2019 - 18:15
Last modified 18-04-2022 - 17:03
Back to Top