CVE-2014-3623:
Improper Authentication in Apache WSS4J
5
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.80889%
CWE
Published
5/13/2022
Updated
2/2/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
AV:N/AC:L/Au:N/C:N/I:P/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.ws.security:wss4j | maven | < 1.6.17 | 1.6.17 |
org.apache.wss4j:wss4j-ws-security-dom | maven | >= 2.0.0, < 2.0.2 | 2.0.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing enforcement of SAML SubjectConfirmation semantics in validation logic. The JIRA ticket WSS-511 explicitly shows the fix added a boolean flag to SAML validators to require standard confirmation methods. The vulnerable functions are the SubjectConfirmation validation methods in both SAML1 and SAML2 validators that lacked this enforcement check prior to versions 1.6.17/2.0.2. These functions would appear in stack traces when processing SAML assertions with improper confirmation methods.