NULL pointer dereference in OpenSSL - CVE-2026-42765

 

NULL pointer dereference in OpenSSL - CVE-2026-42765

Published: June 10, 2026


Vulnerability identifier: #VU134280
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2026-42765
CWE-ID: CWE-476
Exploitation vector: Local access
Exploit availability: No public exploit available
Vendor: OpenSSL Software Foundation
Affected software:
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.


How to mitigate CVE-2026-42765

Install security update from vendor's website.

Sources