CVE-2023-3817
31.07.2023, 16:15
Issue summary: Checking excessively long DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_check(), DH_check_ex() or EVP_PKEY_param_check() to check a DH key or DH parameters may experience long delays. Where the key or parameters that are being checked have been obtained from an untrusted source this may lead to a Denial of Service. The function DH_check() performs various checks on DH parameters. After fixing CVE-2023-3446 it was discovered that a large q parameter value can also trigger an overly long computation during some of these checks. A correct q value, if present, cannot be larger than the modulus p parameter, thus it is unnecessary to perform these checks if q is larger than p. An application that calls DH_check() and supplies a key or parameters obtained from an untrusted source could be vulnerable to a Denial of Service attack. The function DH_check() is itself called by a number of other OpenSSL functions. An application calling any of those other functions may similarly be affected. The other functions affected by this are DH_check_ex() and EVP_PKEY_param_check(). Also vulnerable are the OpenSSL dhparam and pkeyparam command line applications when using the "-check" option. The OpenSSL SSL/TLS implementation is not affected by this issue. The OpenSSL 3.0 and 3.1 FIPS providers are not affected by this issue.Enginsight
Vendor | Product | Version |
---|---|---|
openssl | openssl | 3.0.0 ≤ 𝑥 < 3.0.10 |
openssl | openssl | 3.1.0 ≤ 𝑥 < 3.1.2 |
openssl | openssl | 1.0.2 |
openssl | openssl | 1.0.2:beta1 |
openssl | openssl | 1.0.2:beta2 |
openssl | openssl | 1.0.2:beta3 |
openssl | openssl | 1.0.2a:a |
openssl | openssl | 1.0.2b:b |
openssl | openssl | 1.0.2c:c |
openssl | openssl | 1.0.2d:d |
openssl | openssl | 1.0.2e:e |
openssl | openssl | 1.0.2f:f |
openssl | openssl | 1.0.2g:g |
openssl | openssl | 1.0.2h:h |
openssl | openssl | 1.0.2i:i |
openssl | openssl | 1.0.2j:j |
openssl | openssl | 1.0.2k:k |
openssl | openssl | 1.0.2l:l |
openssl | openssl | 1.0.2m:m |
openssl | openssl | 1.0.2n:n |
openssl | openssl | 1.0.2o:o |
openssl | openssl | 1.0.2p:p |
openssl | openssl | 1.0.2q:q |
openssl | openssl | 1.0.2r:r |
openssl | openssl | 1.0.2s:s |
openssl | openssl | 1.0.2t:t |
openssl | openssl | 1.0.2u:u |
openssl | openssl | 1.0.2v:v |
openssl | openssl | 1.0.2w:w |
openssl | openssl | 1.0.2x:x |
openssl | openssl | 1.0.2y:y |
openssl | openssl | 1.0.2za:za |
openssl | openssl | 1.0.2zb:zb |
openssl | openssl | 1.0.2zc:zc |
openssl | openssl | 1.0.2zd:zd |
openssl | openssl | 1.0.2ze:ze |
openssl | openssl | 1.0.2zf:zf |
openssl | openssl | 1.0.2zg:zg |
openssl | openssl | 1.0.2zh:zh |
openssl | openssl | 1.1.1 |
openssl | openssl | 1.1.1:pre1 |
openssl | openssl | 1.1.1:pre2 |
openssl | openssl | 1.1.1:pre3 |
openssl | openssl | 1.1.1:pre4 |
openssl | openssl | 1.1.1:pre5 |
openssl | openssl | 1.1.1:pre6 |
openssl | openssl | 1.1.1:pre7 |
openssl | openssl | 1.1.1:pre8 |
openssl | openssl | 1.1.1:pre9 |
openssl | openssl | 1.1.1a:a |
openssl | openssl | 1.1.1b:b |
openssl | openssl | 1.1.1c:c |
openssl | openssl | 1.1.1d:d |
openssl | openssl | 1.1.1e:e |
openssl | openssl | 1.1.1f:f |
openssl | openssl | 1.1.1g:g |
openssl | openssl | 1.1.1h:h |
openssl | openssl | 1.1.1i:i |
openssl | openssl | 1.1.1j:j |
openssl | openssl | 1.1.1k:k |
openssl | openssl | 1.1.1l:l |
openssl | openssl | 1.1.1m:m |
openssl | openssl | 1.1.1n:n |
openssl | openssl | 1.1.1o:o |
openssl | openssl | 1.1.1p:p |
openssl | openssl | 1.1.1q:q |
openssl | openssl | 1.1.1r:r |
openssl | openssl | 1.1.1s:s |
openssl | openssl | 1.1.1t:t |
openssl | openssl | 1.1.1u:u |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Ubuntu Product | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
edk2 |
| ||||||||||||||||||
nodejs |
| ||||||||||||||||||
openssl |
| ||||||||||||||||||
openssl1.0 |
|
Common Weakness Enumeration
- CWE-606 - Unchecked Input for Loop ConditionThe product does not properly check inputs that are used for loop conditions, potentially leading to a denial of service or other consequences because of excessive looping.
- CWE-834 - Excessive IterationThe software performs an iteration or loop without sufficiently limiting the number of times that the loop is executed.
References