Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-42765

7.5 · HIGH
Published Jun 9, 2026 openssl CWE-476

Overview

CVE-2026-42765 is a high-severity vulnerability affecting openssl openssl. It was published on June 9, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

Issue summary: When a partial-chain certificate verification is enabled

together with OCSP response checking for the whole chain, a NULL dereference

will happen if the verified chain does not have a self-signed trusted anchor,

crashing the process.

Impact summary: A NULL pointer dereference can trigger a crash which leads to a

Denial of Service for an application.

When performing OCSP response checking for certificates in the verification

chain, the code always tries to access the next certificate as the issuer.

There is a check for a self-signed certificate. However with the partial

chain verification enabled when the chain does not have a self-signed trusted

anchor, the issuer will be NULL for the last certificate in the chain. A NULL

pointer dereference then happens.

This issue affects only applications which enable both OCSP verification

of the certificate chain (X509_V_FLAG_OCSP_RESP_CHECK_ALL) and partial

chain verification (X509_V_FLAG_PARTIAL_CHAIN) in the certificate

verifi

Remediation

Check the references section for vendor advisories and patches from openssl. Update openssl to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
openssl openssl >= 3.6.0, < 3.6.3 Affected

Frequently Asked Questions

What is CVE-2026-42765?

CVE-2026-42765 is a high-severity vulnerability affecting openssl openssl. It was published on June 9, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-42765?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-42765?

Check the references section for vendor advisories and patches from openssl. Update openssl to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-42765?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-42765 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.

Browse by year 2026