-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- data/reports/GO-2024-2521.yaml Fixes #2521 Change-Id: I6346e5e1772c27aef34dc9124b28dbd1d867a385 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/598315 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com>
- Loading branch information
Showing
2 changed files
with
72 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,40 @@ | ||
id: GO-2024-2521 | ||
modules: | ||
- module: github.com/docker/docker | ||
versions: | ||
- fixed: 20.10.0-beta1+incompatible | ||
non_go_versions: | ||
- introduced: 19.03.0 | ||
- fixed: 19.03.1 | ||
packages: | ||
- package: github.com/docker/docker/pkg/chrootarchive | ||
skip_fix: fix does not work with incompatible versions | ||
- module: github.com/moby/moby | ||
versions: | ||
- fixed: 20.10.0-beta1+incompatible | ||
non_go_versions: | ||
- introduced: 19.03.0 | ||
fixed: 19.03.1 | ||
vulnerable_at: 26.1.4+incompatible | ||
summary: Moby Docker cp broken with debian containers in github.com/moby/moby | ||
- fixed: 19.03.1 | ||
packages: | ||
- package: github.com/moby/moby/pkg/chrootarchive | ||
skip_fix: fix does not work with incompatible versions | ||
summary: Moby Docker cp broken with debian containers in github.com/docker/docker | ||
description: |- | ||
In Docker 19.03.x before 19.03.1 linked against the GNU C Library (aka glibc), | ||
code injection can occur when the nsswitch facility dynamically loads a library | ||
inside a chroot that contains the contents of the container. | ||
cves: | ||
- CVE-2019-14271 | ||
ghsas: | ||
- GHSA-v2cv-wwxq-qq97 | ||
references: | ||
- advisory: https://github.com/advisories/GHSA-v2cv-wwxq-qq97 | ||
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2019-14271 | ||
- fix: https://github.com/moby/moby/commit/11e48badcb67554b3d795241855028f28d244545 | ||
- fix: https://github.com/moby/moby/commit/fa8dd90ceb7bcb9d554d27e0b9087ab83e54bd2b | ||
- fix: https://github.com/moby/moby/pull/39612 | ||
- report: https://github.com/moby/moby/issues/39449 | ||
- web: http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00084.html | ||
- web: https://docs.docker.com/engine/release-notes | ||
- web: https://seclists.org/bugtraq/2019/Sep/21 | ||
- web: https://security.netapp.com/advisory/ntap-20190828-0003 | ||
- web: https://www.debian.org/security/2019/dsa-4521 | ||
source: | ||
id: GHSA-v2cv-wwxq-qq97 | ||
created: 2024-06-14T11:40:02.184106-04:00 | ||
review_status: UNREVIEWED | ||
created: 2024-07-15T12:29:37.368794-04:00 | ||
review_status: REVIEWED | ||
unexcluded: EFFECTIVELY_PRIVATE |