diff --git a/advisories/github-reviewed/2022/05/GHSA-w598-25hm-jqx3/GHSA-w598-25hm-jqx3.json b/advisories/github-reviewed/2022/05/GHSA-w598-25hm-jqx3/GHSA-w598-25hm-jqx3.json new file mode 100644 index 00000000000..191ddca6678 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-w598-25hm-jqx3/GHSA-w598-25hm-jqx3.json @@ -0,0 +1,64 @@ +{ + "schema_version": "1.3.0", + "id": "GHSA-w598-25hm-jqx3", + "modified": "2022-12-22T14:00:39Z", + "published": "2022-05-24T17:12:40Z", + "aliases": [ + "CVE-2020-2166" + ], + "summary": "RCE vulnerability in Jenkins Pipeline: AWS Steps Plugin", + "details": "Pipeline: AWS Steps Plugin 1.40 and earlier does not configure its YAML parser to prevent the instantiation of arbitrary types. This results in a remote code execution (RCE) vulnerability exploitable by users able to provide YAML input files to Pipeline: AWS Steps Plugin’s build steps.\n\nPipeline: AWS Steps Plugin 1.41 configures its YAML parser to only instantiate safe types.", + "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": "de.taimos:pipeline-aws" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.41" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-2166" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/pipeline-aws-plugin" + }, + { + "type": "WEB", + "url": "https://jenkins.io/security/advisory/2020-03-25/#SECURITY-1741" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2020/03/25/2" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-20", + "CWE-502" + ], + "severity": "HIGH", + "github_reviewed": true + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-w598-25hm-jqx3/GHSA-w598-25hm-jqx3.json b/advisories/unreviewed/2022/05/GHSA-w598-25hm-jqx3/GHSA-w598-25hm-jqx3.json deleted file mode 100644 index d380b6d17cf..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-w598-25hm-jqx3/GHSA-w598-25hm-jqx3.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "schema_version": "1.3.0", - "id": "GHSA-w598-25hm-jqx3", - "modified": "2022-05-24T17:12:40Z", - "published": "2022-05-24T17:12:40Z", - "aliases": [ - "CVE-2020-2166" - ], - "details": "Jenkins Pipeline: AWS Steps Plugin 1.40 and earlier does not configure its YAML parser to prevent the instantiation of arbitrary types, resulting in a remote code execution vulnerability.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-2166" - }, - { - "type": "WEB", - "url": "https://jenkins.io/security/advisory/2020-03-25/#SECURITY-1741" - }, - { - "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