CVE-2023-32993: Jenkins SAML Single Sign On(SSO) Plugin missing hostname validation
4.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.4135%
CWE
Published
5/16/2023
Updated
1/23/2025
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 |
|---|---|---|---|
| io.jenkins.plugins:miniorange-saml-sp | maven | < 2.1.0 | 2.1.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing hostname validation during HTTPS connections to IdP metadata endpoints. Standard Java SSL patterns show:
- Connection-executing functions (retrieveMetadata) would be vulnerable if they don't enforce hostname checks
- SSL configuration methods (createSSLContext) would be responsible for security settings While no patch is available, the advisory explicitly calls out hostname validation as the mitigation added in 2.1.0, indicating these core connection-handling functions would be involved.