CVE-2019-10382: Jenkins VMware Lab Manager Slaves Plugin vulnerable to Improper Certificate Validation
6.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.15335%
CWE
Published
5/24/2022
Updated
3/3/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jenkins-ci.plugins:labmanager | maven | <= 0.2.8 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The advisory describes the vulnerability as the plugin unconditionally disabling SSL/TLS certificate validation for the entire Jenkins controller JVM, which aligns with CWE-295. However, the provided information does not include specific code snippets, commit diffs, or file paths from the plugin's source code. Without access to the actual implementation details (e.g., functions
that override TrustManager
, disable hostname verification, or configure insecure SSLContext
), it is impossible to identify the exact vulnerable functions
with high confidence. The vulnerability's root cause is clear (global SSL/TLS validation bypass), but the lack of code-level specifics prevents pinpointing the precise functions
responsible.