CVE-2021-21634:
Passwords stored in plain text by Jenkins Jabber (XMPP) notifier and control Plugin
6.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.1451%
CWE
Published
5/24/2022
Updated
12/7/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jvnet.hudson.plugins:jabber | maven | <= 1.41 | 1.42 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis focused on the changes made to handle passwords in the JabberPublisherDescriptor
class. The functions getPassword()
and applyPassword()
were identified as vulnerable because they directly handle password storage and retrieval. The patch changes these functions to use Secret
for password handling, indicating that the previous handling was insecure.