Path traversal in Docker - CVE-2020-27534
Published: August 21, 2023
Docker
Docker Inc.
Description
The vulnerability allows a remote attacker to perform directory traversal attacks.
The vulnerability exists due to util/binfmt_misc/check.go calls os.OpenFile with a potentially unsafe qemu-check temporary pathname, constructed with an empty first argument in an ioutil.TempDir call. A remote attacker can send a specially crafted HTTP request and read arbitrary files on the system.