diff --git a/advisories/github-reviewed/2022/05/GHSA-xqf6-5grh-6223/GHSA-xqf6-5grh-6223.json b/advisories/github-reviewed/2022/05/GHSA-xqf6-5grh-6223/GHSA-xqf6-5grh-6223.json new file mode 100644 index 00000000000..154c24cf70d --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-xqf6-5grh-6223/GHSA-xqf6-5grh-6223.json @@ -0,0 +1,64 @@ +{ + "schema_version": "1.3.0", + "id": "GHSA-xqf6-5grh-6223", + "modified": "2022-12-22T13:56:42Z", + "published": "2022-05-24T17:12:40Z", + "aliases": [ + "CVE-2020-2165" + ], + "summary": "Passwords transmitted in plain text by Jenkins Artifactory Plugin", + "details": "Jenkins Artifactory Plugin 3.6.0 and earlier stores Artifactory server passwords in its global configuration file `org.jfrog.hudson.ArtifactoryBuilder.xml` on the Jenkins controller as part of its configuration.\n\nWhile the password is stored encrypted on disk since Artifactory Plugin 3.6.0, it is transmitted in plain text as part of the configuration form by Artifactory Plugin 3.6.0 and earlier. This can result in exposure of the password through browser extensions, cross-site scripting vulnerabilities, and similar situations.\n\nArtifactory Plugin 3.6.1 transmits the password in its global configuration encrypted.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/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.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-2165" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/artifactory-plugin" + }, + { + "type": "WEB", + "url": "https://jenkins.io/security/advisory/2020-03-25/#SECURITY-1542%20(2)" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2020/03/25/2" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-319", + "CWE-522" + ], + "severity": "LOW", + "github_reviewed": true + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-xqf6-5grh-6223/GHSA-xqf6-5grh-6223.json b/advisories/unreviewed/2022/05/GHSA-xqf6-5grh-6223/GHSA-xqf6-5grh-6223.json deleted file mode 100644 index f44660fca4a..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-xqf6-5grh-6223/GHSA-xqf6-5grh-6223.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "schema_version": "1.3.0", - "id": "GHSA-xqf6-5grh-6223", - "modified": "2022-05-24T17:12:40Z", - "published": "2022-05-24T17:12:40Z", - "aliases": [ - "CVE-2020-2165" - ], - "details": "Jenkins Artifactory Plugin 3.6.0 and earlier transmits configured passwords in plain text as part of its global Jenkins configuration form, potentially resulting in their exposure.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-2165" - }, - { - "type": "WEB", - "url": "https://jenkins.io/security/advisory/2020-03-25/#SECURITY-1542%20(2)" - }, - { - "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