CVE-2020-2154:
Jenkins Zephyr for JIRA Test Management Plugin stores credentials in plain text
3.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.04804%
CWE
Published
5/24/2022
Updated
10/26/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jenkins-ci.plugins:zephyr-for-jira-test-management | maven | <= 1.5 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from unencrypted credential storage in an XML configuration file. Jenkins plugin architecture typically uses Descriptor/GlobalConfig
classes for configuration management, and credential handling would normally use Secret
fields or Credentials
API. The advisory explicitly identifies com.thed.zephyr.jenkins.reporter.ZfjReporter.xml
as the vulnerable file, implying the associated Java classes handling configuration persistence (like ZfjReporter
or ZfjGlobalConfig
) contain the vulnerable credential storage logic. Confidence is medium rather than high because the exact code implementation isn't available for verification, but the pattern matches Jenkins plugin vulnerability patterns for CWE-256
/CWE-312
.