CVE-2014-5277
medium
CVSS v3
—
CVSS v2
5.0
VIR risk
5.0
Description
Docker before 1.3.1 and docker-py before 0.5.3 fall back to HTTP when the HTTPS connection to the registry fails, which allows man-in-the-middle attackers to conduct downgrade attacks and obtain authentication and image data by leveraging a network position between the client and the registry to block HTTPS traffic.
Predictions
Exploit likelihood
30%
Patch ETA
—
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2014-5277
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| debian | bookworm | fixed | 1.3.1~dfsg1-1 |
| debian | bullseye | fixed | 1.3.1~dfsg1-1 |
| debian | forky | fixed | 1.3.1~dfsg1-1 |
| debian | sid | fixed | 1.3.1~dfsg1-1 |
| debian | trixie | fixed | 1.3.1~dfsg1-1 |
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| PyPI | docker-py | <0.5.3 | 0.5.3 |
| Go | github.com/docker/docker | <1.3.1 | 1.3.1 |
References
- http://lists.opensuse.org/opensuse-updates/2014-11/msg00048.html
- https://groups.google.com/forum/#%21topic/docker-user/oYm0i3xShJU
- https://groups.google.com/forum/#!topic/docker-user/oYm0i3xShJU
- https://security-tracker.debian.org/tracker/CVE-2014-5277
- https://nvd.nist.gov/vuln/detail/CVE-2014-5277
- https://github.com/docker/docker/commit/8caacb18f8019dfda30d79c327397e5f5783c068
- https://github.com/docker/docker
- https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-5277
- https://github.com/advisories/GHSA-8w94-cf6g-c8mg
CWEs
CWE-17
Verify integrity in audit chain (admin only). AS-IS.