diff --git a/advisories/github-reviewed/2024/01/GHSA-f67f-2j6r-m4c9/GHSA-f67f-2j6r-m4c9.json b/advisories/github-reviewed/2024/01/GHSA-f67f-2j6r-m4c9/GHSA-f67f-2j6r-m4c9.json index 0eb09f663b2..72de112e4f9 100644 --- a/advisories/github-reviewed/2024/01/GHSA-f67f-2j6r-m4c9/GHSA-f67f-2j6r-m4c9.json +++ b/advisories/github-reviewed/2024/01/GHSA-f67f-2j6r-m4c9/GHSA-f67f-2j6r-m4c9.json @@ -1,15 +1,18 @@ { "schema_version": "1.4.0", "id": "GHSA-f67f-2j6r-m4c9", - "modified": "2024-01-24T21:50:51Z", + "modified": "2024-01-31T20:24:55Z", "published": "2024-01-24T18:31:02Z", "aliases": [ "CVE-2024-23903" ], "summary": "Non-constant time webhook token comparison in Jenkins GitLab Branch Source Plugin ", - "details": "Jenkins GitLab Branch Source Plugin 684.vea_fa_7c1e2fe3 and earlier uses a non-constant time comparison function when checking whether the provided and expected webhook token are equal, potentially allowing attackers to use statistical methods to obtain a valid webhook token.", + "details": "Jenkins GitLab Branch Source Plugin 684.vea_fa_7c1e2fe3 and earlier does not use a constant-time comparison function when checking whether the provided and expected webhook token are equal.\n\nThis could potentially allow attackers to use statistical methods to obtain a valid webhook token.\n\nGitLab Branch Source Plugin 688.v5fa_356ee8520 uses a constant-time comparison function when validating the webhook token.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N" + } ], "affected": [ { @@ -56,7 +59,7 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-697" ], "severity": "LOW", "github_reviewed": true, diff --git a/advisories/github-reviewed/2024/01/GHSA-fw9h-cxx9-gfq3/GHSA-fw9h-cxx9-gfq3.json b/advisories/github-reviewed/2024/01/GHSA-fw9h-cxx9-gfq3/GHSA-fw9h-cxx9-gfq3.json index 2d8ba188d30..1f529018149 100644 --- a/advisories/github-reviewed/2024/01/GHSA-fw9h-cxx9-gfq3/GHSA-fw9h-cxx9-gfq3.json +++ b/advisories/github-reviewed/2024/01/GHSA-fw9h-cxx9-gfq3/GHSA-fw9h-cxx9-gfq3.json @@ -1,15 +1,18 @@ { "schema_version": "1.4.0", "id": "GHSA-fw9h-cxx9-gfq3", - "modified": "2024-01-24T21:49:51Z", + "modified": "2024-01-31T20:24:13Z", "published": "2024-01-24T18:31:02Z", "aliases": [ "CVE-2024-23901" ], "summary": "Shared projects are unconditionally discovered by Jenkins GitLab Branch Source Plugin", - "details": "Jenkins GitLab Branch Source Plugin 684.vea_fa_7c1e2fe3 and earlier unconditionally discovers projects that are shared with the configured owner group, allowing attackers to configure and share a project, resulting in a crafted Pipeline being built by Jenkins during the next scan of the group.", + "details": "GitLab allows sharing a project with another group.\n\nJenkins GitLab Branch Source Plugin 684.vea_fa_7c1e2fe3 and earlier unconditionally discovers projects that are shared with the configured owner group.\n\nThis allows attackers to configure and share a project, resulting in a crafted Pipeline being built by Jenkins after the next scan of the group’s projects.\n\nIn GitLab Branch Source Plugin 688.v5fa_356ee8520, the default strategy for discovering projects does not discover projects shared with the configured owner group. To discover projects shared with the configured owner group, use the new trait \"Discover shared projects\".", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N" + } ], "affected": [ {