The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-28389

CVE-2026-28389: OpenSSL CMS DoS Vulnerability

CVE-2026-28389 is a denial of service vulnerability in OpenSSL CMS EnvelopedData processing that causes NULL pointer dereference. This post explains its impact, affected versions, and mitigation steps.

Published: April 10, 2026

CVE-2026-28389 Overview

CVE-2026-28389 is a Null Pointer Dereference vulnerability affecting OpenSSL's Cryptographic Message Syntax (CMS) implementation. During processing of a crafted CMS EnvelopedData message with KeyAgreeRecipientInfo, a NULL pointer dereference can occur when the optional parameters field of KeyEncryptionAlgorithmIdentifier is examined without first checking for its presence.

Applications that process attacker-controlled CMS data may crash before authentication or cryptographic operations occur, resulting in Denial of Service (DoS). Services calling CMS_decrypt() on untrusted input, such as S/MIME email processing or CMS-based protocols, are particularly vulnerable to this issue.

Critical Impact

Applications and services processing untrusted CMS EnvelopedData messages can be crashed by an attacker, leading to denial of service conditions before any authentication or cryptographic validation takes place.

Affected Products

  • OpenSSL (versions prior to security patches released April 2026)
  • Applications using CMS_decrypt() on untrusted input
  • S/MIME processing services and CMS-based protocol implementations

Discovery Timeline

  • April 7, 2026 - CVE-2026-28389 published to NVD
  • April 8, 2026 - Last updated in NVD database

Technical Details for CVE-2026-28389

Vulnerability Analysis

The vulnerability exists in OpenSSL's CMS (Cryptographic Message Syntax) implementation, specifically within the DH and ECDH key agreement processing code in crypto/cms/cms_dh.c and crypto/cms/cms_ec.c. When processing a CMS EnvelopedData structure that uses KeyAgreeRecipientInfo, the code directly accesses the alg->parameter field without first verifying that the parameter exists.

The flaw is classified as CWE-476 (NULL Pointer Dereference). An attacker can craft a malicious CMS EnvelopedData message with a missing optional parameters field in the KeyEncryptionAlgorithmIdentifier. When the vulnerable application attempts to process this message, the code dereferences the NULL pointer, causing an immediate application crash.

Importantly, the FIPS modules in OpenSSL versions 3.6, 3.5, 3.4, 3.3, and 3.0 are not affected by this issue, as the vulnerable code exists outside the OpenSSL FIPS module boundary.

Root Cause

The root cause is improper validation of optional ASN.1 fields before dereferencing. The original code directly accessed alg->algorithm and alg->parameter->type without first calling X509_ALGOR_get0() to safely extract and validate these values. When the optional parameters field is absent (NULL), attempting to access alg->parameter->type or alg->parameter->value.sequence->data results in a NULL pointer dereference.

Attack Vector

An attacker can exploit this vulnerability by sending a specially crafted CMS EnvelopedData message to an application that processes CMS data. The attack requires:

  1. Target application calls CMS_decrypt() on attacker-controlled input
  2. Attacker crafts CMS EnvelopedData with KeyAgreeRecipientInfo containing a malformed KeyEncryptionAlgorithmIdentifier structure
  3. The structure omits the optional parameters field that the vulnerable code expects
  4. Processing triggers NULL pointer dereference, crashing the application

Common attack surfaces include email servers processing S/MIME encrypted messages, web services accepting CMS-encrypted payloads, and any application using OpenSSL's CMS API for decryption.

c
// Security patch in crypto/cms/cms_ec.c - Fix NULL deref in [ec]dh_cms_set_shared_info
     int plen, keylen;
     EVP_CIPHER *kekcipher = NULL;
     EVP_CIPHER_CTX *kekctx;
+    const ASN1_OBJECT *aoid = NULL;
+    int ptype = 0;
+    const void *parameter = NULL;
+
     char name[OSSL_MAX_NAME_SIZE];
 
     if (!CMS_RecipientInfo_kari_get0_alg(ri, &alg, &ukm))
         return 0;
 
