From fa477533a5fa9a7c6619d55cf72a74855b3db237 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 20:10:55 +0000 Subject: [PATCH] Publish Advisories GHSA-2g4q-9vm9-9fw4 GHSA-v63g-v339-2673 GHSA-xh9c-vcf9-h94m --- .../05/GHSA-2g4q-9vm9-9fw4/GHSA-2g4q-9vm9-9fw4.json | 11 +++++++---- .../05/GHSA-v63g-v339-2673/GHSA-v63g-v339-2673.json | 9 ++++++--- .../05/GHSA-xh9c-vcf9-h94m/GHSA-xh9c-vcf9-h94m.json | 9 ++++++--- 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/advisories/github-reviewed/2024/05/GHSA-2g4q-9vm9-9fw4/GHSA-2g4q-9vm9-9fw4.json b/advisories/github-reviewed/2024/05/GHSA-2g4q-9vm9-9fw4/GHSA-2g4q-9vm9-9fw4.json index 4ab6b1ebbba..913ac5aa739 100644 --- a/advisories/github-reviewed/2024/05/GHSA-2g4q-9vm9-9fw4/GHSA-2g4q-9vm9-9fw4.json +++ b/advisories/github-reviewed/2024/05/GHSA-2g4q-9vm9-9fw4/GHSA-2g4q-9vm9-9fw4.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-2g4q-9vm9-9fw4", - "modified": "2024-05-03T20:17:37Z", + "modified": "2024-07-03T20:10:05Z", "published": "2024-05-02T15:30:35Z", "aliases": [ "CVE-2024-34145" @@ -9,7 +9,10 @@ "summary": "Jenkins Script Security Plugin sandbox bypass vulnerability", "details": "Jenkins Script Security Plugin provides a sandbox feature that allows low privileged users to define scripts, including Pipelines, that are generally safe to execute. Calls to code defined inside a sandboxed script are intercepted, and various allowlists are checked to determine whether the call is to be allowed.\n\nMultiple sandbox bypass vulnerabilities exist in Script Security Plugin 1335.vf07d9ce377a_e and earlier:\n\n- Crafted constructor bodies that invoke other constructors can be used to construct any subclassable type via implicit casts.\n\n- Sandbox-defined Groovy classes that shadow specific non-sandbox-defined classes can be used to construct any subclassable type.\n\nThese vulnerabilities allow attackers with permission to define and run sandboxed scripts, including Pipelines, to bypass the sandbox protection and execute arbitrary code in the context of the Jenkins controller JVM.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" + } ], "affected": [ { @@ -48,9 +51,9 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-290" ], - "severity": "MODERATE", + "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-05-03T20:17:37Z", "nvd_published_at": "2024-05-02T14:15:10Z" diff --git a/advisories/github-reviewed/2024/05/GHSA-v63g-v339-2673/GHSA-v63g-v339-2673.json b/advisories/github-reviewed/2024/05/GHSA-v63g-v339-2673/GHSA-v63g-v339-2673.json index cd226c30fe5..d75aa2adf77 100644 --- a/advisories/github-reviewed/2024/05/GHSA-v63g-v339-2673/GHSA-v63g-v339-2673.json +++ b/advisories/github-reviewed/2024/05/GHSA-v63g-v339-2673/GHSA-v63g-v339-2673.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-v63g-v339-2673", - "modified": "2024-05-03T20:14:29Z", + "modified": "2024-07-03T20:09:30Z", "published": "2024-05-02T15:30:35Z", "aliases": [ "CVE-2024-34144" @@ -9,7 +9,10 @@ "summary": "Jenkins Script Security Plugin has sandbox bypass vulnerability involving crafted constructor bodies", "details": "Jenkins Script Security Plugin provides a sandbox feature that allows low privileged users to define scripts, including Pipelines, that are generally safe to execute. Calls to code defined inside a sandboxed script are intercepted, and various allowlists are checked to determine whether the call is to be allowed.\n\nMultiple sandbox bypass vulnerabilities exist in Script Security Plugin 1335.vf07d9ce377a_e and earlier:\n\n- Crafted constructor bodies that invoke other constructors can be used to construct any subclassable type via implicit casts.\n\n- Sandbox-defined Groovy classes that shadow specific non-sandbox-defined classes can be used to construct any subclassable type.\n\nThese vulnerabilities allow attackers with permission to define and run sandboxed scripts, including Pipelines, to bypass the sandbox protection and execute arbitrary code in the context of the Jenkins controller JVM.\n\n- These issues are caused by an incomplete fix of [SECURITY-2824](https://www.jenkins.io/security/advisory/2022-10-19/#SECURITY-2824%20(1)).\n\nScript Security Plugin 1336.vf33a_a_9863911 has additional restrictions and sanity checks to ensure that super constructors cannot be constructed without being intercepted by the sandbox:\n\n- Calls to to other constructors using this are now intercepted by the sandbox.\n\n- Classes in packages that can be shadowed by Groovy-defined classes are no longer ignored by the sandbox when intercepting super constructor calls.\n\n", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" + } ], "affected": [ { @@ -56,7 +59,7 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-693" ], "severity": "HIGH", "github_reviewed": true, diff --git a/advisories/github-reviewed/2024/05/GHSA-xh9c-vcf9-h94m/GHSA-xh9c-vcf9-h94m.json b/advisories/github-reviewed/2024/05/GHSA-xh9c-vcf9-h94m/GHSA-xh9c-vcf9-h94m.json index 6bfab089780..18bc716925d 100644 --- a/advisories/github-reviewed/2024/05/GHSA-xh9c-vcf9-h94m/GHSA-xh9c-vcf9-h94m.json +++ b/advisories/github-reviewed/2024/05/GHSA-xh9c-vcf9-h94m/GHSA-xh9c-vcf9-h94m.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-xh9c-vcf9-h94m", - "modified": "2024-05-03T20:16:28Z", + "modified": "2024-07-03T20:10:32Z", "published": "2024-05-02T15:30:35Z", "aliases": [ "CVE-2024-34146" @@ -9,7 +9,10 @@ "summary": "Jenkins Git server Plugin does not perform a permission check", "details": "Jenkins Git server Plugin 114.v068a_c7cc2574 and earlier does not perform a permission check for read access to a Git repository over SSH.\n\nThis allows attackers with a previously configured SSH public key but lacking Overall/Read permission to access Git repositories.\n\nGit server Plugin 117.veb_68868fa_027 requires Overall/Read permission to access Git repositories over SSH.", "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": [ { @@ -48,7 +51,7 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-269" ], "severity": "MODERATE", "github_reviewed": true,