CVE-2020-2164: Passwords stored in plain text by Jenkins Artifactory Plugin
3.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.49083%
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:artifactory | maven | < 3.6.0 | 3.6.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerable functions are likely those that handle the storage and retrieval of the Artifactory server password. The fix in version 3.6.0 involved encrypting the stored password, indicating that the functions responsible for setting and getting the password were modified.