-    if (!ecdh_cms_set_kdf_param(pctx, OBJ_obj2nid(alg->algorithm))) {
+    X509_ALGOR_get0(&aoid, &ptype, ¶meter, alg);
+
+    if (!ecdh_cms_set_kdf_param(pctx, OBJ_obj2nid(aoid))) {
         ERR_raise(ERR_LIB_CMS, CMS_R_KDF_PARAMETER_ERROR);
         return 0;
     }
 
-    if (alg->parameter->type != V_ASN1_SEQUENCE)
+    if (ptype != V_ASN1_SEQUENCE)
         return 0;
 
-    p = alg->parameter->value.sequence->data;
-    plen = alg->parameter->value.sequence->length;
+    p = ASN1_STRING_get0_data(parameter);
+    plen = ASN1_STRING_length(parameter);
     kekalg = d2i_X509_ALGOR(NULL, &p, plen);
     if (kekalg == NULL)

Source: GitHub OpenSSL Commit

Detection Methods for CVE-2026-28389

Indicators of Compromise

  • Application crashes or core dumps in OpenSSL-linked processes during CMS decryption operations
  • Segmentation fault errors in log files referencing cms_dh.c or cms_ec.c functions
  • Increased crash rates in S/MIME processing or email gateway services
  • Service availability disruptions correlated with receipt of specific encrypted messages

Detection Strategies

  • Monitor application logs for segmentation faults and crashes in processes that perform CMS decryption
  • Implement crash telemetry to detect patterns of NULL pointer dereference crashes in OpenSSL-dependent services
  • Deploy input validation at network perimeters to identify malformed CMS structures before they reach vulnerable applications
  • Use memory sanitizers (AddressSanitizer, Valgrind) in development and testing to catch NULL dereferences early

Monitoring Recommendations

  • Enable core dump collection and analysis for services processing CMS/S/MIME data
  • Set up alerting for unusual crash rates in email processing or encrypted message handling services
  • Monitor OpenSSL error logs for CMS_R_KDF_PARAMETER_ERROR messages which may indicate exploitation attempts
  • Implement availability monitoring for CMS-dependent services to detect DoS conditions

How to Mitigate CVE-2026-28389

Immediate Actions Required

  • Update OpenSSL to the latest patched version that includes the fix for CVE-2026-28389
  • Identify all applications in your environment that use CMS_decrypt() on untrusted input
  • Prioritize patching S/MIME email processing services and CMS-based API endpoints
  • Consider implementing rate limiting on CMS decryption endpoints to reduce DoS impact

Patch Information

OpenSSL has released security patches addressing this vulnerability. Multiple commits have been published to fix the NULL pointer dereference in both the DH and ECDH CMS key agreement implementations. The fix uses X509_ALGOR_get0() to safely extract algorithm parameters before accessing them, and validates the parameter type before dereferencing.

Refer to the OpenSSL Security Advisory for official guidance on affected versions and upgrade paths. The following commits contain the fix for different OpenSSL branches:

  • Commit 16cea41
  • Commit 785cbf7
  • Commit 7b5274e
  • Commit c672563
  • Commit f80f83b

Workarounds

  • Restrict CMS decryption services to only accept messages from trusted, authenticated sources
  • Implement pre-validation of CMS message structure before passing to CMS_decrypt()
  • Deploy network-level filtering to block malformed CMS/ASN.1 structures at the perimeter
  • Run CMS processing services in isolated environments with process restart capabilities to minimize DoS impact
bash
# Configuration example - Verify OpenSSL version after patching
openssl version -a

# Check if your OpenSSL includes the security fix
# Look for commit hashes in the build metadata or verify version number
# against the OpenSSL security advisory

# Identify processes using OpenSSL for CMS operations
lsof | grep libssl | awk '{print $1}' | sort -u

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpenssl

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.03%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • 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-28388: OpenSSL Delta CRL DoS Vulnerability

  • CVE-2026-28386: OpenSSL AES-CFB128 DoS Vulnerability

  • CVE-2026-28390: OpenSSL CMS DoS Vulnerability

  • CVE-2026-22795: OpenSSL PKCS#12 Parsing DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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