Junglewise Threat Intelligence

CVE-2026-42767: OpenSSL NULL pointer dereference in CMP client

CVE-2026-42767 · Severity: info · CVSS 0 · Published 2026-06-09

Technologies: OpenSSL. Vendors: OpenSSL.

Executive brief

OpenSSL is a widely used security library that enables encrypted communications for websites and applications. A vulnerability in its Certificate Management Protocol (CMP) client could allow a malicious server or a 'man-in-the-middle' attacker to crash the application. This results in a denial of service, preventing the application from performing its normal security and communication functions.

Technical details

A NULL pointer dereference exists in the OpenSSL CMP (Certificate Management Protocol) client implementation. The vulnerability is triggered when the client processes a specially crafted CMP response containing a CRMF (Certificate Request Message Format) CertRepMessage. Specifically, if an EncryptedValue structure within the message has a symmAlg field with an algorithm OID but lacks the expected parameters field, the client attempts to dereference a NULL pointer. This results in a process crash (Denial of Service). The issue affects applications processing untrusted CMP/CRMF messages but does not impact the FIPS module as the vulnerable code resides outside the FIPS boundary.

Affected products

  • OpenSSL OpenSSL 4.0, 3.6, 3.5, 3.4, 3.0, 1.1.1, 1.0.2

Timeline

  • 2026-06-09: disclosed
  • 2026-06-09: advisory

References