7.4

CVE-2021-3450

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)
OpenSSLOpenSSL Version >= 1.1.1h < 1.1.1k
FreebsdFreebsd Version12.2 Update-
FreebsdFreebsd Version12.2 Updatep1
FreebsdFreebsd Version12.2 Updatep2
NetappStoragegrid Firmware Version-
   NetappStoragegrid Version-
WindriverLinux Version- SwEditioncd
WindriverLinux Version17.0 SwEditionlts
WindriverLinux Version18.0 SwEditionlts
WindriverLinux Version19.0 SwEditionlts
NetappStoragegrid Version-
FedoraprojectFedora Version34
TenableNessus Version <= 8.13.1
TenableNessus Agent Version >= 8.2.1 <= 8.2.3
TenableNessus Network Monitor Version5.11.0
TenableNessus Network Monitor Version5.11.1
TenableNessus Network Monitor Version5.12.0
TenableNessus Network Monitor Version5.12.1
TenableNessus Network Monitor Version5.13.0
OracleCommerce Guided Search Version11.3.2
OracleGraalvm Version19.3.5 SwEditionenterprise
OracleGraalvm Version20.3.1.2 SwEditionenterprise
OracleGraalvm Version21.0.0.2 SwEditionenterprise
OracleJd Edwards Enterpriseone Tools Version < 9.2.6.0
OracleMysql Connectors Version <= 8.0.23
OracleMysql Enterprise Monitor Version <= 8.0.23
OracleMysql Server Version <= 5.7.33
OracleMysql Server Version >= 8.0.15 <= 8.0.23
OracleMysql Workbench Version <= 8.0.23
OraclePeoplesoft Enterprise Peopletools Version >= 8.57 <= 8.59
OracleSecure Backup Version < 18.1.0.1.0
OracleSecure Global Desktop Version5.6
OracleWeblogic Server Version12.2.1.4.0
OracleWeblogic Server Version14.1.1.0.0
McafeeWeb Gateway Version8.2.19
McafeeWeb Gateway Version9.2.10
McafeeWeb Gateway Version10.1.1
McafeeWeb Gateway Cloud Service Version8.2.19
McafeeWeb Gateway Cloud Service Version9.2.10
McafeeWeb Gateway Cloud Service Version10.1.1
SonicwallSma100 Firmware Version < 10.2.1.0-17sv
   SonicwallSma100 Version-
SonicwallCapture Client Version < 3.6.24
SonicwallEmail Security Version < 10.0.11
SonicwallSonicos Version <= 7.0.1-r1456
NodejsNode.Js SwEdition- Version >= 10.0.0 < 10.24.1
NodejsNode.Js SwEdition- Version >= 12.0.0 < 12.22.1
NodejsNode.Js SwEdition- Version >= 14.0.0 < 14.16.1
NodejsNode.Js SwEdition- Version >= 15.0.0 < 15.14.0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 0.69% 0.709
CVSS Metriken
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.