5.9
CVE-2020-1971
- EPSS 0.34%
- Veröffentlicht 08.12.2020 16:15:11
- Zuletzt bearbeitet 21.11.2024 05:11:45
- Quelle openssl-security@openssl.org
- Teams Watchlist Login
- Unerledigt Login
The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This function behaves incorrectly when both GENERAL_NAMEs contain an EDIPARTYNAME. A NULL pointer dereference and a crash may occur leading to a possible denial of service attack. OpenSSL itself uses the GENERAL_NAME_cmp function for two purposes: 1) Comparing CRL distribution point names between an available CRL and a CRL distribution point embedded in an X509 certificate 2) When verifying that a timestamp response token signer matches the timestamp authority name (exposed via the API functions TS_RESP_verify_response and TS_RESP_verify_token) If an attacker can control both items being compared then that attacker could trigger a crash. For example if the attacker can trick a client or server into checking a malicious certificate against a malicious CRL then this may occur. Note that some applications automatically download CRLs based on a URL embedded in a certificate. This checking happens prior to the signatures on the certificate and CRL being verified. OpenSSL's s_server, s_client and verify tools have support for the "-crl_download" option which implements automatic CRL downloading and this attack has been demonstrated to work against those tools. Note that an unrelated bug means that affected versions of OpenSSL cannot parse or construct correct encodings of EDIPARTYNAME. However it is possible to construct a malformed EDIPARTYNAME that OpenSSL's parser will accept and hence trigger this attack. All OpenSSL 1.1.1 and 1.0.2 versions are affected by this issue. Other OpenSSL releases are out of support and have not been checked. Fixed in OpenSSL 1.1.1i (Affected 1.1.1-1.1.1h). Fixed in OpenSSL 1.0.2x (Affected 1.0.2-1.0.2w).
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Debian ≫ Debian Linux Version9.0
Debian ≫ Debian Linux Version10.0
Fedoraproject ≫ Fedora Version32
Fedoraproject ≫ Fedora Version33
Oracle ≫ Api Gateway Version11.1.2.4.0
Oracle ≫ Business Intelligence Version5.5.0.0.0 SwEditionenterprise
Oracle ≫ Business Intelligence Version5.9.0.0.0 SwEditionenterprise
Oracle ≫ Business Intelligence Version12.2.1.3.0 SwEditionenterprise
Oracle ≫ Business Intelligence Version12.2.1.4.0 SwEditionenterprise
Oracle ≫ Communications Diameter Intelligence Hub Version >= 8.0.0 <= 8.1.0
Oracle ≫ Communications Diameter Intelligence Hub Version >= 8.2.0 <= 8.2.3
Oracle ≫ Communications Session Border Controller Versioncz8.2
Oracle ≫ Communications Session Border Controller Versioncz8.3
Oracle ≫ Communications Session Border Controller Versioncz8.4
Oracle ≫ Communications Session Router Versioncz8.2
Oracle ≫ Communications Session Router Versioncz8.3
Oracle ≫ Communications Session Router Versioncz8.4
Oracle ≫ Communications Subscriber-aware Load Balancer Versioncz8.2
Oracle ≫ Communications Subscriber-aware Load Balancer Versioncz8.3
Oracle ≫ Communications Subscriber-aware Load Balancer Versioncz8.4
Oracle ≫ Communications Unified Session Manager Versionscz8.2.5
Oracle ≫ Enterprise Communications Broker Versionpcz3.1
Oracle ≫ Enterprise Communications Broker Versionpcz3.2
Oracle ≫ Enterprise Communications Broker Versionpcz3.3
Oracle ≫ Enterprise Manager Base Platform Version13.3.0.0
Oracle ≫ Enterprise Manager Base Platform Version13.4.0.0
Oracle ≫ Enterprise Manager For Storage Management Version13.4.0.0
Oracle ≫ Enterprise Manager Ops Center Version12.4.0.0
Oracle ≫ Enterprise Session Border Controller Versioncz8.2
Oracle ≫ Enterprise Session Border Controller Versioncz8.3
Oracle ≫ Enterprise Session Border Controller Versioncz8.4
Oracle ≫ HTTP Server Version12.2.1.4.0
Oracle ≫ Jd Edwards Enterpriseone Tools Version < 9.2.5.3
Oracle ≫ Jd Edwards World Security Versiona9.4
Oracle ≫ Mysql Server Version <= 5.7.32
Oracle ≫ Mysql Server Version >= 8.0.15 <= 8.0.22
Oracle ≫ Peoplesoft Enterprise Peopletools Version8.56
Oracle ≫ Peoplesoft Enterprise Peopletools Version8.57
Oracle ≫ Peoplesoft Enterprise Peopletools Version8.58
Netapp ≫ Active Iq Unified Manager Version- SwPlatformvmware_vsphere
Netapp ≫ Active Iq Unified Manager Version- SwPlatformwindows
Netapp ≫ Clustered Data Ontap Antivirus Connector Version-
Netapp ≫ Data Ontap Version- SwPlatform7-mode
Netapp ≫ E-series Santricity Os Controller Version >= 11.0.0 <= 11.60.3
Netapp ≫ Hci Management Node Version-
Netapp ≫ Manageability Software Development Kit Version-
Netapp ≫ Oncommand Insight Version-
Netapp ≫ Oncommand Workflow Automation Version-
Netapp ≫ Plug-in For Symantec Netbackup Version-
Netapp ≫ Santricity Smi-s Provider Version-
Netapp ≫ Snapcenter Version-
Netapp ≫ Hci Compute Node Version-
Netapp ≫ Hci Storage Node Version-
Netapp ≫ Ef600a Firmware Version-
Netapp ≫ Aff A250 Firmware Version-
Tenable ≫ Log Correlation Engine Version < 6.0.9
Tenable ≫ Nessus Network Monitor Version < 5.13.1
Siemens ≫ Sinec Infrastructure Network Services Version < 1.0.1.1
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.34% | 0.559 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 5.9 | 2.2 | 3.6 |
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
|
nvd@nist.gov | 4.3 | 8.6 | 2.9 |
AV:N/AC:M/Au:N/C:N/I:N/A:P
|
CWE-476 NULL Pointer Dereference
The product dereferences a pointer that it expects to be valid but is NULL.