Publish Advisories

GHSA-4q47-ph87-fq4f
GHSA-4q47-ph87-fq4f
This commit is contained in:
advisory-database[bot]
2022-12-22 13:56:01 +00:00
parent af9d8c0030
commit c50147fa51
2 changed files with 63 additions and 37 deletions
@@ -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
}
}
@@ -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
}
}