CVE-2019-13139 (NVD)

2019-08-22

In Docker before 18.09.4, an attacker who is capable of supplying or manipulating the build path for the "docker build" command would be able to gain command execution. An issue exists in the way "docker build" processes remote git URLs, and results in command injection into the underlying "git clone" command, leading to code execution in the context of the user executing the "docker build" command. This occurs because git ref can be misinterpreted as a flag.

Products Docker
Type Improper Neutralization of Special Elements used in a Command ('Command Injection') (CWE-77)
First patch - None (likely due to unavailable code)
Links https://github.com/moby/moby/pull/38944
https://docs.docker.com/engine/release-notes/#18094
https://www.debian.org/security/2019/dsa-4521
https://staaldraad.github.io/post/2019-07-16-cve-2019-13139-docker-build/