CVE-2026-35188 Details
Description
Issue summary: A malicious server can exploit TLS OCSP stapling by delivering a crafted response through the status_request extension, triggering a double-free in the client's certificate verification path. Impact summary: Successful exploitation allows an attacker to corrupt heap memory via a double-free, potentially leading to a Denial of Service or possibly an attacker controlled code execution or other undefined behavior. If OCSP stapling is enabled and the TLS client connects to a malicious server, a crafted OCSP stapled response can trigger a double free in the TLS client when the stapled response is checked. The OCSP stapling is not enabled by default. Reliable code execution through a double-free is technically complex and highly environment-dependent but the Denial of Service impact is straightforward to achieve, warranting Moderate severity. No FIPS modules are affected by this issue as the affected code is outside the OpenSSL FIPS module boundary.
A double-free vulnerability has been identified in OpenSSL versions 4.0 and 3.6, when TLS clients verify OCSP stapled responses from malicious servers. This vulnerability occurs if OCSP stapling is enabled, which is not the default setting. The crafted response triggers a double-free in the client's certificate verification process, corrupting heap memory. While reliably executing code through this double-free is complex and highly dependent on the environment, the vulnerability straightforwardly causes a denial-of-service condition by crashing the application. Notably, this issue does not affect any OpenSSL FIPS modules, as the problematic code lies outside the FIPS module boundary.
Users of OpenSSL 4.0 should upgrade to OpenSSL 4.0.1, and users of OpenSSL 3.6 should upgrade to OpenSSL 3.6.3.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jun 10, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-415 | Double Free | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| openssl openssl | >= 3.6.0, < 3.6.3 4.0.0 - |
CPE
Remediation
| |
Change History
7 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 23, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 15, 2026 | Initial Analysis | [email protected] |
| Jun 10, 2026 | CVE Modified | CISA-ADP |
| Jun 10, 2026 | CVE Modified | [email protected] |
| Jun 9, 2026 | New CVE Received | [email protected] |