GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration
usn-6709-1
Vulnerability from osv_ubuntu
Published
2024-03-21 16:53
Modified
2026-04-27 14:11
Summary
openssl1.0 vulnerabilities
Details

It was discovered that checking excessively long DH keys or parameters may be very slow. A remote attacker could possibly use this issue to cause OpenSSL to consume resources, resulting in a denial of service. (CVE-2023-3446)

After the fix for CVE-2023-3446 Bernd Edlinger discovered that a large q parameter value can also trigger an overly long computation during some of these checks. A remote attacker could possibly use this issue to cause OpenSSL to consume resources, resulting in a denial of service. (CVE-2023-3817)

David Benjamin discovered that generating excessively long X9.42 DH keys or checking excessively long X9.42 DH keys or parameters may be very slow. A remote attacker could possibly use this issue to cause OpenSSL to consume resources, resulting in a denial of service. (CVE-2023-5678)

Bahaa Naamneh discovered that processing a maliciously formatted PKCS12 file may lead OpenSSL to crash leading to a potential Denial of Service attack. (CVE-2024-0727)


{
  "affected": [
    {
      "database_specific": {
        "cves_map": {
          "cves": [
            {
              "id": "CVE-2023-3446",
              "severity": [
                {
                  "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
                  "type": "CVSS_V3"
                },
                {
                  "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
                  "type": "CVSS_V3"
                },
                {
                  "score": "low",
                  "type": "Ubuntu"
                }
              ]
            },
            {
              "id": "CVE-2023-3817",
              "severity": [
                {
                  "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
                  "type": "CVSS_V3"
                },
                {
                  "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
                  "type": "CVSS_V3"
                },
                {
                  "score": "low",
                  "type": "Ubuntu"
                }
              ]
            },
            {
              "id": "CVE-2023-5678",
              "severity": [
                {
                  "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
                  "type": "CVSS_V3"
                },
                {
                  "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
                  "type": "CVSS_V3"
                },
                {
                  "score": "low",
                  "type": "Ubuntu"
                }
              ]
            },
            {
              "id": "CVE-2024-0727",
              "severity": [
                {
                  "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
                  "type": "CVSS_V3"
                },
                {
                  "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
                  "type": "CVSS_V3"
                },
                {
                  "score": "low",
                  "type": "Ubuntu"
                }
              ]
            }
          ],
          "ecosystem": "Ubuntu:Pro:18.04:LTS"
        }
      },
      "ecosystem_specific": {
        "availability": "Available with Ubuntu Pro (Infra-only): https://ubuntu.com/pro",
        "binaries": [
          {
            "binary_name": "libssl1.0.0",
            "binary_version": "1.0.2n-1ubuntu5.13+esm1"
          },
          {
            "binary_name": "openssl1.0",
            "binary_version": "1.0.2n-1ubuntu5.13+esm1"
          }
        ]
      },
      "package": {
        "ecosystem": "Ubuntu:Pro:18.04:LTS",
        "name": "openssl1.0",
        "purl": "pkg:deb/ubuntu/openssl1.0@1.0.2n-1ubuntu5.13+esm1?arch=source\u0026distro=esm-infra/bionic"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "1.0.2n-1ubuntu5.13+esm1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ],
      "versions": [
        "1.0.2n-1ubuntu2",
        "1.0.2n-1ubuntu3",
        "1.0.2n-1ubuntu4",
        "1.0.2n-1ubuntu5",
        "1.0.2n-1ubuntu5.1",
        "1.0.2n-1ubuntu5.2",
        "1.0.2n-1ubuntu5.3",
        "1.0.2n-1ubuntu5.4",
        "1.0.2n-1ubuntu5.5",
        "1.0.2n-1ubuntu5.6",
        "1.0.2n-1ubuntu5.7",
        "1.0.2n-1ubuntu5.8",
        "1.0.2n-1ubuntu5.9",
        "1.0.2n-1ubuntu5.10",
        "1.0.2n-1ubuntu5.11",
        "1.0.2n-1ubuntu5.12",
        "1.0.2n-1ubuntu5.13"
      ]
    }
  ],
  "aliases": [],
  "details": "\nIt was discovered that checking excessively long DH keys or parameters\nmay be very slow. A remote attacker could possibly use this issue to\ncause OpenSSL to consume resources, resulting in a denial of service.\n(CVE-2023-3446)\n\nAfter the fix for CVE-2023-3446 Bernd Edlinger discovered that a large\nq parameter value can also trigger an overly long computation during\nsome of these checks. A remote attacker could possibly use this issue\nto cause OpenSSL to consume resources, resulting in a denial of\nservice. (CVE-2023-3817)\n\nDavid Benjamin discovered that generating excessively long X9.42 DH\nkeys or checking excessively long X9.42 DH keys or parameters may be\nvery slow. A remote attacker could possibly use this issue to cause\nOpenSSL to consume resources, resulting in a denial of service.\n(CVE-2023-5678)\n\nBahaa Naamneh discovered that processing a maliciously formatted\nPKCS12 file may lead OpenSSL to crash leading to a potential Denial of\nService attack. (CVE-2024-0727)\n",
  "id": "USN-6709-1",
  "modified": "2026-04-27T14:11:32Z",
  "published": "2024-03-21T16:53:43Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://ubuntu.com/security/notices/USN-6709-1"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2023-3446"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2023-3817"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2023-5678"
    },
    {
      "type": "REPORT",
      "url": "https://ubuntu.com/security/CVE-2024-0727"
    }
  ],
  "related": [],
  "schema_version": "1.7.0",
  "summary": "openssl1.0 vulnerabilities",
  "upstream": [
    "UBUNTU-CVE-2023-3446",
    "UBUNTU-CVE-2023-3817",
    "UBUNTU-CVE-2023-5678",
    "UBUNTU-CVE-2024-0727"
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…