CVE-2023-0217

Source
https://cve.org/CVERecord?id=CVE-2023-0217
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-0217.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2023-0217
Aliases
Downstream
Related
Published
2023-02-08T19:02:48.524Z
Modified
2026-05-15T04:06:07.207307098Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
NULL dereference validating DSA public key
Details

An invalid pointer dereference on read can be triggered when an application tries to check a malformed DSA public key by the EVPPKEYpublic_check() function. This will most likely lead to an application crash. This function can be called on public keys supplied from untrusted sources which could allow an attacker to cause a denial of service attack.

The TLS implementation in OpenSSL does not call this function but applications might call the function if there are additional security requirements imposed by standards such as FIPS 140-3.

Database specific
{
    "unresolved_ranges": [
        {
            "source": "AFFECTED_FIELD",
            "extracted_events": [
                {
                    "introduced": "3.0.0"
                },
                {
                    "fixed": "3.0.8"
                }
            ]
        }
    ],
    "cna_assigner": "openssl",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/0xxx/CVE-2023-0217.json"
}
References

Affected packages