CVE-2019-12423
CVSS V2 Medium 4.3
CVSS V3 High 7.5
Description
Apache CXF ships with a OpenId Connect JWK Keys service, which allows a client to obtain the public keys in JWK format, which can then be used to verify the signature of tokens issued by the service. Typically, the service obtains the public key from a local keystore (JKS/PKCS12) by specifing the path of the keystore and the alias of the keystore entry. This case is not vulnerable. However it is also possible to obtain the keys from a JWK keystore file, by setting the configuration parameter "rs.security.keystore.type" to "jwk". For this case all keys are returned in this file "as is", including all private key and secret key credentials. This is an obvious security risk if the user has configured the signature keystore file with private or secret key credentials. From CXF 3.3.5 and 3.2.12, it is mandatory to specify an alias corresponding to the id of the key in the JWK file, and only this key is returned. In addition, any private key information is omitted by default. "oct" keys, which contain secret keys, are not returned at all.
Overview
- CVE ID
- CVE-2019-12423
- Assigner
- security@apache.org
- Vulnerability Status
- Analyzed
- Published Version
- 2020-01-16T18:15:11
- Last Modified Date
- 2021-06-17T17:24:48
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:apache:cxf:*:*:*:*:*:*:*:* | 1 | OR | 3.2.12 | |
cpe:2.3:a:apache:cxf:*:*:*:*:*:*:*:* | 1 | OR | 3.3.0 | 3.3.5 |
cpe:2.3:a:oracle:commerce_guided_search:11.3.2:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:oracle:communications_diameter_signaling_router:*:*:*:*:*:*:*:* | 1 | OR | 8.0.0 | 8.2.2 |
cpe:2.3:a:oracle:communications_element_manager:*:*:*:*:*:*:*:* | 1 | OR | 8.2.0 | 8.2.2 |
cpe:2.3:a:oracle:communications_session_report_manager:*:*:*:*:*:*:*:* | 1 | OR | 8.2.0 | 8.2.2 |
cpe:2.3:a:oracle:communications_session_route_manager:8.1.1:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:oracle:communications_session_route_manager:8.2.0:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:oracle:communications_session_route_manager:8.2.1:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:oracle:flexcube_private_banking:12.0.0:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:oracle:flexcube_private_banking:12.1.0:*:*:*:*:*:*:* | 1 | OR | ||
cpe:2.3:a:oracle:retail_order_broker:15.0:*:*:*:*:*:*:* | 1 | OR |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:N/AC:M/Au:N/C:P/I:N/A:N
- Access Vector
- NETWORK
- Access Compatibility
- MEDIUM
- Authentication
- NONE
- Confidentiality Impact
- PARTIAL
- Integrity Impact
- NONE
- Availability Impact
- NONE
- Base Score
- 4.3
- Severity
- MEDIUM
- Exploitability Score
- 8.6
- Impact Score
- 2.9
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
- Attack Vector
- NETWORK
- Attack Compatibility
- LOW
- Privileges Required
- NONE
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- HIGH
- Availability Impact
- NONE
- Base Score
- 7.5
- Base Severity
- HIGH
- Exploitability Score
- 3.9
- Impact Score
- 3.6
References
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2019-12423 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12423 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-05-10 07:10:54 | Added to TrackCVE | |||
2022-12-04 09:45:12 | 2020-01-16T18:15Z | 2020-01-16T18:15:11 | CVE Published Date | updated |
2022-12-04 09:45:12 | 2021-06-17T17:24:48 | CVE Modified Date | updated | |
2022-12-04 09:45:12 | Analyzed | Vulnerability Status | updated |