Publish Advisories

GHSA-f67f-2j6r-m4c9
GHSA-fw9h-cxx9-gfq3
This commit is contained in:
advisory-database[bot]
2024-01-31 20:25:46 +00:00
parent 7fc3ccdf0e
commit cf64030c40
2 changed files with 13 additions and 7 deletions
@@ -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,
@@ -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 groups 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": [
{