CVE-2014-3603: Improper Validation of Certificate with Host Mismatch in Shibboleth Identity Provider and OpenSAML Java
5.9
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.303%
CWE
Published
5/14/2022
Updated
1/27/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
edu.internet2.middleware:shibboleth-identityprovider | maven | < 2.4.1 | 2.4.1 |
org.opensaml:opensaml | maven | < 2.6.2 | 2.6.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing hostname verification in HTTP client configuration. The OpenSAML DefaultBootstrap
class initializes security components and HttpClient
settings. The patch added hostname verifier registration in initializeXMLSecurity()
, indicating this was the missing security control. HttpClientBuilder
would be responsible for creating vulnerable client instances with default insecure settings. These functions would appear in stack traces during MITM exploitation when establishing insecure HTTPS connections to fetch resources.