From c50147fa51c19688a0b1b3bc4d11dd11839d9c68 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 13:56:01 +0000 Subject: [PATCH] Publish Advisories GHSA-4q47-ph87-fq4f GHSA-4q47-ph87-fq4f --- .../GHSA-4q47-ph87-fq4f.json | 63 +++++++++++++++++++ .../GHSA-4q47-ph87-fq4f.json | 37 ----------- 2 files changed, 63 insertions(+), 37 deletions(-) create mode 100644 advisories/github-reviewed/2022/05/GHSA-4q47-ph87-fq4f/GHSA-4q47-ph87-fq4f.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-4q47-ph87-fq4f/GHSA-4q47-ph87-fq4f.json diff --git a/advisories/github-reviewed/2022/05/GHSA-4q47-ph87-fq4f/GHSA-4q47-ph87-fq4f.json b/advisories/github-reviewed/2022/05/GHSA-4q47-ph87-fq4f/GHSA-4q47-ph87-fq4f.json new file mode 100644 index 00000000000..9c3f830eabe --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-4q47-ph87-fq4f/GHSA-4q47-ph87-fq4f.json @@ -0,0 +1,63 @@ +{ + "schema_version": "1.3.0", + "id": "GHSA-4q47-ph87-fq4f", + "modified": "2022-12-22T13:54:52Z", + "published": "2022-05-24T17:12:40Z", + "aliases": [ + "CVE-2020-2164" + ], + "summary": "Passwords stored in plain text by Jenkins Artifactory Plugin", + "details": "Artifactory Plugin 3.5.0 and earlier stores its Artifactory server password in plain text in the global configuration file `org.jfrog.hudson.ArtifactoryBuilder.xml`. This password can be viewed by users with access to the Jenkins controller file system.\n\nArtifactory Plugin 3.6.0 now stores the Artifactory server password encrypted. This change is effective once the global configuration is saved the next time.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins:artifactory" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.6.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-2164" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/artifactory-plugin" + }, + { + "type": "WEB", + "url": "https://jenkins.io/security/advisory/2020-03-25/#SECURITY-1542%20(1)" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2020/03/25/2" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-312" + ], + "severity": "LOW", + "github_reviewed": true + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-4q47-ph87-fq4f/GHSA-4q47-ph87-fq4f.json b/advisories/unreviewed/2022/05/GHSA-4q47-ph87-fq4f/GHSA-4q47-ph87-fq4f.json deleted file mode 100644 index f5dcd946114..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-4q47-ph87-fq4f/GHSA-4q47-ph87-fq4f.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "schema_version": "1.3.0", - "id": "GHSA-4q47-ph87-fq4f", - "modified": "2022-05-24T17:12:40Z", - "published": "2022-05-24T17:12:40Z", - "aliases": [ - "CVE-2020-2164" - ], - "details": "Jenkins Artifactory Plugin 3.5.0 and earlier stores its Artifactory server password unencrypted in its global configuration file on the Jenkins master where it can be viewed by users with access to the master file system.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-2164" - }, - { - "type": "WEB", - "url": "https://jenkins.io/security/advisory/2020-03-25/#SECURITY-1542%20(1)" - }, - { - "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