diff --git a/advisories/github-reviewed/2022/05/GHSA-f4gq-7hvf-fjm3/GHSA-f4gq-7hvf-fjm3.json b/advisories/github-reviewed/2022/05/GHSA-f4gq-7hvf-fjm3/GHSA-f4gq-7hvf-fjm3.json new file mode 100644 index 00000000000..a11cc50b7c8 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-f4gq-7hvf-fjm3/GHSA-f4gq-7hvf-fjm3.json @@ -0,0 +1,63 @@ +{ + "schema_version": "1.3.0", + "id": "GHSA-f4gq-7hvf-fjm3", + "modified": "2022-12-22T14:04:17Z", + "published": "2022-05-24T17:12:40Z", + "aliases": [ + "CVE-2020-2170" + ], + "summary": "Stored XSS vulnerability in Jenkins RapidDeploy Plugin", + "details": "RapidDeploy Plugin 4.2 and earlier does not escape package names in its displayed table of packages obtained from a remote server. This results in a stored cross-site scripting (XSS) vulnerability exploitable by users able to configure jobs.\n\nRapidDeploy Plugin 4.2.1 escapes package names.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins:rapiddeploy-jenkins" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.2.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-2170" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/rapiddeploy-plugin" + }, + { + "type": "WEB", + "url": "https://jenkins.io/security/advisory/2020-03-25/#SECURITY-1676" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2020/03/25/2" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2022/05/GHSA-g7w4-r4mg-gvhx/GHSA-g7w4-r4mg-gvhx.json b/advisories/github-reviewed/2022/05/GHSA-g7w4-r4mg-gvhx/GHSA-g7w4-r4mg-gvhx.json new file mode 100644 index 00000000000..fcdca9a8aa2 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-g7w4-r4mg-gvhx/GHSA-g7w4-r4mg-gvhx.json @@ -0,0 +1,63 @@ +{ + "schema_version": "1.3.0", + "id": "GHSA-g7w4-r4mg-gvhx", + "modified": "2022-12-22T14:05:19Z", + "published": "2022-05-24T17:12:41Z", + "aliases": [ + "CVE-2020-2171" + ], + "summary": "XXE vulnerability in Jenkins RapidDeploy Plugin", + "details": "RapidDeploy Plugin 4.2 and earlier does not configure its XML parser to prevent XML external entity (XXE) attacks.\n\nThis allows a user able to control the input files for the 'RapidDeploy deployment package build' build or post-build step to have Jenkins parse a crafted file that uses external entities for extraction of secrets from the Jenkins controller, server-side request forgery, or denial-of-service attacks.\n\nRapidDeploy Plugin 4.2.1 disables external entity resolution for its XML parser.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins:rapiddeploy-jenkins" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.2.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-2171" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/rapiddeploy-plugin" + }, + { + "type": "WEB", + "url": "https://jenkins.io/security/advisory/2020-03-25/#SECURITY-1677" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2020/03/25/2" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-611" + ], + "severity": "HIGH", + "github_reviewed": true + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-f4gq-7hvf-fjm3/GHSA-f4gq-7hvf-fjm3.json b/advisories/unreviewed/2022/05/GHSA-f4gq-7hvf-fjm3/GHSA-f4gq-7hvf-fjm3.json deleted file mode 100644 index 4f06e601a7c..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-f4gq-7hvf-fjm3/GHSA-f4gq-7hvf-fjm3.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "schema_version": "1.3.0", - "id": "GHSA-f4gq-7hvf-fjm3", - "modified": "2022-05-24T17:12:40Z", - "published": "2022-05-24T17:12:40Z", - "aliases": [ - "CVE-2020-2170" - ], - "details": "Jenkins RapidDeploy Plugin 4.2 and earlier does not escape package names in the table of packages obtained from a remote server, resulting in a stored XSS vulnerability.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-2170" - }, - { - "type": "WEB", - "url": "https://jenkins.io/security/advisory/2020-03-25/#SECURITY-1676" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2020/03/25/2" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "LOW", - "github_reviewed": false - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-g7w4-r4mg-gvhx/GHSA-g7w4-r4mg-gvhx.json b/advisories/unreviewed/2022/05/GHSA-g7w4-r4mg-gvhx/GHSA-g7w4-r4mg-gvhx.json deleted file mode 100644 index 191c7b05f66..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-g7w4-r4mg-gvhx/GHSA-g7w4-r4mg-gvhx.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "schema_version": "1.3.0", - "id": "GHSA-g7w4-r4mg-gvhx", - "modified": "2022-05-24T17:12:41Z", - "published": "2022-05-24T17:12:41Z", - "aliases": [ - "CVE-2020-2171" - ], - "details": "Jenkins RapidDeploy Plugin 4.2 and earlier does not configure its XML parser to prevent XML external entity (XXE) attacks.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-2171" - }, - { - "type": "WEB", - "url": "https://jenkins.io/security/advisory/2020-03-25/#SECURITY-1677" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2020/03/25/2" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "MODERATE", - "github_reviewed": false - } -} \ No newline at end of file