CVE-2019-10473: Jenkins Libvirt Slaves Plugin vlnerable to Credential Enumeration
4.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.0722%
CWE
Published
5/24/2022
Updated
12/25/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:libvirt-slave | maven | < 1.8.6 | 1.8.6 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing permission checks in form validation methods (annotated with @QueryParameter). The GitHub patch adds Jenkins.ADMINISTER
checks to these specific functions, which handle credential-related operations. These methods were accessible to users with Overall/Read permission due to the lack of proper authorization, enabling credential ID enumeration. The commit diff and CVE description directly correlate to these functions being the attack surface.