CVE-2018-8039
CVSS V2 Medium 6.8
CVSS V3 High 8.1
Description
It is possible to configure Apache CXF to use the com.sun.net.ssl implementation via 'System.setProperty("java.protocol.handler.pkgs", "com.sun.net.ssl.internal.www.protocol");'. When this system property is set, CXF uses some reflection to try to make the HostnameVerifier work with the old com.sun.net.ssl.HostnameVerifier interface. However, the default HostnameVerifier implementation in CXF does not implement the method in this interface, and an exception is thrown. However, in Apache CXF prior to 3.2.5 and 3.1.16 the exception is caught in the reflection code and not properly propagated. What this means is that if you are using the com.sun.net.ssl stack with CXF, an error with TLS hostname verification will not be thrown, leaving a CXF client subject to man-in-the-middle attacks.
Overview
- CVE ID
- CVE-2018-8039
- Assigner
- security@apache.org
- Vulnerability Status
- Modified
- Published Version
- 2018-07-02T13:29:00
- Last Modified Date
- 2021-06-16T12:15:11
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:apache:cxf:*:*:*:*:*:*:*:* | 1 | OR | 3.1.16 | |
cpe:2.3:a:apache:cxf:*:*:*:*:*:*:*:* | 1 | OR | 3.2.0 | 3.2.5 |
cpe:2.3:a:redhat:jboss_enterprise_application_platform:7.1.0:*:*:*:*:*:*:* | 1 | OR |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:N/AC:M/Au:N/C:P/I:P/A:P
- Access Vector
- NETWORK
- Access Compatibility
- MEDIUM
- Authentication
- NONE
- Confidentiality Impact
- PARTIAL
- Integrity Impact
- PARTIAL
- Availability Impact
- PARTIAL
- Base Score
- 6.8
- Severity
- MEDIUM
- Exploitability Score
- 8.6
- Impact Score
- 6.4
CVSS Version 3
- Version
- 3.0
- Vector String
- CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
- Attack Vector
- NETWORK
- Attack Compatibility
- HIGH
- Privileges Required
- NONE
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- HIGH
- Availability Impact
- HIGH
- Base Score
- 8.1
- Base Severity
- HIGH
- Exploitability Score
- 2.2
- Impact Score
- 5.9
References
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2018-8039 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-8039 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-05-10 07:11:13 | Added to TrackCVE | |||
2022-12-03 08:51:08 | 2018-07-02T13:29Z | 2018-07-02T13:29:00 | CVE Published Date | updated |
2022-12-03 08:51:08 | 2021-06-16T12:15:11 | CVE Modified Date | updated | |
2022-12-03 08:51:08 | Modified | Vulnerability Status | updated |