A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-42767

CVE-2026-42767: OpenSSL CMP Client DoS Vulnerability

CVE-2026-42767 is a denial of service flaw in OpenSSL CMP client that triggers a NULL pointer dereference, causing application crashes. This post explains the technical details, affected versions, impact, and mitigation.

Published: June 11, 2026

CVE-2026-42767 Overview

CVE-2026-42767 is a NULL pointer dereference vulnerability in the OpenSSL Certificate Management Protocol (CMP) client. An attacker-controlled CMP server, or an attacker performing a man-in-the-middle attack, can send a crafted response that crashes the client application. The flaw stems from improper handling of a Certificate Request Message Format (CRMF) CertRepMessage containing an EncryptedValue structure where the symmAlg field has an algorithm OID but no parameters field. Applications that process untrusted CMP/CRMF messages are affected. The FIPS modules in OpenSSL 4.0, 3.6, 3.5, 3.4, and 3.0 are not affected because the vulnerable code sits outside the FIPS module boundary.

Critical Impact

A remote attacker controlling or intercepting CMP server responses can crash the OpenSSL CMP client, resulting in denial of service for applications relying on CMP for certificate management.

Affected Products

  • OpenSSL CMP client implementations processing untrusted CMP/CRMF messages
  • Applications using OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() and OSSL_CRMF_ENCRYPTEDVALUE_decrypt() from crypto/crmf/crmf_lib.c
  • Non-FIPS OpenSSL branches (FIPS modules in 4.0, 3.6, 3.5, 3.4, and 3.0 are not affected)

Discovery Timeline

  • 2026-06-09 - CVE-2026-42767 published to NVD
  • 2026-06-09 - OpenSSL Security Advisory released with patch commits
  • 2026-06-10 - Last updated in NVD database

Technical Details for CVE-2026-42767

Vulnerability Analysis

The vulnerability is a NULL pointer dereference [CWE-476] in OpenSSL's CRMF processing code. When an OpenSSL CMP client receives a CertRepMessage from a server, it parses the embedded EncryptedValue structure to decrypt the certificate. The EncryptedValue includes a symmAlg field describing the symmetric algorithm used for encryption. This field follows the AlgorithmIdentifier ASN.1 structure, which contains an algorithm OID and an optional parameters element.

The affected functions, OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() and OSSL_CRMF_ENCRYPTEDVALUE_decrypt() in crypto/crmf/crmf_lib.c, assume the parameters field is present and dereference it without a NULL check. When an attacker omits the parameters element while supplying a valid OID, the client crashes. The result is a denial of service for any application that consumes untrusted CMP responses.

Root Cause

The root cause is missing input validation on optional ASN.1 fields. OpenSSL's CMP client trusts the structure of attacker-controlled EncryptedValue data and reads the symmAlg parameters field without verifying it is non-NULL. Because the parameters element is optional in the ASN.1 grammar, a well-formed message can legitimately omit it, exposing the dereference.

Attack Vector

Exploitation requires the attacker to control a CMP server or to act as a man-in-the-middle on the network path between client and server. No authentication or user interaction is required. The attacker crafts a CMP response containing a CRMF CertRepMessage whose EncryptedValue.symmAlg carries an algorithm OID but no parameters field. The client crashes upon processing the response, terminating the certificate enrollment workflow.

c
// Patch excerpt from crypto/crmf/crmf_lib.c
// OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
     EVP_CIPHER *cipher = NULL; /* used cipher */
     int cikeysize = 0; /* key size from cipher */
     unsigned char *iv = NULL; /* initial vector for symmetric encryption */
+    int iv_len; /* iv length */
     unsigned char *outbuf = NULL; /* decryption output buffer */
     const unsigned char *p = NULL; /* needed for decoding ASN1 */
     int n, outlen = 0;

Source: OpenSSL commit 61a86a8c

c
// Patch excerpt from crypto/crmf/crmf_lib.c
// OSSL_CRMF_ENCRYPTEDVALUE_decrypt()
     EVP_CIPHER *cipher = NULL; /* used cipher */
     int cikeysize = 0; /* key size from cipher */
     unsigned char *iv = NULL; /* initial vector for symmetric encryption */
+    int iv_len; /* iv length */
     unsigned char *out = NULL; /* decryption output buffer */
     int n, ret = 0;
     EVP_PKEY_CTX *pkctx = NULL; /* private key context */

Source: OpenSSL commit 810b722f

These patches add proper handling of the symmetric algorithm parameters, validating the field before dereference rather than assuming it is populated.

Detection Methods for CVE-2026-42767

Indicators of Compromise

  • Unexpected crashes or segmentation faults in applications using OpenSSL CMP client functionality
  • Core dumps referencing OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert or OSSL_CRMF_ENCRYPTEDVALUE_decrypt in the call stack
  • CMP certificate enrollment workflows failing repeatedly against specific servers
  • Anomalous CMP traffic from unexpected upstream hosts or via untrusted network paths

Detection Strategies

  • Inspect CMP/CRMF traffic for EncryptedValue structures with a symmAlg OID but missing parameters field
  • Monitor host telemetry for repeated process termination of CMP-enabled binaries linked against vulnerable OpenSSL versions
  • Correlate TLS interception alerts with CMP enrollment failures to identify man-in-the-middle attempts

Monitoring Recommendations

  • Enable verbose logging in CMP client applications to capture decoded EncryptedValue structures
  • Track OpenSSL library versions across the fleet and flag hosts running unpatched builds
  • Alert on abnormal restart loops of services that perform automated certificate enrollment

How to Mitigate CVE-2026-42767

Immediate Actions Required

  • Apply the OpenSSL patches referenced in the June 2026 Security Advisory to all affected branches
  • Inventory applications that link against OpenSSL and use the CMP client API to prioritize patching
  • Restrict CMP client connectivity to trusted, authenticated certificate management servers only
  • Enforce TLS with strict certificate validation on CMP transport channels to mitigate man-in-the-middle attacks

Patch Information

OpenSSL has published fixes across multiple branches. The relevant upstream commits are 61a86a8c, 665d5254, 810b722f, b90ff3b1, and e6f91290. These patches add explicit validation of the symmetric algorithm parameters before use in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() and OSSL_CRMF_ENCRYPTEDVALUE_decrypt().

Workarounds

  • Disable CMP client functionality in applications where certificate enrollment via CMP is not required
  • Route CMP traffic only through internal, authenticated channels not exposed to untrusted networks
  • Configure network policies to allowlist specific CMP server endpoints and block all others
bash
# Verify installed OpenSSL version and rebuild against a patched library
openssl version -a

# After updating, validate the CMP client links to the patched library
ldd $(which your_cmp_client) | grep -i ssl

# Restrict outbound CMP (typically TCP/829) to known trusted servers
iptables -A OUTPUT -p tcp --dport 829 -d <trusted_cmp_server_ip> -j ACCEPT
iptables -A OUTPUT -p tcp --dport 829 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpenssl

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • GitHub OpenSSL Commit Update

  • GitHub OpenSSL Commit Update

  • GitHub OpenSSL Commit Update

  • GitHub OpenSSL Commit Update

  • GitHub OpenSSL Commit Update

  • OpenSSL Security Advisory
  • Related CVEs
  • CVE-2026-35188: OpenSSL TLS OCSP Stapling DOS Vulnerability

  • CVE-2026-9076: OpenSSL CMS Decryption DoS Vulnerability

  • CVE-2026-42771: OpenSSL Email Validation DoS Vulnerability

  • CVE-2026-42766: OpenSSL CMS Decryption DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English