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-2023-0401

CVE-2023-0401: OpenSSL PKCS7 Signature DoS Vulnerability

CVE-2023-0401 is a denial-of-service flaw in OpenSSL affecting PKCS7 signature verification. A NULL pointer dereference can crash applications when hash algorithms are unavailable. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 4, 2026

CVE-2023-0401 Overview

CVE-2023-0401 is a NULL pointer dereference vulnerability in OpenSSL that occurs when signatures are being verified on PKCS7 signed or signedAndEnveloped data. When the hash algorithm used for the signature is known to the OpenSSL library but the implementation of the hash algorithm is not available, the digest initialization fails. A missing check for the return value from the initialization function leads to invalid usage of the digest API, most likely resulting in an application crash.

The unavailability of an algorithm can be caused by using FIPS-enabled configuration of providers or more commonly by not loading the legacy provider. PKCS7 data is processed by the SMIME library calls and also by the time stamp (TS) library calls. While the TLS implementation in OpenSSL does not call these functions, third-party applications are affected if they call these functions to verify signatures on untrusted data.

Critical Impact

Attackers can trigger a denial of service condition by providing specially crafted PKCS7 signed data that causes a NULL pointer dereference crash in applications using vulnerable OpenSSL versions.

Affected Products

  • OpenSSL (versions prior to the February 2023 security patch)
  • Stormshield Management Center
  • Third-party applications using OpenSSL SMIME or TS library functions for signature verification

Discovery Timeline

  • 2023-02-08 - CVE CVE-2023-0401 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2023-0401

Vulnerability Analysis

This vulnerability is classified as CWE-476 (NULL Pointer Dereference). The flaw exists in OpenSSL's PKCS7 signature verification code path where the return value from the digest initialization function is not properly checked before subsequent API calls are made.

When an application attempts to verify a PKCS7 signature that uses a hash algorithm that is recognized by OpenSSL but has no available implementation (such as when FIPS mode is enabled or the legacy provider is not loaded), the EVP_DigestInit() or similar function returns an error. However, the calling code proceeds to use the uninitialized digest context, leading to a NULL pointer dereference.

The vulnerability can be exploited remotely over the network without requiring any privileges or user interaction. An attacker can craft malicious PKCS7 data that references an unavailable hash algorithm and send it to an application that uses OpenSSL's SMIME or timestamp verification functions, causing the application to crash.

Root Cause

The root cause is a missing error check on the return value from the digest initialization function in the PKCS7 signature verification code. When the hash algorithm implementation is unavailable (due to FIPS configuration or missing legacy provider), the initialization fails but the code continues execution as if it succeeded. This results in subsequent digest API calls operating on an invalid or NULL digest context.

Attack Vector

The attack is network-based and can be executed remotely. An attacker constructs PKCS7 signed or signedAndEnveloped data that specifies a hash algorithm known to OpenSSL but unavailable in the current configuration. When a vulnerable application processes this data for signature verification, the missing return value check causes the application to crash.

The vulnerability primarily affects applications that:

  • Use OpenSSL's SMIME library functions for email signature verification
  • Use OpenSSL's timestamp (TS) library functions
  • Process untrusted PKCS7 data from external sources

The TLS implementation in OpenSSL is not directly affected as it does not use these specific code paths.

Detection Methods for CVE-2023-0401

Indicators of Compromise

  • Unexpected application crashes with stack traces pointing to OpenSSL PKCS7 or SMIME functions
  • Core dumps showing NULL pointer access in digest-related OpenSSL functions
  • Increased volume of malformed PKCS7 or S/MIME messages targeting the application
  • Log entries indicating signature verification failures followed by crashes

Detection Strategies

  • Monitor application logs for crashes or segmentation faults in processes using OpenSSL for signature verification
  • Implement input validation to detect and reject malformed PKCS7 data before passing it to OpenSSL
  • Use application-level crash monitoring to detect patterns of DoS attempts
  • Deploy network intrusion detection rules to identify suspicious PKCS7 or S/MIME traffic patterns

Monitoring Recommendations

  • Enable crash reporting and analysis for applications using OpenSSL PKCS7/SMIME functions
  • Monitor system stability metrics for applications processing untrusted signed data
  • Track OpenSSL library versions across your infrastructure to identify vulnerable deployments
  • Implement alerting for unusual rates of signature verification failures

How to Mitigate CVE-2023-0401

Immediate Actions Required

  • Update OpenSSL to the patched version released in the February 2023 security update
  • Review applications that use OpenSSL SMIME or timestamp (TS) library functions for signature verification
  • Ensure the legacy provider is loaded if your application requires legacy hash algorithms
  • Consider implementing input validation to reject PKCS7 data with unexpected or unsupported algorithms

Patch Information

OpenSSL has released a security patch addressing this vulnerability. The fix adds proper error checking for the return value from the digest initialization function, preventing the NULL pointer dereference.

Refer to the OpenSSL Security Advisory for official patch details. The specific code changes can be reviewed in the OpenSSL Commit Diff.

Additional vendor-specific advisories:

  • Gentoo GLSA 202402-08
  • SonicWall Vulnerability SNWLID-2023-0003

Workarounds

  • Ensure the OpenSSL legacy provider is loaded if your application uses legacy hash algorithms for signature verification
  • Implement pre-validation of PKCS7 data to reject messages using unsupported or unavailable hash algorithms before OpenSSL processes them
  • Consider restricting PKCS7 signature verification to trusted data sources only until patching is complete
  • If FIPS mode is required, ensure all necessary algorithm implementations are available in your FIPS provider configuration
bash
# Example: Loading legacy provider in OpenSSL configuration
# Add to openssl.cnf or application configuration
[openssl_init]
providers = provider_sect

[provider_sect]
default = default_sect
legacy = legacy_sect

[default_sect]
activate = 1

[legacy_sect]
activate = 1

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpenssl

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability1.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • Gentoo GLSA 202402-08

  • SonicWall Vulnerability SNWLID-2023-0003
  • Vendor Resources
  • OpenSSL Commit Diff

  • OpenSSL Security Advisory
  • Related CVEs
  • CVE-2026-22795: OpenSSL PKCS#12 Parsing DoS Vulnerability

  • CVE-2025-69421: OpenSSL PKCS#12 DoS Vulnerability

  • CVE-2025-69420: OpenSSL TimeStamp DoS Vulnerability

  • CVE-2025-66199: OpenSSL TLS 1.3 DoS Vulnerability
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