cve/2023/CVE-2023-0217.md
2024-05-25 21:48:12 +02:00

1.2 KiB

CVE-2023-0217

Description

An invalid pointer dereference on read can be triggered when anapplication tries to check a malformed DSA public key by theEVP_PKEY_public_check() function. This will most likely leadto an application crash. This function can be called on publickeys supplied from untrusted sources which could allow an attackerto cause a denial of service attack.The TLS implementation in OpenSSL does not call this functionbut applications might call the function if there are additionalsecurity requirements imposed by standards such as FIPS 140-3.

POC

Reference

No PoCs from references.

Github