Skip to content

Commit

Permalink
data/reports: review GO-2024-2521
Browse files Browse the repository at this point in the history
  - 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
tatianab committed Jul 15, 2024
1 parent 825527a commit 01c368b
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 38 deletions.
77 changes: 50 additions & 27 deletions data/osv/GO-2024-2521.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,48 @@
"CVE-2019-14271",
"GHSA-v2cv-wwxq-qq97"
],
"summary": "Moby Docker cp broken with debian containers in github.com/moby/moby",
"details": "Moby Docker cp broken with debian containers in github.com/moby/moby.\n\nNOTE: The source advisory for this report contains additional versions that could not be automatically mapped to standard Go module versions.\n\n(If this is causing false-positive reports from vulnerability scanners, please suggest an edit to the report.)\n\nThe additional affected modules and versions are: github.com/moby/moby from v19.03.0 before v19.03.1.",
"summary": "Moby Docker cp broken with debian containers in github.com/docker/docker",
"details": "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.",
"affected": [
{
"package": {
"name": "github.com/docker/docker",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "20.10.0-beta1+incompatible"
}
]
}
],
"ecosystem_specific": {
"imports": [
{
"path": "github.com/docker/docker/pkg/chrootarchive"
}
],
"custom_ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "19.03.0"
},
{
"fixed": "19.03.1"
}
]
}
]
}
},
{
"package": {
"name": "github.com/moby/moby",
Expand All @@ -21,11 +60,19 @@
"events": [
{
"introduced": "0"
},
{
"fixed": "20.10.0-beta1+incompatible"
}
]
}
],
"ecosystem_specific": {
"imports": [
{
"path": "github.com/moby/moby/pkg/chrootarchive"
}
],
"custom_ranges": [
{
"type": "ECOSYSTEM",
Expand All @@ -47,10 +94,6 @@
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-v2cv-wwxq-qq97"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-14271"
},
{
"type": "FIX",
"url": "https://github.com/moby/moby/commit/11e48badcb67554b3d795241855028f28d244545"
Expand All @@ -66,30 +109,10 @@
{
"type": "REPORT",
"url": "https://github.com/moby/moby/issues/39449"
},
{
"type": "WEB",
"url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00084.html"
},
{
"type": "WEB",
"url": "https://docs.docker.com/engine/release-notes"
},
{
"type": "WEB",
"url": "https://seclists.org/bugtraq/2019/Sep/21"
},
{
"type": "WEB",
"url": "https://security.netapp.com/advisory/ntap-20190828-0003"
},
{
"type": "WEB",
"url": "https://www.debian.org/security/2019/dsa-4521"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2024-2521",
"review_status": "UNREVIEWED"
"review_status": "REVIEWED"
}
}
33 changes: 22 additions & 11 deletions data/reports/GO-2024-2521.yaml
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

0 comments on commit 01c368b

Please sign in to comment.