An invalid pointer dereference on read can be triggered when an application tries to load malformed PKCS7 data with the d2i_PKCS7(), d2i_PKCS7_bio() or d2i_PKCS7_fp() functions. The result of the dereference is an application crash which could lead to a denial of service attack. The TLS implementation in OpenSSL does not call this function however third party applications might call these functions on untrusted data.
The product dereferences a pointer that it expects to be valid but is NULL.
Link | Tags |
---|---|
https://www.openssl.org/news/secadv/20230207.txt | vendor advisory |
https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=934a04f0e775309cadbef0aa6b9692e1b12a76c6 | patch vendor advisory |
https://security.gentoo.org/glsa/202402-08 |