CVE-2016-3697
high
CVSS v3
7.8
CVSS v2
2.1
VIR risk
7.8
Description
libcontainer/user/user.go in runC before 0.1.0, as used in Docker before 1.11.2, improperly treats a numeric UID as a potential username, which allows local users to gain privileges via a numeric username in the password file in a container.
Predictions
Exploit likelihood
75%
Patch ETA
—
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2016-3697
Vendor advisory: secalert@redhat.com — https://github.com/opencontainers/runc/releases/tag/v0.1.0
Vendor advisory: secalert@redhat.com — https://github.com/docker/docker/issues/21436
Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2016-3697.html
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| sles | affected | | |
| debian | bookworm | fixed | 0 |
| debian | bullseye | fixed | 0 |
| debian | forky | fixed | 0 |
| debian | sid | fixed | 0 |
| debian | trixie | fixed | 0 |
| suse | 13.2 | affected | |
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| Go | github.com/opencontainers/runc | <0.1.0 | 0.1.0 |
References
- https://www.suse.com/security/cve/CVE-2016-3697.html
- http://lists.opensuse.org/opensuse-updates/2016-05/msg00111.html
- http://rhn.redhat.com/errata/RHSA-2016-1034.html
- http://rhn.redhat.com/errata/RHSA-2016-2634.html
- https://github.com/docker/docker/issues/21436
- https://github.com/opencontainers/runc/commit/69af385de62ea68e2e608335cffbb0f4aa3db091
- https://github.com/opencontainers/runc/pull/708
- https://github.com/opencontainers/runc/releases/tag/v0.1.0
- https://security.gentoo.org/glsa/201612-28
- https://security-tracker.debian.org/tracker/CVE-2016-3697
- https://nvd.nist.gov/vuln/detail/CVE-2016-3697
- https://github.com/opencontainers/runc
- https://lists.opensuse.org/opensuse-updates/2016-05/msg00111.html
- https://pkg.go.dev/vuln/GO-2021-0070
- https://rhn.redhat.com/errata/RHSA-2016-1034.html
- https://rhn.redhat.com/errata/RHSA-2016-2634.html
CWEs
CWE-264
Verify integrity in audit chain (admin only). AS-IS.