Home

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.

PUBLISHED Reserved 2026-04-01 | Published 2026-06-09 | Updated 2026-06-10 | Assigner openssl

Problem types

CWE-415 Double Free

Product status

Default status
unaffected

4.0.0 (semver) before 4.0.1
affected

3.6.0 (semver) before 3.6.3
affected

Credits

Wang Kenaz (University of Illinois) reporter

Guido Vranken (Aisle Research) reporter

Aaron Grattafiori (Nvidia) reporter

Daniel Kubec remediation developer

References

openssl-library.org/news/secadv/20260609.txt (OpenSSL Advisory) vendor-advisory

github.com/...ommit/78d0154cffda03aaaac63a087cc523a6b35fa8fd (4.0.1 git commit) patch

github.com/...ommit/131145d25659e8749a9ed1afb383484854cffb78 (3.6.3 git commit) patch

cve.org (CVE-2026-35188)

nvd.nist.gov (CVE-2026-35188)

Download JSON