CVE-2019-10305: Missing permission check in Jenkins XebiaLabs XL Deploy Plugin
6.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.06655%
CWE
Published
5/24/2022
Updated
12/14/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
com.xebialabs.deployit.ci:deployit-plugin | maven | < 7.5.5 | 7.5.5 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from the missing Jenkins.ADMINISTER
permission check in the doValidateUserNamePassword
method, as shown in the commit diff where this check was added post-fix. The method also lacked @RequirePOST annotations to prevent CSRF exploitation. The CVE description explicitly identifies this method as the attack vector, and the patch adds both permission checks and HTTP
method restrictions to mitigate the issue.