7.4
CVE-2021-3450
- EPSS 0.69%
- Published 25.03.2021 15:15:13
- Last modified 21.11.2024 06:21:33
- Source openssl-security@openssl.org
- Teams watchlist Login
- Open Login
The X509_V_FLAG_X509_STRICT flag enables additional security checks of the certificates present in a certificate chain. It is not set by default. Starting from OpenSSL version 1.1.1h a check to disallow certificates in the chain that have explicitly encoded elliptic curve parameters was added as an additional strict check. An error in the implementation of this check meant that the result of a previous check to confirm that certificates in the chain are valid CA certificates was overwritten. This effectively bypasses the check that non-CA certificates must not be able to issue other certificates. If a "purpose" has been configured then there is a subsequent opportunity for checks that the certificate is a valid CA. All of the named "purpose" values implemented in libcrypto perform this check. Therefore, where a purpose is set the certificate chain will still be rejected even when the strict flag has been used. A purpose is set by default in libssl client and server certificate verification routines, but it can be overridden or removed by an application. In order to be affected, an application must explicitly set the X509_V_FLAG_X509_STRICT verification flag and either not set a purpose for the certificate verification or, in the case of TLS client or server applications, override the default purpose. OpenSSL versions 1.1.1h and newer are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1k. OpenSSL 1.0.2 is not impacted by this issue. Fixed in OpenSSL 1.1.1k (Affected 1.1.1h-1.1.1j).
Data is provided by the National Vulnerability Database (NVD)
Netapp ≫ Santricity Smi-s Provider Firmware Version-
Netapp ≫ Storagegrid Firmware Version-
Netapp ≫ Cloud Volumes Ontap Mediator Version-
Netapp ≫ Oncommand Workflow Automation Version-
Netapp ≫ Ontap Select Deploy Administration Utility Version-
Netapp ≫ Storagegrid Version-
Fedoraproject ≫ Fedora Version34
Tenable ≫ Nessus Agent Version >= 8.2.1 <= 8.2.3
Tenable ≫ Nessus Network Monitor Version5.11.0
Tenable ≫ Nessus Network Monitor Version5.11.1
Tenable ≫ Nessus Network Monitor Version5.12.0
Tenable ≫ Nessus Network Monitor Version5.12.1
Tenable ≫ Nessus Network Monitor Version5.13.0
Oracle ≫ Commerce Guided Search Version11.3.2
Oracle ≫ Enterprise Manager For Storage Management Version13.4.0.0
Oracle ≫ Jd Edwards Enterpriseone Tools Version < 9.2.6.0
Oracle ≫ Jd Edwards World Security Versiona9.4
Oracle ≫ Mysql Connectors Version <= 8.0.23
Oracle ≫ Mysql Enterprise Monitor Version <= 8.0.23
Oracle ≫ Mysql Server Version <= 5.7.33
Oracle ≫ Mysql Server Version >= 8.0.15 <= 8.0.23
Oracle ≫ Mysql Workbench Version <= 8.0.23
Oracle ≫ Peoplesoft Enterprise Peopletools Version >= 8.57 <= 8.59
Oracle ≫ Secure Backup Version < 18.1.0.1.0
Oracle ≫ Secure Global Desktop Version5.6
Oracle ≫ Weblogic Server Version12.2.1.4.0
Oracle ≫ Weblogic Server Version14.1.1.0.0
Mcafee ≫ Web Gateway Version8.2.19
Mcafee ≫ Web Gateway Version9.2.10
Mcafee ≫ Web Gateway Version10.1.1
Mcafee ≫ Web Gateway Cloud Service Version8.2.19
Mcafee ≫ Web Gateway Cloud Service Version9.2.10
Mcafee ≫ Web Gateway Cloud Service Version10.1.1
Sonicwall ≫ Sma100 Firmware Version < 10.2.1.0-17sv
Sonicwall ≫ Capture Client Version < 3.6.24
Sonicwall ≫ Email Security Version < 10.0.11
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.69% | 0.709 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 7.4 | 2.2 | 5.2 |
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
|
nvd@nist.gov | 5.8 | 8.6 | 4.9 |
AV:N/AC:M/Au:N/C:P/I:P/A:N
|
CWE-295 Improper Certificate Validation
The product does not validate, or incorrectly validates, a certificate.