From f52485f5721a9139dc7f436bf0d816015f9cf1c2 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 23:14:25 +0000 Subject: [PATCH] Publish GHSA-6hwg-w5jg-9c6x --- .../GHSA-6hwg-w5jg-9c6x.json | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 advisories/github-reviewed/2024/01/GHSA-6hwg-w5jg-9c6x/GHSA-6hwg-w5jg-9c6x.json diff --git a/advisories/github-reviewed/2024/01/GHSA-6hwg-w5jg-9c6x/GHSA-6hwg-w5jg-9c6x.json b/advisories/github-reviewed/2024/01/GHSA-6hwg-w5jg-9c6x/GHSA-6hwg-w5jg-9c6x.json new file mode 100644 index 00000000000..d8a6f9c5f45 --- /dev/null +++ b/advisories/github-reviewed/2024/01/GHSA-6hwg-w5jg-9c6x/GHSA-6hwg-w5jg-9c6x.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-6hwg-w5jg-9c6x", + "modified": "2024-01-31T23:13:10Z", + "published": "2024-01-31T23:13:10Z", + "aliases": [ + "CVE-2020-27534" + ], + "summary": "Path Traversal in Moby builder", + "details": "util/binfmt_misc/check.go in Builder in Docker Engine before 19.03.9 calls os.OpenFile with a potentially unsafe qemu-check temporary pathname, constructed with an empty first argument in an ioutil.TempDir call.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/moby/moby" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "19.03.9" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-27534" + }, + { + "type": "WEB", + "url": "https://github.com/moby/buildkit/pull/1462" + }, + { + "type": "WEB", + "url": "https://github.com/moby/moby/pull/40877" + }, + { + "type": "WEB", + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1921154" + }, + { + "type": "WEB", + "url": "http://web.archive.org/web/20200530054359/https://docs.docker.com/engine/release-notes/" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-22" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-01-31T23:13:10Z", + "nvd_published_at": null + } +} \ No newline at end of file