LiveActive security incident?Get immediate response
CVE Record

CVE-2023-0217: NULL dereference validating DSA public key

An invalid pointer dereference on read can be triggered when an application tries to check a malformed DSA public key by the EVP_PKEY_public_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.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2023-0217 is an OpenSSL crash issue. If an application checks an untrusted malformed DSA public key using a specific OpenSSL function, the process can crash. The OpenSSL TLS stack does not call this function, so exposure depends on application-level key validation, especially where extra standards-driven checks are used.

Executive priority

Treat as high priority for systems that process externally supplied public keys using OpenSSL 3.0.0-era libraries. It is mainly an availability risk, but a crash in authentication, enrollment, or compliance validation services can still create business disruption.

Technical view

A NULL pointer read dereference can occur in EVP_PKEY_public_check() while validating malformed DSA public keys. The likely impact is denial of service through application crash. Sources identify OpenSSL 3.0.0 and a 3.0.8 patch commit; downstream exposure depends on packaged OpenSSL versions and application code paths calling this API on untrusted keys.

Likely exposure

Internet-facing services are exposed only if they accept untrusted DSA public keys and pass them to EVP_PKEY_public_check(). Standard OpenSSL TLS handling is not identified as affected by this call path. FIPS 140-3 or similar validation workflows deserve priority review.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation evidence. Exploitation is described as malformed public-key input causing a crash, not code execution. Practical risk is service disruption where vulnerable application code validates attacker-supplied DSA public keys.

Researcher notes

Focus analysis on application use of EVP_PKEY_public_check(), not generic TLS exposure. The bundle states OpenSSL TLS does not call this function. Affected scope beyond the listed OpenSSL version should be confirmed through vendor advisories and package metadata before reporting exposure.

Mitigation direction

  • Upgrade OpenSSL according to the OpenSSL advisory and downstream vendor guidance.
  • Prioritize systems using OpenSSL 3.0.0 or downstream packages flagged by vendors.
  • Review applications that call EVP_PKEY_public_check() on untrusted public keys.
  • Add defensive error handling around public-key validation paths.
  • Track distro and appliance advisories, including Gentoo and SonicWall references.

Validation and detection

  • Inventory OpenSSL versions in hosts, containers, appliances, and bundled dependencies.
  • Identify code paths using EVP_PKEY_public_check() with DSA public keys.
  • Confirm whether untrusted users can submit public keys to those paths.
  • Run safe regression tests confirming malformed keys fail without process crash.
  • Verify patched builds include the OpenSSL 3.0.8 fix or vendor equivalent.
Prepared
Confidence
high
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-476: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-0217 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2023-0217Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
OpenSSLOpenSSL3.0.0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.