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

CVE-2023-0464: OpenSSL Certificate Chain DOS Vulnerability

CVE-2023-0464 is a denial-of-service vulnerability in OpenSSL affecting X.509 certificate chain verification with policy constraints. Attackers can trigger exponential resource use. This article covers technical details, impacts, and mitigations.

Published: February 11, 2026

CVE-2023-0464 Overview

A security vulnerability has been identified in all supported versions of OpenSSL related to the verification of X.509 certificate chains that include policy constraints. Attackers may be able to exploit this vulnerability by creating a malicious certificate chain that triggers exponential use of computational resources, leading to a denial-of-service (DoS) attack on affected systems.

Policy processing is disabled by default but can be enabled by passing the -policy argument to the command line utilities or by calling the X509_VERIFY_PARAM_set1_policies() function. This vulnerability affects systems that have explicitly enabled certificate policy verification, making them susceptible to resource exhaustion attacks through specially crafted certificate chains.

Critical Impact

Attackers can cause denial-of-service conditions by triggering exponential computational resource consumption during X.509 certificate chain verification with policy constraints enabled.

Affected Products

  • OpenSSL (all supported versions with policy processing enabled)
  • Systems using X509_VERIFY_PARAM_set1_policies() function
  • Applications using OpenSSL command line utilities with -policy argument

Discovery Timeline

  • 2023-03-22 - CVE-2023-0464 published to NVD
  • 2025-05-05 - Last updated in NVD database

Technical Details for CVE-2023-0464

Vulnerability Analysis

This vulnerability is classified as CWE-295 (Improper Certificate Validation) and manifests within OpenSSL's X.509 certificate chain verification process when policy constraints are enabled. The flaw allows an attacker to construct a malicious certificate chain that, when processed, triggers exponential growth in computational resource usage.

The attack exploits the way OpenSSL handles policy constraint verification during certificate chain validation. When policy processing is enabled via the -policy command line argument or through the X509_VERIFY_PARAM_set1_policies() API function, the verification algorithm can be forced into an exponential time complexity scenario through carefully crafted certificate chains.

While policy processing is disabled by default, organizations that have enabled this feature for enhanced certificate validation are at risk. The network-based attack vector allows remote attackers to submit malicious certificates to vulnerable services without requiring authentication or user interaction.

Root Cause

The root cause lies in the algorithmic implementation of policy constraint processing within OpenSSL's X.509 certificate chain verification code. The verification algorithm exhibits exponential time complexity when processing certificate chains with certain policy constraint configurations. This algorithmic flaw allows attackers to create certificate chains that force the verification process into computationally intensive operations, consuming excessive CPU resources and potentially causing service unavailability.

Attack Vector

The vulnerability is exploitable over the network without requiring authentication or user interaction. An attacker can craft a malicious X.509 certificate chain containing policy constraints designed to maximize computational overhead during verification.

The attack scenario involves:

  1. Identifying a target system that uses OpenSSL with policy processing enabled
  2. Crafting a certificate chain with policy constraints that trigger exponential processing
  3. Submitting the malicious certificate chain to the target service (e.g., during TLS handshake)
  4. The verification process consumes excessive CPU resources, leading to denial of service

The vulnerability specifically targets the policy constraint verification mechanism. For detailed technical information about the vulnerability mechanism and patches, refer to the OpenSSL Security Advisory and the OpenSSL commit changes.

Detection Methods for CVE-2023-0464

Indicators of Compromise

  • Unusual CPU spikes during TLS/SSL connection establishment
  • Increased latency in certificate verification operations
  • Service degradation or unresponsiveness in SSL-enabled applications
  • Memory consumption increases during certificate chain processing

Detection Strategies

  • Monitor for abnormal CPU utilization patterns in services using OpenSSL for certificate verification
  • Implement logging for certificate verification operations and analyze for unusually long processing times
  • Use network intrusion detection to identify anomalous certificate chain patterns in TLS handshakes
  • Deploy application performance monitoring to detect degradation in SSL/TLS-dependent services

Monitoring Recommendations

  • Establish baseline metrics for certificate verification performance and alert on deviations
  • Monitor OpenSSL-dependent services for signs of resource exhaustion attacks
  • Implement rate limiting on certificate verification operations where feasible
  • Review logs for repeated certificate verification failures or timeouts

How to Mitigate CVE-2023-0464

Immediate Actions Required

  • Update OpenSSL to the latest patched version addressing CVE-2023-0464
  • Disable policy processing if not required by removing -policy arguments from command line utilities
  • Audit applications for calls to X509_VERIFY_PARAM_set1_policies() and assess necessity
  • Implement resource limits and timeouts for certificate verification operations

Patch Information

OpenSSL has released security patches to address this vulnerability. The fixes are available through the following commits:

  • Commit 2017771e2db3e2b96f89bbe8766c3209f6a99545
  • Commit 879f7080d7e141f415c79eaa3a8ac4a3dad0348b
  • Commit 959c59c7a0164117e7f8366466a32bb1f8d77ff1

For Linux distributions, refer to vendor-specific security advisories including the Debian Security Advisory and Gentoo GLSA Report.

Workarounds

  • Disable certificate policy verification if not required for your use case
  • Implement connection rate limiting to reduce the impact of potential attacks
  • Configure timeouts for certificate verification operations
  • Consider using application-level firewalls to filter suspicious certificate submissions
bash
# Configuration example - Verify OpenSSL version and check for policy usage
openssl version -a

# Check if applications are using policy verification (audit command line usage)
grep -r "\-policy" /etc/ssl/ /etc/pki/

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

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

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 Probability0.83%

  • 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-295
  • Technical References
  • OpenSSL Commit Changes

  • Debian LTS Announcement

  • Gentoo GLSA Report

  • NetApp Security Advisory

  • Couchbase Security Alerts

  • Debian Security Advisory

  • NetApp Security Advisory
  • Vendor Resources
  • OpenSSL Commit Changes

  • OpenSSL Commit Changes

  • OpenSSL Commit Changes

  • 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