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-28388

CVE-2026-28388: OpenSSL Delta CRL DoS Vulnerability

CVE-2026-28388 is a denial of service flaw in OpenSSL's delta CRL processing that causes NULL pointer dereference when the CRL Number extension is missing. This article covers technical details, impact, and mitigation.

Published: April 10, 2026

CVE-2026-28388 Overview

CVE-2026-28388 is a Null Pointer Dereference vulnerability affecting OpenSSL's delta CRL (Certificate Revocation List) processing functionality. When a delta CRL containing a Delta CRL Indicator extension is processed, a NULL pointer dereference can occur if the required CRL Number extension is missing. This vulnerability can be exploited to cause a Denial of Service condition by triggering a crash in applications that process malformed delta CRL files.

Critical Impact

Applications using OpenSSL with delta CRL processing enabled during X.509 certificate verification are vulnerable to denial of service attacks when processing maliciously crafted CRL files.

Affected Products

  • OpenSSL (versions prior to security patches)
  • Applications using OpenSSL's X.509 certificate verification with X509_V_FLAG_USE_DELTAS enabled
  • Systems processing certificates containing freshestCRL extensions or base CRLs with EXFLAG_FRESHEST flag

Discovery Timeline

  • 2026-04-07 - CVE-2026-28388 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-28388

Vulnerability Analysis

The vulnerability exists in OpenSSL's CRL verification code within the crypto/x509/x509_vfy.c file. During delta CRL processing, the code compares CRL numbers between the delta CRL and base CRL to ensure proper sequencing. However, the implementation fails to validate whether the crl_number field is NULL before attempting to dereference it.

According to the OpenSSL Security Advisory, exploiting this vulnerability requires specific conditions: the X509_V_FLAG_USE_DELTAS flag must be enabled in the verification context, the certificate being verified must contain a freshestCRL extension or the base CRL must have the EXFLAG_FRESHEST flag set, and an attacker must be able to provide a malformed CRL to an application that processes it.

The vulnerability is limited to Denial of Service and cannot be escalated to achieve code execution or memory disclosure. The OpenSSL FIPS modules in versions 3.6, 3.5, 3.4, 3.3, and 3.0 are not affected by this issue, as the affected code is outside the OpenSSL FIPS module boundary.

Root Cause

The root cause is a missing NULL pointer check in the delta CRL validation logic. When comparing CRL numbers to verify that the delta CRL number exceeds the full CRL number, the code directly accesses delta->crl_number without first verifying that this pointer is non-NULL. A malformed delta CRL that is missing the CRL Number extension will have this field set to NULL, causing a NULL pointer dereference when the comparison is attempted.

Attack Vector

An attacker can exploit this vulnerability by crafting a malformed delta CRL file that includes a Delta CRL Indicator extension but omits the required CRL Number extension. When an application configured with delta CRL processing attempts to verify certificates using this malformed CRL, the NULL pointer dereference triggers a crash.

The attack requires:

  1. Delta CRL processing to be enabled via X509_V_FLAG_USE_DELTAS
  2. The certificate chain to reference CRLs (via freshestCRL extension or EXFLAG_FRESHEST flag)
  3. The ability to supply a malformed CRL to the target application
c
// Security patch from OpenSSL commit (crypto/x509/x509_vfy.c)
    if (ASN1_INTEGER_cmp(delta->base_crl_number, base->crl_number) > 0)
        return 0;
    /* Delta CRL number must exceed full CRL number */
+    if (delta->crl_number == NULL)
+        return 0;
    return ASN1_INTEGER_cmp(delta->crl_number, base->crl_number) > 0;
}

Source: GitHub OpenSSL Commit

Detection Methods for CVE-2026-28388

Indicators of Compromise

  • Unexpected application crashes during X.509 certificate verification operations
  • Crash dumps showing NULL pointer dereference in OpenSSL's x509_vfy.c module
  • Presence of malformed CRL files with Delta CRL Indicator extensions but missing CRL Number extensions
  • Repeated certificate verification failures followed by process termination

Detection Strategies

  • Monitor for application crashes in processes that perform certificate validation with OpenSSL
  • Implement CRL file validation to detect malformed CRLs before processing
  • Use static analysis tools to identify OpenSSL usage patterns with X509_V_FLAG_USE_DELTAS enabled
  • Deploy runtime protection to detect NULL pointer dereference attempts in OpenSSL components

Monitoring Recommendations

  • Enable core dump collection for applications using OpenSSL certificate verification
  • Implement alerting on abnormal process terminations in TLS/SSL-enabled services
  • Monitor CRL distribution points for anomalous or malformed CRL submissions
  • Track certificate verification error rates that may indicate exploitation attempts

How to Mitigate CVE-2026-28388

Immediate Actions Required

  • Update OpenSSL to the latest patched version addressing CVE-2026-28388
  • Review applications to identify those using X509_V_FLAG_USE_DELTAS flag for certificate verification
  • Consider temporarily disabling delta CRL processing if updates cannot be immediately applied
  • Implement input validation for CRL files before processing

Patch Information

OpenSSL has released security patches to address this vulnerability. The fix adds a NULL pointer check for delta->crl_number before the comparison operation. Multiple commits have been issued for different OpenSSL branches:

  • Commit 59c3b31
  • Commit 5a0b493
  • Commit 602542f
  • Commit a9d187d
  • Commit d3a901e

Refer to the OpenSSL Security Advisory for complete patching information.

Workarounds

  • Disable delta CRL processing by not setting the X509_V_FLAG_USE_DELTAS flag in the verification context
  • Implement CRL validation in application code to reject CRLs missing required extensions before OpenSSL processing
  • Use FIPS-validated OpenSSL modules (versions 3.0, 3.3, 3.4, 3.5, 3.6) which are not affected by this issue
  • Configure network security controls to validate CRL sources and reject potentially malformed responses
bash
# Check OpenSSL version and verify patch status
openssl version -a

# Verify if application uses delta CRL processing (search for flag usage)
grep -r "X509_V_FLAG_USE_DELTAS" /path/to/application/source/

# Update OpenSSL on Debian/Ubuntu systems
sudo apt update && sudo apt upgrade openssl libssl-dev

# Update OpenSSL on RHEL/CentOS systems
sudo yum update openssl openssl-devel

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.01%

  • 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-28389: OpenSSL CMS 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