Advisory Database
  • Advisories
  • Dependency Scanning
  1. conan
  2. ›
  3. openssl
  4. ›
  5. CVE-2023-3817

CVE-2023-3817: Excessive Iteration

July 31, 2023 (updated February 4, 2024)

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.

References

  • seclists.org/fulldisclosure/2023/Jul/43
  • www.openwall.com/lists/oss-security/2023/07/31/1
  • git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=6a1eb62c29db6cb5eec707f9338aee00f44e26f5
  • git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=869ad69aadd985c7b8ca6f4e5dd0eb274c9f3644
  • git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=9002fd07327a91f35ba6c1307e71fa6fd4409b7f
  • git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=91ddeba0f2269b017dc06c46c993a788974b1aa5
  • nvd.nist.gov/vuln/detail/CVE-2023-3817
  • www.openssl.org/news/secadv/20230731.txt

Code Behaviors & Features

Detect and mitigate CVE-2023-3817 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

Version 1.0.2a, version 1.0.2b, version 1.0.2m, version 1.0.2, version 1.0.2c, version 1.0.2d, version 1.0.2e, version 1.0.2f, version 1.0.2g, version 1.0.2h, version 1.0.2i, version 1.0.2j, version 1.0.2k, version 1.0.2l, version 1.0.2n, version 1.0.2o, version 1.0.2p, version 1.0.2q, version 1.0.2r, version 1.0.2s, version 1.0.2t, version 1.0.2u, version 1.0.2v, version 1.0.2w, version 1.0.2y, version 1.0.2za, version 1.0.2zb, version 1.0.2zc, version 1.0.2zd, version 1.0.2ze, version 1.0.2zf, version 1.0.2zg, version 1.0.2zh, version 1.1.1a, version 1.1.1b, version 1.1.1m, version 1.1.1, version 1.1.1c, version 1.1.1d, version 1.1.1e, version 1.1.1f, version 1.1.1g, version 1.1.1h, version 1.1.1i, version 1.1.1j, version 1.1.1k, version 1.1.1l, version 1.1.1n, version 1.1.1o, version 1.1.1p, version 1.1.1q, version 1.1.1r, version 1.1.1s, version 1.1.1t, version 1.1.1u, all versions starting from 3.0.0 before 3.0.10, all versions starting from 3.1.0 before 3.1.2

Fixed versions

  • 1.1.1w
  • 3.0.12
  • 3.1.3

Solution

Upgrade to versions 1.1.1w, 3.0.12, 3.1.3 or above.

Impact 5.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

Learn more about CVSS

Weakness

  • CWE-834: Excessive Iteration

Source file

conan/openssl/CVE-2023-3817.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:22 +0000.