CVE-2024-28161:
Jenkins Delphix Plugin has SSL/TLS certificate validation disabled by default
4.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.00964%
CWE
Published
3/6/2024
Updated
11/14/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jenkins-ci.plugins:delphix | maven | = 3.0.1 | 3.0.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from two key elements: 1) The DctSdkUtil
constructor's conditional that disabled SSL verification when the global config
flag was false (default insecure state). 2) The configuration system that defined 'sslCheck' as an opt-in security measure rather than opt-out. The commit diff shows the logic inversion in DctSdkUtil.java
and documentation changes clarifying the 'disable validation' semantics, confirming these functions
' roles in the vulnerability.