NULL Pointer Dereference Affecting openssl package, versions <3.0.2-0ubuntu1.8
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-UBUNTU2204-OPENSSL-3314672
- published 8 Feb 2023
- disclosed 8 Feb 2023
Introduced: 8 Feb 2023
CVE-2023-0216 Open this link in a new tabHow to fix?
Upgrade Ubuntu:22.04
openssl
to version 3.0.2-0ubuntu1.8 or higher.
NVD Description
Note: Versions mentioned in the description apply only to the upstream openssl
package and not the openssl
package as distributed by Ubuntu
.
See How to fix?
for Ubuntu:22.04
relevant fixed versions and status.
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.