5.9
CVE-2021-23841
- EPSS 0.67%
- Published 16.02.2021 17:15:13
- Last modified 21.11.2024 05:51:55
- Source openssl-security@openssl.org
- Teams watchlist Login
- Open Login
The OpenSSL public API function X509_issuer_and_serial_hash() attempts to create a unique hash value based on the issuer and serial number data contained within an X509 certificate. However it fails to correctly handle any errors that may occur while parsing the issuer field (which might occur if the issuer field is maliciously constructed). This may subsequently result in a NULL pointer deref and a crash leading to a potential denial of service attack. The function X509_issuer_and_serial_hash() is never directly called by OpenSSL itself so applications are only vulnerable if they use this function directly and they use it on certificates that may have been obtained from untrusted sources. OpenSSL versions 1.1.1i and below are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1j. OpenSSL versions 1.0.2x and below are affected by this issue. However OpenSSL 1.0.2 is out of support and no longer receiving public updates. Premium support customers of OpenSSL 1.0.2 should upgrade to 1.0.2y. Other users should upgrade to 1.1.1j. Fixed in OpenSSL 1.1.1j (Affected 1.1.1-1.1.1i). Fixed in OpenSSL 1.0.2y (Affected 1.0.2-1.0.2x).
Data is provided by the National Vulnerability Database (NVD)
Debian ≫ Debian Linux Version10.0
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
Tenable ≫ Tenable.Sc Version >= 5.13.0 <= 5.17.0
Netapp ≫ Oncommand Insight Version-
Netapp ≫ Oncommand Workflow Automation Version-
Netapp ≫ Snapcenter Version-
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 Cloud Native Core Policy Version1.15.0
Oracle ≫ Enterprise Manager For Storage Management Version13.4.0.0
Oracle ≫ Enterprise Manager Ops Center Version12.4.0.0
Oracle ≫ Jd Edwards World Security Versiona9.4
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 ≫ Peoplesoft Enterprise Peopletools Version8.57
Oracle ≫ Peoplesoft Enterprise Peopletools Version8.58
Oracle ≫ Peoplesoft Enterprise Peopletools Version8.59
Oracle ≫ Zfs Storage Appliance Kit Version8.8
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.67% | 0.705 |
Source | 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.