CVE-2020-2153:
Credentials transmitted in plain text by Backlog Plugin
3.1
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
5/24/2022
Updated
12/13/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jenkins-ci.plugins:backlog | maven | < 2.5 | 2.5 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The commit diff shows these functions were modified to return Secret objects instead of decrypted strings. Previously, they used Secret.toString() to return plaintext credentials, which were transmitted unencrypted in configuration forms. The vulnerability stemmed from exposing decrypted secrets through these accessors during form submission.