Cyber Resilience

CVE-2026-42767

Memory Safety in Openssl 3.0.0 – 3.0.21

Published
09 June 2026
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 5.9
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0056 44th percentile
Risk Priority 46 floored blend · peak EPSS

Summary

CVE-2026-42767 is a medium-severity NULL Pointer Dereference (CWE-476) vulnerability in Openssl Openssl. Its CVSS base score is 5.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Endpoint Denial of Service (T1499); ranked at the 44th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2026-42767 is a NULL pointer dereference vulnerability in OpenSSL's Certificate Management Protocol (CMP) client implementation. When a CMP client processes a Certificate Request Message Format (CRMF) CertRepMessage containing an EncryptedValue structure whose symmAlg field supplies an algorithm OID without a parameters field, the client dereferences a NULL pointer and crashes. The flaw affects any application that processes untrusted CMP or CRMF messages; the FIPS modules in OpenSSL 4.0, 3.6, 3.5, 3.4, and 3.0 are explicitly outside the affected code path.

An attacker who controls a CMP server or who can perform a man-in-the-middle attack can send a crafted CMP response that triggers the crash, resulting in a denial-of-service condition for the client. The vulnerability carries a CVSS 3.1 score of 5.9 (AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H) and is classified under CWE-476.

The referenced OpenSSL commits (61a86a8, 665d525, 810b722, b90ff3b, and e6f9129) contain the corrective changes that prevent the NULL dereference when handling the malformed EncryptedValue structure. No other mitigation guidance is supplied in the available references. The current EPSS score of 0.0006 indicates low exploitation probability with no material upward trajectory reported.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

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…

more

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
T1489 Service Stop Impact
Adversaries may stop or disable services on a system to render those services unavailable to legitimate users.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-28389Same product: Openssl Openssl
CVE-2026-42765Same product: Openssl Openssl
CVE-2026-42764Same product: Openssl Openssl
CVE-2026-28388Same product: Openssl Openssl
CVE-2023-0217Same product: Openssl Openssl
CVE-2025-69421Same product: Openssl Openssl
CVE-2025-15468Same product: Openssl Openssl
CVE-2026-28390Same product: Openssl Openssl
CVE-2024-0727Same product: Openssl Openssl
CVE-2026-42766Same product: Openssl Openssl

Affected Assets

openssl
openssl
4.0.0 · 3.0.0 — 3.0.21 · 3.4.0 — 3.4.6 · 3.5.0 — 3.5.7

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation (including static analysis) directly finds null-dereference bugs before deployment.

Documented development standards and tools can enforce null-safety rules and safe pointer usage.

Engineering principles can mandate defensive coding such as explicit null checks before dereference.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices (static analysis, code review, safe coding standards) directly prevent NULL dereference bugs during development.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect NULL dereference defects before release.

prevents

Secure SDLC mandates defensive coding practices that can prevent NULL dereferences.

prevents

Application security requirements can specify input validation and pointer-safety rules.

prevents

Secure architecture principles encourage defensive design that avoids unsafe pointer use.

prevents

Secure coding standards directly require NULL-pointer checks and safe dereference patterns.

References