Description
Issue summary: An attacker-controlled CMP (Certificate Management Protocol)
server could trigger a NULL pointer dereference in a CMP client application.

Impact summary: A NULL pointer dereference causes a crash of the
application and a Denial of Service.

An attacker controlling a CMP server (or acting as a man-in-the-middle) could
craft a CMP response containing a CRMF (Certificate Request Message Format)
CertRepMessage with an EncryptedValue structure where the symmAlg field
has an algorithm OID but no parameters field. When the OpenSSL CMP client
processes this response, the NULL dereference occurs, causing a crash of
the CMP client.

Applications that process untrusted CMP/CRMF messages may be affected.

The FIPS modules in 4.0, 3.6, 3.5, 3.4, and 3.0 are not affected by this
issue, as the affected code is outside the OpenSSL FIPS module boundary.
Published: 2026-06-09
Score: 5.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a NULL pointer dereference in the OpenSSL CMP client when it processes a crafted CMP response. An attacker who controls a CMP server or can perform a man‑in‑the‑middle attack can send a response that includes a CRMF CertRepMessage with an EncryptedValue structure where the symmAlg field contains an algorithm OID but no parameters field. During decryption, the library dereferences a null pointer and the client crashes. The crash results in a denial of service; the application terminates and any services relying on it become unavailable. No confidentiality or integrity impact is disclosed.

Affected Systems

Affected systems are any installations that use the OpenSSL library for CMP client functionality. The vulnerability is present in the non‑FIPS portion of the OpenSSL source code and applies to all supported releases of OpenSSL that include the CMP client code. The 4.0, 3.6, 3.5, 3.4, and 3.0 FIPS modules are not affected because the flawed code resides outside the FIPS boundary. Applications that parse untrusted CMP/CRMF messages and use the OpenSSL CMP client are at risk.

Risk and Exploitability

The flaw has a CVSS score of 5.9, but the EPSS score is unavailable and the vulnerability is not listed in the official CISA KEV catalog. The conditional exploit requires the attacker to control a CMP server or act as a man‑in‑the‑middle, which limits exposure to environments where CMP traffic is not rigorously authenticated. Because the vulnerability causes only a crash and not arbitrary code execution, the attack surface is moderate. Nonetheless, any service using the exposed CMP client could experience downtime, so the risk to availability warrants prompt patching.

Generated by OpenCVE AI on June 9, 2026 at 22:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenSSL to a version that includes the fix referenced in the commit logs.
  • Rebuild or reconfigure affected CMP client applications to use the updated library.
  • Apply network‑level controls to restrict connections to known, trusted CMP servers and block untrusted responses.

Generated by OpenCVE AI on June 9, 2026 at 22:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6335-1 openssl security update
Ubuntu USN Ubuntu USN USN-8414-1 OpenSSL vulnerabilities
History

Tue, 09 Jun 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.9, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 09 Jun 2026 18:00:00 +0000

Type Values Removed Values Added
First Time appeared Openssl
Openssl openssl
Vendors & Products Openssl
Openssl openssl

Tue, 09 Jun 2026 16:30:00 +0000

Type Values Removed Values Added
Description Issue summary: An attacker-controlled CMP (Certificate Management Protocol) server could trigger a NULL pointer dereference in a CMP client application. Impact summary: A NULL pointer dereference causes a crash of the application and a Denial of Service. An attacker controlling a CMP server (or acting as a man-in-the-middle) could craft a CMP response containing a CRMF (Certificate Request Message Format) CertRepMessage with an EncryptedValue structure where the symmAlg field has an algorithm OID but no parameters field. When the OpenSSL CMP client processes this response, the NULL dereference occurs, causing a crash of the CMP client. Applications that process untrusted CMP/CRMF messages may be affected. The FIPS modules in 4.0, 3.6, 3.5, 3.4, and 3.0 are not affected by this issue, as the affected code is outside the OpenSSL FIPS module boundary.
Title NULL Pointer Dereference in CRMF EncryptedValue Decryption
Weaknesses CWE-476
References

cve-icon MITRE

Status: PUBLISHED

Assigner: openssl

Published:

Updated: 2026-06-09T20:27:09.498Z

Reserved: 2026-04-29T09:22:27.968Z

Link: CVE-2026-42767

cve-icon Vulnrichment

Updated: 2026-06-09T19:41:44.227Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-06-09T17:17:08.093

Modified: 2026-06-09T21:17:17.433

Link: CVE-2026-42767

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-09T23:00:15Z

Weaknesses