CVE-2021-21653: Missing Authorization in jenkins xray-connector
4.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.2005%
CWE
Published
6/16/2021
Updated
10/27/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 |
---|---|---|---|
org.jenkins-ci.plugins:xray-connector | maven | < 2.4.1 | 2.4.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from an unauthenticated HTTP endpoint exposing credential IDs. Jenkins plugins typically implement web endpoints via methods in controller classes annotated with @WebMethod. The advisory specifically calls out credential ID enumeration via an endpoint, which would map to a doListCredentials
or similar method in the configuration
class handling Xray-Jira integration. The function
would appear in runtime profiling when unauthorized users access the credential enumeration endpoint.