CVE-2021-21662: Missing permission check in Jenkins XebiaLabs XL Deploy Plugin allows enumerating credentials IDs
4.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.3179%
CWE
Published
5/24/2022
Updated
12/22/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
com.xebialabs.deployit.ci:deployit-plugin | maven | <= 10.0.1 | 10.0.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The commit 79ae204 explicitly adds permission checks to these two methods. The vulnerability description specifically mentions missing authorization in form validation
methods for credential enumeration. The patched methods correspond to credential validation
(doValidateCredential
) and credential ID listing (doFillCredentialsIdItems
) functionality, which would directly expose credential IDs if unprotected. The CWE-862 (Missing Authorization) alignment and the direct correlation between patch changes and vulnerability description confirm these as the vulnerable functions.