Executive Summary

Informations
Name CVE-2021-4044 First vendor Publication 2021-12-14
Vendor Cve Last vendor Modification 2023-11-09

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Overall CVSS Score 7.5
Base Score 7.5 Environmental Score 7.5
impact SubScore 3.6 Temporal Score 7.5
Exploitabality Sub Score 3.9
 
Attack Vector Network Attack Complexity Low
Privileges Required None User Interaction None
Scope Unchanged Confidentiality Impact None
Integrity Impact None Availability Impact High
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector : (AV:N/AC:L/Au:N/C:N/I:N/A:P)
Cvss Base Score 5 Attack Range Network
Cvss Impact Score 2.9 Attack Complexity Low
Cvss Expoit Score 10 Authentication None Required
Calculate full CVSS 2.0 Vectors scores

Detail

Internally libssl in OpenSSL calls X509_verify_cert() on the client side to verify a certificate supplied by a server. That function may return a negative return value to indicate an internal error (for example out of memory). Such a negative return value is mishandled by OpenSSL and will cause an IO function (such as SSL_connect() or SSL_do_handshake()) to not indicate success and a subsequent call to SSL_get_error() to return the value SSL_ERROR_WANT_RETRY_VERIFY. This return value is only supposed to be returned by OpenSSL if the application has previously called SSL_CTX_set_cert_verify_callback(). Since most applications do not do this the SSL_ERROR_WANT_RETRY_VERIFY return value from SSL_get_error() will be totally unexpected and applications may not behave correctly as a result. The exact behaviour will depend on the application but it could result in crashes, infinite loops or other similar incorrect responses. This issue is made more serious in combination with a separate bug in OpenSSL 3.0 that will cause X509_verify_cert() to indicate an internal error when processing a certificate chain. This will occur where a certificate does not include the Subject Alternative Name extension but where a Certificate Authority has enforced name constraints. This issue can occur even with valid chains. By combining the two issues an attacker could induce incorrect, application dependent behaviour. Fixed in OpenSSL 3.0.1 (Affected 3.0.0).

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4044

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 1
Application 1
Application 1
Application 1
Application 213
Application 361

Sources (Detail)

https://git.openssl.org/gitweb/?p=openssl.git%3Ba=commitdiff%3Bh=758754966791...
Source Url
CONFIRM https://security.netapp.com/advisory/ntap-20211229-0003/
https://www.openssl.org/news/secadv/20211214.txt

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Date Informations
2024-03-01 13:17:25
  • Multiple Updates
2024-02-02 02:28:43
  • Multiple Updates
2024-02-01 12:24:49
  • Multiple Updates
2023-11-09 17:32:17
  • Multiple Updates
2023-11-07 21:33:17
  • Multiple Updates
2023-09-05 13:23:05
  • Multiple Updates
2023-09-05 01:24:19
  • Multiple Updates
2023-09-02 13:21:28
  • Multiple Updates
2023-09-02 01:24:42
  • Multiple Updates
2023-08-12 13:27:32
  • Multiple Updates
2023-08-12 01:23:55
  • Multiple Updates
2023-08-11 13:19:47
  • Multiple Updates
2023-08-11 01:24:43
  • Multiple Updates
2023-08-09 02:08:52
  • Multiple Updates
2023-08-06 13:17:44
  • Multiple Updates
2023-08-06 01:23:38
  • Multiple Updates
2023-08-04 13:18:06
  • Multiple Updates
2023-08-04 01:24:00
  • Multiple Updates
2023-07-14 13:18:10
  • Multiple Updates
2023-07-14 01:23:48
  • Multiple Updates
2023-07-12 02:09:29
  • Multiple Updates
2023-03-29 02:20:14
  • Multiple Updates
2023-03-28 12:24:00
  • Multiple Updates
2022-10-11 13:09:40
  • Multiple Updates
2022-10-11 01:23:26
  • Multiple Updates
2022-08-30 02:11:12
  • Multiple Updates
2022-08-30 00:27:26
  • Multiple Updates
2022-02-15 00:23:10
  • Multiple Updates
2022-02-14 21:22:31
  • Multiple Updates
2022-02-10 21:23:13
  • Multiple Updates
2022-02-08 12:55:24
  • Multiple Updates
2022-02-03 12:55:16
  • Multiple Updates
2021-12-30 00:23:00
  • Multiple Updates
2021-12-24 00:22:57
  • Multiple Updates
2021-12-15 00:22:52
  • First insertion