Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2023-0465

CVE-2023-0465: OpenSSL Auth Bypass Vulnerability

CVE-2023-0465 is an authentication bypass flaw in OpenSSL where malicious CAs can circumvent certificate policy checks by asserting invalid policies. This article covers technical details, affected versions, impact, and mitigation.

Published: February 11, 2026

CVE-2023-0465 Overview

Applications that use a non-default option when verifying certificates may be vulnerable to an attack from a malicious CA to circumvent certain checks. Invalid certificate policies in leaf certificates are silently ignored by OpenSSL and other certificate policy checks are skipped for that certificate. A malicious CA could use this to deliberately assert invalid certificate policies in order to circumvent policy checking on the certificate altogether.

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 applications that have explicitly enabled certificate policy checking, which is not the default configuration.

Critical Impact

A malicious Certificate Authority can bypass certificate policy validation checks by using invalid certificate policies in leaf certificates, potentially allowing unauthorized certificates to be accepted as valid.

Affected Products

  • OpenSSL (multiple versions)
  • Applications using OpenSSL with certificate policy verification enabled
  • Systems that have explicitly enabled the -policy argument or X509_VERIFY_PARAM_set1_policies() function

Discovery Timeline

  • March 28, 2023 - CVE-2023-0465 published to NVD
  • February 18, 2025 - Last updated in NVD database

Technical Details for CVE-2023-0465

Vulnerability Analysis

This vulnerability represents an Improper Certificate Validation flaw (CWE-295) in OpenSSL's certificate policy verification mechanism. When applications enable the non-default policy checking feature, OpenSSL fails to properly handle invalid certificate policies present in leaf certificates. Rather than rejecting certificates with malformed or invalid policies, OpenSSL silently ignores these invalid entries and proceeds to skip subsequent policy checks entirely.

The security impact allows a malicious Certificate Authority to craft certificates containing deliberately invalid policy assertions. When such a certificate is processed by a vulnerable application with policy checking enabled, the entire policy verification process is bypassed, potentially allowing certificates that should be rejected to pass validation.

Root Cause

The root cause lies in OpenSSL's lenient error handling when encountering invalid certificate policies during the verification process. Instead of treating invalid policies as a validation failure, the implementation silently discards them and fails to perform the remaining policy checks. This behavior creates a security gap where a CA can effectively disable policy-based certificate restrictions by including malformed policy data.

The vulnerability specifically affects the certificate chain validation logic when processing X.509 certificate policies. The X509_VERIFY_PARAM_set1_policies() function and the -policy command line argument trigger the vulnerable code path.

Attack Vector

The attack vector is network-based, requiring the attacker to operate or compromise a Certificate Authority. The attacker crafts certificates with deliberately malformed or invalid certificate policy extensions. When a client application with policy verification enabled attempts to validate such a certificate, the invalid policies cause OpenSSL to skip policy verification entirely, allowing the certificate to be accepted despite potentially violating the expected certificate policies.

This attack can be leveraged in man-in-the-middle scenarios or when a malicious CA issues certificates that would otherwise be constrained by policy requirements. The attack requires no user interaction and can be executed remotely over the network.

Detection Methods for CVE-2023-0465

Indicators of Compromise

  • Certificates in use that contain malformed or unexpected certificate policy extensions
  • Certificate validation warnings or errors followed by successful connections to suspicious endpoints
  • Unusual certificate policy OIDs in leaf certificates that don't match expected organizational policies
  • Evidence of TLS connections established with certificates that should have been rejected by policy checks

Detection Strategies

  • Audit applications for usage of X509_VERIFY_PARAM_set1_policies() function calls to identify potentially vulnerable code paths
  • Monitor TLS handshakes for certificates with unusual or invalid policy extensions
  • Implement certificate transparency log monitoring to detect unexpected certificates issued for your domains
  • Review OpenSSL version inventories across your infrastructure to identify unpatched systems

Monitoring Recommendations

  • Deploy network monitoring to analyze X.509 certificate extensions in TLS handshakes
  • Implement centralized logging for certificate validation events across applications using OpenSSL
  • Configure alerts for certificate validation anomalies, particularly around policy extension processing
  • Regularly audit and inventory OpenSSL versions deployed across servers, containers, and application dependencies

How to Mitigate CVE-2023-0465

Immediate Actions Required

  • Update OpenSSL to the latest patched version as referenced in the OpenSSL Security Advisory March 2023
  • Identify all applications and services using OpenSSL with certificate policy verification enabled
  • Review certificate policy configurations and consider whether policy checking is required for your use case
  • Implement additional certificate validation controls such as certificate pinning where appropriate

Patch Information

OpenSSL has released patches to address this vulnerability. Multiple commits have been made to remediate the issue across different OpenSSL version branches. Administrators should update to the latest available OpenSSL version appropriate for their deployment.

Patch commits are available via the OpenSSL Git repository:

  • OpenSSL Commit Diff Ref #1
  • OpenSSL Commit Diff Ref #2
  • OpenSSL Commit Diff Ref #3

Distribution-specific patches are available via Debian Security Advisory DSA-5417, Debian LTS Security Announcement, and Gentoo GLSA 202402-08.

Workarounds

  • If policy checking is not required for your application, avoid enabling the -policy command line argument or calling X509_VERIFY_PARAM_set1_policies()
  • Implement additional certificate validation at the application layer beyond OpenSSL's built-in checks
  • Use certificate pinning to restrict accepted certificates to known, trusted certificates
  • Consider implementing certificate transparency monitoring as an additional layer of defense
bash
# Verify OpenSSL version to check if patched
openssl version -a

# Check if applications are using policy verification (example audit command)
grep -r "X509_VERIFY_PARAM_set1_policies" /path/to/source/code/

# 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
  • TypeAuth Bypass

  • Vendor/TechOpenssl

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.45%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-295
  • Technical References
  • OpenSSL Commit Diff Ref #1

  • Debian LTS Security Announcement

  • Gentoo GLSA 202402-08

  • NetApp Security Advisory NTAP-20230414-0001

  • Debian Security Advisory DSA-5417
  • Vendor Resources
  • OpenSSL Commit Diff Ref #2

  • OpenSSL Commit Diff Ref #3

  • OpenSSL Commit Diff Ref #4

  • OpenSSL Security Advisory March 2023
  • Related CVEs
  • CVE-2025-4575: OpenSSL Auth Bypass Vulnerability

  • CVE-2024-12797: OpenSSL RPK Authentication Bypass Flaw

  • CVE-2021-3450: OpenSSL CA Certificate Bypass Vulnerability

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