Source |
CVE Liste |
Identifiant |
8406736 |
Date de publication |
2023-11-06 16:15:42 (vue: 2023-11-06 18:09:14) |
Titre |
CVE-2023-5678 |
Texte |
Résumé du problème: générer des clés DH x9.42 excessivement longues ou vérification
Des clés ou paramètres DH x9,42 excessivement longs peuvent être très lents.
Résumé de l'impact: applications qui utilisent les fonctions dh_generate_key () pour
Générer une clé DH X9.42 peut subir de longs retards.De même, les applications
qui utilisent dh_check_pub_key (), dh_check_pub_key_ex () ou evp_pkey_public_check ()
Pour vérifier une touche DH X9.42 ou des paramètres DH X9.42, peut subir de longs retards.
Où la clé ou les paramètres qui sont vérifiés ont été obtenus à partir de
Une source non fiable, cela peut entraîner un déni de service.
Tandis que dh_check () effectue toutes les vérifications nécessaires (à partir de CVE-2023-3817),
Dh_check_pub_key () ne fait aucune de ces vérifications, et est donc
Vulnérable aux paramètres P et Q excessivement importants.
De même, tandis que dh_generate_key () effectue un chèque
P, il ne vérifie pas un Q. excessivement important.
Une application qui appelle dh_generate_key () ou dh_check_pub_key () et
fournit une clé ou des paramètres obtenus à partir d'une source non fiable pourrait être
Vulnérable à un déni d'attaque de service.
Dh_generate_key () et dh_check_pub_key () sont également appelés par un certain nombre de
Autres fonctions OpenSSL.Une demande appelant l'un de ces autres
Les fonctions peuvent également être affectées.Les autres fonctions affectées par cela
sont dh_check_pub_key_ex (), evp_pkey_public_check () et evp_pkey_generate ().
L'application de ligne de commande OpenSSL Pkey est également vulnérable lors de l'utilisation
Option "-PubCheck", ainsi que l'application de ligne de commande GenPkey OpenSSL.
L'implémentation OpenSSL SSL / TLS n'est pas affectée par ce problème.
Les fournisseurs FIPS OpenSSL 3.0 et 3.1 ne sont pas affectés par ce problème.
Issue summary: Generating excessively long X9.42 DH keys or checking
excessively long X9.42 DH keys or parameters may be very slow.
Impact summary: Applications that use the functions DH_generate_key() to
generate an X9.42 DH key may experience long delays. Likewise, applications
that use DH_check_pub_key(), DH_check_pub_key_ex() or EVP_PKEY_public_check()
to check an X9.42 DH key or X9.42 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.
While DH_check() performs all the necessary checks (as of CVE-2023-3817),
DH_check_pub_key() doesn\'t make any of these checks, and is therefore
vulnerable for excessively large P and Q parameters.
Likewise, while DH_generate_key() performs a check for an excessively large
P, it doesn\'t check for an excessively large Q.
An application that calls DH_generate_key() or DH_check_pub_key() and
supplies a key or parameters obtained from an untrusted source could be
vulnerable to a Denial of Service attack.
DH_generate_key() and DH_check_pub_key() are also 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_pub_key_ex(), EVP_PKEY_public_check(), and EVP_PKEY_generate().
Also vulnerable are the OpenSSL pkey command line application when using the
"-pubcheck" option, as well as the OpenSSL genpkey command line application.
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. |
Notes |
|
Envoyé |
Oui |
Condensat |
2023 3817 5678 affected all also any application applications are attack been being called calling calls check checked checking checks command could cve delays denial doesn evp excessively experience fips from functions generate generating genpkey have impact implementation issue key keys large lead likewise line long make may necessary not number obtained openssl option other parameters performs pkey providers pub pubcheck public service similarly slow source ssl/tls summary: supplies therefore these those untrusted use using very vulnerable well when where |
Tags |
|
Stories |
|
Move |
|