Path traversal in Docker - CVE-2020-27534

 

Path traversal in Docker - CVE-2020-27534

Published: August 21, 2023


Vulnerability identifier: #VU79751
CSH Severity: Medium
CVSS v4: 6.9 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N]
CVE-ID: CVE-2020-27534
CWE-ID: CWE-22
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

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.


Affected software

Docker

How to mitigate CVE-2020-27534

Install updates from vendor's website.

Docker - update to 19.03.9

External References

Related Security Bulletins