From dc50d3766c984d7119a8b431530f7486bfd1fd08 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 17:38:08 +0000 Subject: [PATCH] Publish Advisories GHSA-4gmq-m9vp-jrwg GHSA-5vpc-35f4-r8w6 --- .../GHSA-4gmq-m9vp-jrwg.json | 10 ++++++- .../GHSA-5vpc-35f4-r8w6.json | 27 ++++++++++++++++--- 2 files changed, 32 insertions(+), 5 deletions(-) diff --git a/advisories/github-reviewed/2024/11/GHSA-4gmq-m9vp-jrwg/GHSA-4gmq-m9vp-jrwg.json b/advisories/github-reviewed/2024/11/GHSA-4gmq-m9vp-jrwg/GHSA-4gmq-m9vp-jrwg.json index 76545d69ef4..0228a14b007 100644 --- a/advisories/github-reviewed/2024/11/GHSA-4gmq-m9vp-jrwg/GHSA-4gmq-m9vp-jrwg.json +++ b/advisories/github-reviewed/2024/11/GHSA-4gmq-m9vp-jrwg/GHSA-4gmq-m9vp-jrwg.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-4gmq-m9vp-jrwg", - "modified": "2024-11-04T23:22:46Z", + "modified": "2025-01-22T17:36:32Z", "published": "2024-11-04T06:30:30Z", "aliases": [ "CVE-2024-10761" @@ -40,10 +40,18 @@ } ], "references": [ + { + "type": "WEB", + "url": "https://github.com/umbraco/Umbraco-CMS/security/advisories/GHSA-69cg-w8vm-h229" + }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10761" }, + { + "type": "WEB", + "url": "https://drive.google.com/file/d/1YoZgdlS3QT7Xu005j9RO-FFUT8RbB0Da/view?usp=sharing" + }, { "type": "PACKAGE", "url": "https://github.com/umbraco/Umbraco-CMS" diff --git a/advisories/github-reviewed/2025/01/GHSA-5vpc-35f4-r8w6/GHSA-5vpc-35f4-r8w6.json b/advisories/github-reviewed/2025/01/GHSA-5vpc-35f4-r8w6/GHSA-5vpc-35f4-r8w6.json index 802d6ca6fd7..7fa4ec88ffc 100644 --- a/advisories/github-reviewed/2025/01/GHSA-5vpc-35f4-r8w6/GHSA-5vpc-35f4-r8w6.json +++ b/advisories/github-reviewed/2025/01/GHSA-5vpc-35f4-r8w6/GHSA-5vpc-35f4-r8w6.json @@ -1,14 +1,19 @@ { "schema_version": "1.4.0", "id": "GHSA-5vpc-35f4-r8w6", - "modified": "2025-01-21T21:22:49Z", + "modified": "2025-01-22T17:36:24Z", "published": "2025-01-21T21:22:49Z", "aliases": [ "CVE-2024-11218" ], "summary": "Buildah allows build breakout using malicious Containerfiles and concurrent builds", "details": "### Impact\nWith careful use of the `--mount` flag in RUN instructions in Containerfiles, and by using either multi-stage builds with use of concurrently-executing build stages (e.g., using the `--jobs` CLI flag) or multiple separate but concurrently-executing builds, a malicious Containerfile can be used to expose content from the build host to the command being run using the RUN instruction. This can be used to read or write contents using the privileges of the process which is performing the build. When that process is a root-owned podman system service which is provided for use by unprivileged users, this includes the ability to read and write contents which the client should not be allowed to read and write, including setuid executables in locations where they can be later accessed by unprivileged users.\n\n### Patches\nPatches have been merged to the main branch, and will be added to upcoming releases on the release-1.38, release-1.37, release-1.35, and release-1.33 branches.\n\nThis addressed a number of Jira cards, but primarily https://issues.redhat.com/browse/RHEL-67616 and https://issues.redhat.com/browse/RHEL-67618, which were then vendored into Podman and backported into olde rbranches.\n\n### Workarounds\nMandatory access controls should limit the access of the process performing the build, on systems where they are enabled.", - "severity": [], + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H" + } + ], "affected": [ { "package": { @@ -92,6 +97,18 @@ "type": "WEB", "url": "https://github.com/containers/buildah/security/advisories/GHSA-5vpc-35f4-r8w6" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11218" + }, + { + "type": "WEB", + "url": "https://access.redhat.com/security/cve/CVE-2024-11218" + }, + { + "type": "WEB", + "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2326231" + }, { "type": "PACKAGE", "url": "https://github.com/containers/buildah" @@ -106,10 +123,12 @@ } ], "database_specific": { - "cwe_ids": [], + "cwe_ids": [ + "CWE-269" + ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2025-01-21T21:22:49Z", - "nvd_published_at": null + "nvd_published_at": "2025-01-22T05:15:08Z" } } \ No newline at end of file