From 9fe90f06c343a6e54486458e7957365ff2de55bc Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:44:22 +0000 Subject: [PATCH] Publish Advisories GHSA-7845-crfj-phc4 GHSA-p2qq-c693-q53w GHSA-7845-crfj-phc4 GHSA-p2qq-c693-q53w --- .../GHSA-7845-crfj-phc4.json | 61 +++++++++++++++++++ .../GHSA-p2qq-c693-q53w.json | 61 +++++++++++++++++++ .../GHSA-7845-crfj-phc4.json | 35 ----------- .../GHSA-p2qq-c693-q53w.json | 35 ----------- 4 files changed, 122 insertions(+), 70 deletions(-) create mode 100644 advisories/github-reviewed/2024/11/GHSA-7845-crfj-phc4/GHSA-7845-crfj-phc4.json create mode 100644 advisories/github-reviewed/2024/11/GHSA-p2qq-c693-q53w/GHSA-p2qq-c693-q53w.json delete mode 100644 advisories/unreviewed/2024/11/GHSA-7845-crfj-phc4/GHSA-7845-crfj-phc4.json delete mode 100644 advisories/unreviewed/2024/11/GHSA-p2qq-c693-q53w/GHSA-p2qq-c693-q53w.json diff --git a/advisories/github-reviewed/2024/11/GHSA-7845-crfj-phc4/GHSA-7845-crfj-phc4.json b/advisories/github-reviewed/2024/11/GHSA-7845-crfj-phc4/GHSA-7845-crfj-phc4.json new file mode 100644 index 00000000000..6688b5231bf --- /dev/null +++ b/advisories/github-reviewed/2024/11/GHSA-7845-crfj-phc4/GHSA-7845-crfj-phc4.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-7845-crfj-phc4", + "modified": "2024-11-14T15:42:41Z", + "published": "2024-11-13T21:30:38Z", + "aliases": [ + "CVE-2024-52554" + ], + "summary": "Script security bypass vulnerability in Jenkins Shared Library Version Override Plugin ", + "details": "Jenkins Shared Library Version Override Plugin 17.v786074c9fce7 and earlier declares folder-scoped library overrides as trusted, so that they're not executed in the Script Security sandbox, allowing attackers with Item/Configure permission on a folder to configure a folder-scoped library override that runs without sandbox protection. This allows attackers with Item/Configure permission on a folder to configure a folder-scoped library override that runs without sandbox protection. Shared Library Version Override Plugin 19.v3a_c975738d4a_ declares folder-scoped library overrides as untrusted, so that they’re executed in the Script Security sandbox.\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": [ + { + "package": { + "ecosystem": "Maven", + "name": "io.jenkins.plugins:shared-library-version-override" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "19.v3a" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52554" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/shared-library-version-override-plugin" + }, + { + "type": "WEB", + "url": "https://www.jenkins.io/security/advisory/2024-11-13/#SECURITY-3466" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-862" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-11-14T15:42:41Z", + "nvd_published_at": "2024-11-13T21:15:29Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/11/GHSA-p2qq-c693-q53w/GHSA-p2qq-c693-q53w.json b/advisories/github-reviewed/2024/11/GHSA-p2qq-c693-q53w/GHSA-p2qq-c693-q53w.json new file mode 100644 index 00000000000..023ae2f1aa7 --- /dev/null +++ b/advisories/github-reviewed/2024/11/GHSA-p2qq-c693-q53w/GHSA-p2qq-c693-q53w.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-p2qq-c693-q53w", + "modified": "2024-11-14T15:43:58Z", + "published": "2024-11-13T21:30:38Z", + "aliases": [ + "CVE-2024-52551" + ], + "summary": "Restarting a run with revoked script approval allowed by Jenkins Pipeline: Declarative Plugin ", + "details": "Jenkins Pipeline: Declarative Plugin 2.2214.vb_b_34b_2ea_9b_83 and earlier does not check whether the main (Jenkinsfile) script used to restart a build from a specific stage is approved, allowing attackers with Item/Build permission to restart a previous build whose (Jenkinsfile) script is no longer approved. This allows attackers with Item/Build permission to restart a previous build whose (Jenkinsfile) script is no longer approved. Pipeline: Declarative Plugin 2.2218.v56d0cda_37c72 refuses to restart a build whose main (Jenkinsfile) script is unapproved.\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkinsci.plugins:pipeline-model-parent" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.2218.v56d0cda" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52551" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/pipeline-model-definition-plugin" + }, + { + "type": "WEB", + "url": "https://www.jenkins.io/security/advisory/2024-11-13/#SECURITY-3361" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-285" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-11-14T15:43:58Z", + "nvd_published_at": "2024-11-13T21:15:29Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/11/GHSA-7845-crfj-phc4/GHSA-7845-crfj-phc4.json b/advisories/unreviewed/2024/11/GHSA-7845-crfj-phc4/GHSA-7845-crfj-phc4.json deleted file mode 100644 index 57dda069fe3..00000000000 --- a/advisories/unreviewed/2024/11/GHSA-7845-crfj-phc4/GHSA-7845-crfj-phc4.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-7845-crfj-phc4", - "modified": "2024-11-13T21:30:38Z", - "published": "2024-11-13T21:30:38Z", - "aliases": [ - "CVE-2024-52554" - ], - "details": "Jenkins Shared Library Version Override Plugin 17.v786074c9fce7 and earlier declares folder-scoped library overrides as trusted, so that they're not executed in the Script Security sandbox, allowing attackers with Item/Configure permission on a folder to configure a folder-scoped library override that runs without sandbox protection.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52554" - }, - { - "type": "WEB", - "url": "https://www.jenkins.io/security/advisory/2024-11-13/#SECURITY-3466" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-11-13T21:15:29Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2024/11/GHSA-p2qq-c693-q53w/GHSA-p2qq-c693-q53w.json b/advisories/unreviewed/2024/11/GHSA-p2qq-c693-q53w/GHSA-p2qq-c693-q53w.json deleted file mode 100644 index 48fb25cfced..00000000000 --- a/advisories/unreviewed/2024/11/GHSA-p2qq-c693-q53w/GHSA-p2qq-c693-q53w.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-p2qq-c693-q53w", - "modified": "2024-11-13T21:30:38Z", - "published": "2024-11-13T21:30:38Z", - "aliases": [ - "CVE-2024-52551" - ], - "details": "Jenkins Pipeline: Declarative Plugin 2.2214.vb_b_34b_2ea_9b_83 and earlier does not check whether the main (Jenkinsfile) script used to restart a build from a specific stage is approved, allowing attackers with Item/Build permission to restart a previous build whose (Jenkinsfile) script is no longer approved.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52551" - }, - { - "type": "WEB", - "url": "https://www.jenkins.io/security/advisory/2024-11-13/#SECURITY-3361" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-11-13T21:15:29Z" - } -} \ No newline at end of file