From cdc6c14b8562d3eaa36919b0a3c78e8451fb1055 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 17:42:40 +0000 Subject: [PATCH] Publish Advisories GHSA-7mf5-79gv-66gh GHSA-8mjp-8c2x-3g7w GHSA-7mf5-79gv-66gh GHSA-8mjp-8c2x-3g7w --- .../GHSA-7mf5-79gv-66gh.json | 64 +++++++++++++++++++ .../GHSA-8mjp-8c2x-3g7w.json | 64 +++++++++++++++++++ .../GHSA-7mf5-79gv-66gh.json | 42 ------------ .../GHSA-8mjp-8c2x-3g7w.json | 46 ------------- 4 files changed, 128 insertions(+), 88 deletions(-) create mode 100644 advisories/github-reviewed/2022/05/GHSA-7mf5-79gv-66gh/GHSA-7mf5-79gv-66gh.json create mode 100644 advisories/github-reviewed/2022/05/GHSA-8mjp-8c2x-3g7w/GHSA-8mjp-8c2x-3g7w.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-7mf5-79gv-66gh/GHSA-7mf5-79gv-66gh.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-8mjp-8c2x-3g7w/GHSA-8mjp-8c2x-3g7w.json diff --git a/advisories/github-reviewed/2022/05/GHSA-7mf5-79gv-66gh/GHSA-7mf5-79gv-66gh.json b/advisories/github-reviewed/2022/05/GHSA-7mf5-79gv-66gh/GHSA-7mf5-79gv-66gh.json new file mode 100644 index 00000000000..def5f1cfdd7 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-7mf5-79gv-66gh/GHSA-7mf5-79gv-66gh.json @@ -0,0 +1,64 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-7mf5-79gv-66gh", + "modified": "2023-10-27T17:41:54Z", + "published": "2022-05-24T17:03:46Z", + "aliases": [ + "CVE-2019-16549" + ], + "summary": "Jenkins Maven Release Plug-in Plugin XXE vulnerability", + "details": "Jenkins Maven Release Plug-in Plugin retrieves XML from Nexus repository manager APIs. Maven Release Plug-in Plugin 0.16.1 and earlier does not configure the XML parser to prevent XML external entity (XXE) attacks. While Jenkins users without Overall/Administer permission are not allowed to configure a custom Nexus URL, this could still be exploited via man-in-the-middle attacks, especially if it’s not an HTTPS URL.\n\nAdditionally, a connection test form validation method does not require POST requests, resulting in a cross-site request forgery vulnerability. Combined, these two vulnerabilities allow attackers to have Jenkins parse crafted XML documents that use external entities for extraction of secrets from the Jenkins controller, server-side request forgery, or denial-of-service attacks.\n\nMaven Release Plug-in Plugin 0.16.2 configures its XML parser to prevent XML external entity (XXE) attacks. It also now requires that requests to the connection test form validation method are done via POST, which protects from cross-site request forgery attacks.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins.m2release:m2release" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.16.2" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 0.16.1" + } + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16549" + }, + { + "type": "WEB", + "url": "https://jenkins.io/security/advisory/2019-12-17/#SECURITY-1681" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2019/12/17/1" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-611" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2023-10-27T17:41:54Z", + "nvd_published_at": "2019-12-17T15:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2022/05/GHSA-8mjp-8c2x-3g7w/GHSA-8mjp-8c2x-3g7w.json b/advisories/github-reviewed/2022/05/GHSA-8mjp-8c2x-3g7w/GHSA-8mjp-8c2x-3g7w.json new file mode 100644 index 00000000000..a328804b78b --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-8mjp-8c2x-3g7w/GHSA-8mjp-8c2x-3g7w.json @@ -0,0 +1,64 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8mjp-8c2x-3g7w", + "modified": "2023-10-27T17:41:08Z", + "published": "2022-05-24T17:01:41Z", + "aliases": [ + "CVE-2019-16544" + ], + "summary": "Jenkins QMetry for JIRA Plugin stored credentials in plain text", + "details": "Jenkins QMetry for JIRA - Test Management Plugin stored credentials unencrypted in job config.xml files on the Jenkins controller as part of its post-build step configuration. This credential could be viewed by users with Extended Read permission or access to the Jenkins controller file system.\n\nQMetry for JIRA - Test Management Plugin now stores these credentials encrypted once the job configuration is saved again.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins:qmetry-for-jira-test-management" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.13" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 1.12" + } + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16544" + }, + { + "type": "WEB", + "url": "https://jenkins.io/security/advisory/2019-11-21/#SECURITY-727%20(1)" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2019/11/21/1" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-522" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2023-10-27T17:41:08Z", + "nvd_published_at": "2019-11-21T15:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-7mf5-79gv-66gh/GHSA-7mf5-79gv-66gh.json b/advisories/unreviewed/2022/05/GHSA-7mf5-79gv-66gh/GHSA-7mf5-79gv-66gh.json deleted file mode 100644 index 5ba97a3c70d..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-7mf5-79gv-66gh/GHSA-7mf5-79gv-66gh.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-7mf5-79gv-66gh", - "modified": "2023-10-25T18:31:31Z", - "published": "2022-05-24T17:03:46Z", - "aliases": [ - "CVE-2019-16549" - ], - "details": "Jenkins Maven Release Plugin 0.16.1 and earlier does not configure the XML parser to prevent XML external entity (XXE) attacks, allowing man-in-the-middle attackers to have Jenkins parse crafted XML documents.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16549" - }, - { - "type": "WEB", - "url": "https://jenkins.io/security/advisory/2019-12-17/#SECURITY-1681" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2019/12/17/1" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-611" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2019-12-17T15:15:00Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-8mjp-8c2x-3g7w/GHSA-8mjp-8c2x-3g7w.json b/advisories/unreviewed/2022/05/GHSA-8mjp-8c2x-3g7w/GHSA-8mjp-8c2x-3g7w.json deleted file mode 100644 index 367bc4d303e..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-8mjp-8c2x-3g7w/GHSA-8mjp-8c2x-3g7w.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-8mjp-8c2x-3g7w", - "modified": "2023-10-25T18:31:30Z", - "published": "2022-05-24T17:01:41Z", - "aliases": [ - "CVE-2019-16544" - ], - "details": "Jenkins QMetry for JIRA - Test Management Plugin 1.12 and earlier stores credentials unencrypted in job config.xml files on the Jenkins master where they can be viewed by users with Extended Read permission, or access to the master file system.", - "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": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-16544" - }, - { - "type": "WEB", - "url": "https://jenkins.io/security/advisory/2019-11-21/#SECURITY-727%20%281%29" - }, - { - "type": "WEB", - "url": "https://jenkins.io/security/advisory/2019-11-21/#SECURITY-727%20(1)" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2019/11/21/1" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-522" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2019-11-21T15:15:00Z" - } -} \ No newline at end of file