From 5c8e2f54411e9ba4386d069c526fa03500a41db6 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 23:40:24 +0000 Subject: [PATCH] Publish Advisories GHSA-4g5f-w3mh-w99m GHSA-4gfc-72gw-v385 GHSA-9vrm-747r-668v GHSA-phjq-7xqp-2526 GHSA-4g5f-w3mh-w99m GHSA-4gfc-72gw-v385 GHSA-9vrm-747r-668v GHSA-phjq-7xqp-2526 --- .../GHSA-4g5f-w3mh-w99m.json | 73 +++++++++++++++++++ .../GHSA-4gfc-72gw-v385.json | 73 +++++++++++++++++++ .../GHSA-9vrm-747r-668v.json | 73 +++++++++++++++++++ .../GHSA-phjq-7xqp-2526.json | 73 +++++++++++++++++++ .../GHSA-4g5f-w3mh-w99m.json | 42 ----------- .../GHSA-4gfc-72gw-v385.json | 42 ----------- .../GHSA-9vrm-747r-668v.json | 42 ----------- .../GHSA-phjq-7xqp-2526.json | 42 ----------- 8 files changed, 292 insertions(+), 168 deletions(-) create mode 100644 advisories/github-reviewed/2023/12/GHSA-4g5f-w3mh-w99m/GHSA-4g5f-w3mh-w99m.json create mode 100644 advisories/github-reviewed/2023/12/GHSA-4gfc-72gw-v385/GHSA-4gfc-72gw-v385.json create mode 100644 advisories/github-reviewed/2023/12/GHSA-9vrm-747r-668v/GHSA-9vrm-747r-668v.json create mode 100644 advisories/github-reviewed/2023/12/GHSA-phjq-7xqp-2526/GHSA-phjq-7xqp-2526.json delete mode 100644 advisories/unreviewed/2023/12/GHSA-4g5f-w3mh-w99m/GHSA-4g5f-w3mh-w99m.json delete mode 100644 advisories/unreviewed/2023/12/GHSA-4gfc-72gw-v385/GHSA-4gfc-72gw-v385.json delete mode 100644 advisories/unreviewed/2023/12/GHSA-9vrm-747r-668v/GHSA-9vrm-747r-668v.json delete mode 100644 advisories/unreviewed/2023/12/GHSA-phjq-7xqp-2526/GHSA-phjq-7xqp-2526.json diff --git a/advisories/github-reviewed/2023/12/GHSA-4g5f-w3mh-w99m/GHSA-4g5f-w3mh-w99m.json b/advisories/github-reviewed/2023/12/GHSA-4g5f-w3mh-w99m/GHSA-4g5f-w3mh-w99m.json new file mode 100644 index 00000000000..bde25ae38ed --- /dev/null +++ b/advisories/github-reviewed/2023/12/GHSA-4g5f-w3mh-w99m/GHSA-4g5f-w3mh-w99m.json @@ -0,0 +1,73 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-4g5f-w3mh-w99m", + "modified": "2023-12-18T23:39:03Z", + "published": "2023-12-13T18:31:04Z", + "aliases": [ + "CVE-2023-50769" + ], + "summary": "Jenkins Nexus Platform Plugin missing permission check", + "details": "Jenkins Nexus Platform Plugin 3.18.0-03 and earlier does not perform permission checks in methods implementing form validation.\n\nThis allows attackers with Overall/Read permission to connect to an attacker-specified HTTP server using attacker-specified credentials IDs obtained through another method, capturing credentials stored in Jenkins.\n\nAdditionally, these form validation methods do not require POST requests, resulting in a cross-site request forgery (CSRF) vulnerability.\n\nNexus Platform Plugin 3.18.1-01 requires POST requests and Overall/Administer permission for the affected form validation methods.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.sonatype.nexus.ci:nexus-jenkins-plugin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.18.1-01" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50769" + }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/nexus-platform-plugin/pull/291" + }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/nexus-platform-plugin/commit/1d5e1e9e457af5e8ce8c9a403933d6cb73542dbd" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/nexus-platform-plugin" + }, + { + "type": "WEB", + "url": "https://www.jenkins.io/security/advisory/2023-12-13/#SECURITY-3203" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2023/12/13/4" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-862" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2023-12-18T23:39:03Z", + "nvd_published_at": "2023-12-13T18:15:43Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2023/12/GHSA-4gfc-72gw-v385/GHSA-4gfc-72gw-v385.json b/advisories/github-reviewed/2023/12/GHSA-4gfc-72gw-v385/GHSA-4gfc-72gw-v385.json new file mode 100644 index 00000000000..b01526865cf --- /dev/null +++ b/advisories/github-reviewed/2023/12/GHSA-4gfc-72gw-v385/GHSA-4gfc-72gw-v385.json @@ -0,0 +1,73 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-4gfc-72gw-v385", + "modified": "2023-12-18T23:39:46Z", + "published": "2023-12-13T18:31:04Z", + "aliases": [ + "CVE-2023-50766" + ], + "summary": "Jenkins Nexus Platform Plugin Cross-Site Request Forgery vulnerability", + "details": "Jenkins Nexus Platform Plugin 3.18.0-03 and earlier does not perform permission checks in methods implementing form validation.\n\nThis allows attackers with Overall/Read permission to send an HTTP request to an attacker-specified URL and parse the response as XML.\n\nAdditionally, the plugin does not configure its XML parser to prevent XML external entity (XXE) attacks, so attackers can have Jenkins parse a crafted XML response that uses external entities for extraction of secrets from the Jenkins controller or server-side request forgery.\n\nAdditionally, these form validation methods do not require POST requests, resulting in a cross-site request forgery (CSRF) vulnerability.\n\nNexus Platform Plugin 3.18.1-01 configures its XML parser to prevent XML external entity (XXE) attacks.\n\nAdditionally, POST requests and Overall/Administer permission are required for the affected HTTP endpoints.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.sonatype.nexus.ci:nexus-jenkins-plugin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.18.1-01" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50766" + }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/nexus-platform-plugin/pull/291" + }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/nexus-platform-plugin/commit/1d5e1e9e457af5e8ce8c9a403933d6cb73542dbd" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/nexus-platform-plugin" + }, + { + "type": "WEB", + "url": "https://www.jenkins.io/security/advisory/2023-12-13/#SECURITY-3204" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2023/12/13/4" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-352" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2023-12-18T23:39:46Z", + "nvd_published_at": "2023-12-13T18:15:43Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2023/12/GHSA-9vrm-747r-668v/GHSA-9vrm-747r-668v.json b/advisories/github-reviewed/2023/12/GHSA-9vrm-747r-668v/GHSA-9vrm-747r-668v.json new file mode 100644 index 00000000000..e171381f6e0 --- /dev/null +++ b/advisories/github-reviewed/2023/12/GHSA-9vrm-747r-668v/GHSA-9vrm-747r-668v.json @@ -0,0 +1,73 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-9vrm-747r-668v", + "modified": "2023-12-18T23:39:41Z", + "published": "2023-12-13T18:31:04Z", + "aliases": [ + "CVE-2023-50767" + ], + "summary": "Jenkins Nexus Platform Plugin missing permission check", + "details": "Jenkins Nexus Platform Plugin 3.18.0-03 and earlier does not perform permission checks in methods implementing form validation.\n\nThis allows attackers with Overall/Read permission to send an HTTP request to an attacker-specified URL and parse the response as XML.\n\nAdditionally, the plugin does not configure its XML parser to prevent XML external entity (XXE) attacks, so attackers can have Jenkins parse a crafted XML response that uses external entities for extraction of secrets from the Jenkins controller or server-side request forgery.\n\nAdditionally, these form validation methods do not require POST requests, resulting in a cross-site request forgery (CSRF) vulnerability.\n\nNexus Platform Plugin 3.18.1-01 configures its XML parser to prevent XML external entity (XXE) attacks.\n\nAdditionally, POST requests and Overall/Administer permission are required for the affected HTTP endpoints.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.sonatype.nexus.ci:nexus-jenkins-plugin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.18.1-01" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50767" + }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/nexus-platform-plugin/pull/291" + }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/nexus-platform-plugin/commit/1d5e1e9e457af5e8ce8c9a403933d6cb73542dbd" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/nexus-platform-plugin" + }, + { + "type": "WEB", + "url": "https://www.jenkins.io/security/advisory/2023-12-13/#SECURITY-3204" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2023/12/13/4" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-862" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2023-12-18T23:39:41Z", + "nvd_published_at": "2023-12-13T18:15:43Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2023/12/GHSA-phjq-7xqp-2526/GHSA-phjq-7xqp-2526.json b/advisories/github-reviewed/2023/12/GHSA-phjq-7xqp-2526/GHSA-phjq-7xqp-2526.json new file mode 100644 index 00000000000..3be146534dc --- /dev/null +++ b/advisories/github-reviewed/2023/12/GHSA-phjq-7xqp-2526/GHSA-phjq-7xqp-2526.json @@ -0,0 +1,73 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-phjq-7xqp-2526", + "modified": "2023-12-18T23:39:44Z", + "published": "2023-12-13T18:31:04Z", + "aliases": [ + "CVE-2023-50768" + ], + "summary": "Jenkins Nexus Platform Plugin Cross-Site Request Forgery vulnerability", + "details": "Jenkins Nexus Platform Plugin 3.18.0-03 and earlier does not perform permission checks in methods implementing form validation.\n\nThis allows attackers with Overall/Read permission to connect to an attacker-specified HTTP server using attacker-specified credentials IDs obtained through another method, capturing credentials stored in Jenkins.\n\nAdditionally, these form validation methods do not require POST requests, resulting in a cross-site request forgery (CSRF) vulnerability.\n\nNexus Platform Plugin 3.18.1-01 requires POST requests and Overall/Administer permission for the affected form validation methods.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.sonatype.nexus.ci:nexus-jenkins-plugin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.18.1-01" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50768" + }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/nexus-platform-plugin/pull/291" + }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/nexus-platform-plugin/commit/1d5e1e9e457af5e8ce8c9a403933d6cb73542dbd" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/nexus-platform-plugin" + }, + { + "type": "WEB", + "url": "https://www.jenkins.io/security/advisory/2023-12-13/#SECURITY-3203" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2023/12/13/4" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-352" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2023-12-18T23:39:44Z", + "nvd_published_at": "2023-12-13T18:15:43Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2023/12/GHSA-4g5f-w3mh-w99m/GHSA-4g5f-w3mh-w99m.json b/advisories/unreviewed/2023/12/GHSA-4g5f-w3mh-w99m/GHSA-4g5f-w3mh-w99m.json deleted file mode 100644 index d52627b65b3..00000000000 --- a/advisories/unreviewed/2023/12/GHSA-4g5f-w3mh-w99m/GHSA-4g5f-w3mh-w99m.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-4g5f-w3mh-w99m", - "modified": "2023-12-18T18:30:20Z", - "published": "2023-12-13T18:31:04Z", - "aliases": [ - "CVE-2023-50769" - ], - "details": "Missing permission checks in Jenkins Nexus Platform Plugin 3.18.0-03 and earlier allow attackers with Overall/Read permission to connect to an attacker-specified HTTP server using attacker-specified credentials IDs obtained through another method, capturing credentials stored in Jenkins.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50769" - }, - { - "type": "WEB", - "url": "https://www.jenkins.io/security/advisory/2023-12-13/#SECURITY-3203" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2023/12/13/4" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-862" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2023-12-13T18:15:43Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2023/12/GHSA-4gfc-72gw-v385/GHSA-4gfc-72gw-v385.json b/advisories/unreviewed/2023/12/GHSA-4gfc-72gw-v385/GHSA-4gfc-72gw-v385.json deleted file mode 100644 index 37834b08adc..00000000000 --- a/advisories/unreviewed/2023/12/GHSA-4gfc-72gw-v385/GHSA-4gfc-72gw-v385.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-4gfc-72gw-v385", - "modified": "2023-12-18T18:30:20Z", - "published": "2023-12-13T18:31:04Z", - "aliases": [ - "CVE-2023-50766" - ], - "details": "A cross-site request forgery (CSRF) vulnerability in Jenkins Nexus Platform Plugin 3.18.0-03 and earlier allows attackers to send an HTTP request to an attacker-specified URL and parse the response as XML.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50766" - }, - { - "type": "WEB", - "url": "https://www.jenkins.io/security/advisory/2023-12-13/#SECURITY-3204" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2023/12/13/4" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-352" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2023-12-13T18:15:43Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2023/12/GHSA-9vrm-747r-668v/GHSA-9vrm-747r-668v.json b/advisories/unreviewed/2023/12/GHSA-9vrm-747r-668v/GHSA-9vrm-747r-668v.json deleted file mode 100644 index d89b1615060..00000000000 --- a/advisories/unreviewed/2023/12/GHSA-9vrm-747r-668v/GHSA-9vrm-747r-668v.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-9vrm-747r-668v", - "modified": "2023-12-18T18:30:20Z", - "published": "2023-12-13T18:31:04Z", - "aliases": [ - "CVE-2023-50767" - ], - "details": "Missing permission checks in Jenkins Nexus Platform Plugin 3.18.0-03 and earlier allow attackers with Overall/Read permission to send an HTTP request to an attacker-specified URL and parse the response as XML.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50767" - }, - { - "type": "WEB", - "url": "https://www.jenkins.io/security/advisory/2023-12-13/#SECURITY-3204" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2023/12/13/4" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-862" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2023-12-13T18:15:43Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2023/12/GHSA-phjq-7xqp-2526/GHSA-phjq-7xqp-2526.json b/advisories/unreviewed/2023/12/GHSA-phjq-7xqp-2526/GHSA-phjq-7xqp-2526.json deleted file mode 100644 index 0ab466838c7..00000000000 --- a/advisories/unreviewed/2023/12/GHSA-phjq-7xqp-2526/GHSA-phjq-7xqp-2526.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-phjq-7xqp-2526", - "modified": "2023-12-18T18:30:20Z", - "published": "2023-12-13T18:31:04Z", - "aliases": [ - "CVE-2023-50768" - ], - "details": "A cross-site request forgery (CSRF) vulnerability in Jenkins Nexus Platform Plugin 3.18.0-03 and earlier allows attackers to connect to an attacker-specified HTTP server using attacker-specified credentials IDs obtained through another method, capturing credentials stored in Jenkins.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-50768" - }, - { - "type": "WEB", - "url": "https://www.jenkins.io/security/advisory/2023-12-13/#SECURITY-3203" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2023/12/13/4" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-352" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2023-12-13T18:15:43Z" - } -} \ No newline at end of file