NULL pointer dereference in OpenSSL - CVE-2026-42765
Published: June 10, 2026
OpenSSL
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to NULL pointer dereference in certificate verification with OCSP checking when partial-chain verification is enabled together with OCSP response checking for the whole chain and the verified chain lacks a self-signed trusted anchor. A local user can trigger certificate verification on a crafted chain to cause a denial of service.
The issue affects only applications that enable both X509_V_FLAG_OCSP_RESP_CHECK_ALL and X509_V_FLAG_PARTIAL_CHAIN.