Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

rocky логотип

RLSA-2023:7877

Опубликовано: 03 дек. 2025
Источник: rocky
Оценка: Low

Описание

Low: openssl security update

OpenSSL is a toolkit that implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols, as well as a full-strength general-purpose cryptography library.

Security Fix(es):

  • openssl: Excessive time spent checking DH keys and parameters (CVE-2023-3446)

  • OpenSSL: Excessive time spent checking DH q parameter value (CVE-2023-3817)

  • openssl: Generating excessively long X9.42 DH keys or checking excessively long X9.42 DH keys or parameters may be very slow (CVE-2023-5678)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Затронутые продукты

  • Rocky Linux 8

НаименованиеАрхитектураРелизRPM
opensslx86_6412.el8_9openssl-1.1.1k-12.el8_9.x86_64.rpm
openssl-develi68612.el8_9openssl-devel-1.1.1k-12.el8_9.i686.rpm
openssl-develx86_6412.el8_9openssl-devel-1.1.1k-12.el8_9.x86_64.rpm
openssl-libsi68612.el8_9openssl-libs-1.1.1k-12.el8_9.i686.rpm
openssl-libsx86_6412.el8_9openssl-libs-1.1.1k-12.el8_9.x86_64.rpm
openssl-perlx86_6412.el8_9openssl-perl-1.1.1k-12.el8_9.x86_64.rpm

Показывать по

Связанные уязвимости

oracle-oval
почти 2 года назад

ELSA-2024-12056: openssl security update (MODERATE)

oracle-oval
около 2 лет назад

ELSA-2023-7877: openssl security update (LOW)

oracle-oval
больше 1 года назад

ELSA-2024-2447: openssl and openssl-fips-provider security update (LOW)

CVSS3: 5.3
redos
больше 2 лет назад

Множественные уязвимости openSSL

CVSS3: 5.3
ubuntu
больше 2 лет назад

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. One of those checks confirms that the modulus ('p' parameter) is not too large. Trying to use a very large modulus is slow and OpenSSL will not normally use a modulus which is over 10,000 bits in length. However the DH_check() function checks numerous aspects of the key or parameters that have been supplied. Some of those checks use the supplied modulus value even if it has already been found to be too large. An application that calls DH_check() and supplies a key or parameters obtained from an untrusted source could be vulernable to a Denial o...