From 3407cf66c3e8a1758c2daef60d8c7ce192255e24 Mon Sep 17 00:00:00 2001 From: Bishop Date: Tue, 7 Jul 2020 06:13:35 +0000 Subject: [PATCH] Add CVE-2020-2208 --- database/java/2020/2208.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 database/java/2020/2208.yaml diff --git a/database/java/2020/2208.yaml b/database/java/2020/2208.yaml new file mode 100644 index 0000000000..14bdd380cb --- /dev/null +++ b/database/java/2020/2208.yaml @@ -0,0 +1,16 @@ +--- +cve: 2020-2208 +title: CVE in com.hubspot.slack:slack-java-client-examples +description: > + Jenkins Slack Upload Plugin 1.7 and earlier stores a secret unencrypted in job config.xml files on the Jenkins master where it can be viewed by users with Extended Read permission, or access to the master file system. +cvss_v2: 4.0 +references: + - http://www.openwall.com/lists/oss-security/2020/07/02/7 + - https://jenkins.io/security/advisory/2020-07-02/#SECURITY-1627 +affected: + - groupId: com.hubspot.slack + artifactId: slack-java-client-examples + version: + - "<=1.7" + fixedin: + - ">=1.8"