Junglewise Threat Intelligence

CVE-2025-69420: OpenSSL type confusion in TimeStamp Response verification

CVE-2025-69420 · Severity: high · CVSS 7.5 · Published 2026-01-27

Technologies: OpenSSL. Vendors: OpenSSL.

Executive brief

OpenSSL is a widely used security library that provides encryption and secure communication for websites and applications. A flaw in how it handles digital timestamp responses could allow an attacker to crash an application that uses this specific feature. While this results in a service outage (Denial of Service), it does not appear to allow for data theft or unauthorized access.

Technical details

A type confusion vulnerability exists in the OpenSSL TimeStamp Response verification code within the functions ossl_ess_get_signing_cert() and ossl_ess_get_signing_cert_v2(). The root cause is the lack of type validation for the signing certificate attribute value before accessing it as an ASN1_TYPE union member. If the attribute type is not V_ASN1_SEQUENCE, the application attempts to access invalid memory, leading to a NULL or invalid pointer dereference and a subsequent crash. An attacker can trigger this by providing a malformed TimeStamp Response (RFC 3161) to an application calling TS_RESP_verify_response(). Patches have been released for affected versions including 3.0 through 3.6 and 1.1.1.

Affected products

  • OpenSSL OpenSSL 3.6, 3.5, 3.4, 3.3, 3.0, 1.1.1

Timeline

  • 2026-01-27: disclosed
  • 2026-01-27: advisory
  • 2026-01-26: patched: Commits applied to various branches.

References

Related threats