A Leader in the 2025 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Five years running.A Leader in the Gartner® Magic Quadrant™Read the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • 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
      Digital Forensics, IRR & Breach Readiness
    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
    • 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-2022-3602

CVE-2022-3602: OpenSSL Buffer Overflow Vulnerability

CVE-2022-3602 is a buffer overflow vulnerability in OpenSSL X.509 certificate verification that can lead to crashes or remote code execution. This article covers technical details, affected versions, and mitigation strategies.

Published: February 17, 2026

CVE-2022-3602 Overview

CVE-2022-3602 is a buffer overrun vulnerability in OpenSSL's X.509 certificate verification process, specifically occurring during name constraint checking. This vulnerability allows an attacker to craft a malicious email address that overflows four attacker-controlled bytes on the stack during certificate verification. The buffer overflow could result in a crash causing denial of service, or potentially enable remote code execution under certain conditions.

The vulnerability occurs after certificate chain signature verification and requires either a Certificate Authority (CA) to have signed the malicious certificate, or for the application to continue certificate verification despite failure to construct a path to a trusted issuer. In TLS client scenarios, exploitation can be triggered by connecting to a malicious server. In TLS server scenarios, it can be triggered when the server requests client authentication and a malicious client connects.

Critical Impact

This vulnerability was initially pre-announced as CRITICAL but was subsequently downgraded to HIGH severity after further analysis revealed mitigating factors including platform stack overflow protections and varying stack layouts across different platform/compiler combinations.

Affected Products

  • OpenSSL versions 3.0.0 through 3.0.6
  • Fedora Project Fedora (versions 26, 27, 36, 37)
  • NetApp Clustered Data ONTAP
  • Node.js (versions 18.12.0 LTS and 19.0.0)

Discovery Timeline

  • November 1, 2022 - CVE-2022-3602 published to NVD
  • November 1, 2022 - OpenSSL releases security patch in version 3.0.7
  • November 4, 2025 - Last updated in NVD database

Technical Details for CVE-2022-3602

Vulnerability Analysis

This vulnerability represents a classic stack-based buffer overflow condition in a critical cryptographic library. The flaw resides in the X.509 certificate name constraint checking functionality, which is invoked during the certificate verification process. When processing specially crafted email address fields within X.509 certificates, the verification routine fails to properly validate input length before copying data to a fixed-size stack buffer.

The overflow is constrained to four bytes, which limits but does not eliminate the potential for exploitation. The attacker maintains control over the content of these four bytes, creating opportunities for various attack scenarios depending on the target platform's memory layout and security mechanisms. Many modern operating systems implement stack canaries, ASLR (Address Space Layout Randomization), and other protections that significantly complicate successful exploitation for code execution.

Root Cause

The root cause is improper bounds checking during the processing of email address name constraints in X.509 certificates. The vulnerable code path assumes a maximum length for the email address field but fails to enforce this limit before writing to a stack-allocated buffer. This creates an out-of-bounds write condition (CWE-787) where attacker-controlled data can overflow into adjacent stack memory.

Attack Vector

The attack vector is network-based and does not require authentication or user interaction. An attacker can exploit this vulnerability through the following scenarios:

TLS Client Attack: An attacker operates a malicious TLS server presenting a certificate containing a specially crafted email address in the name constraints extension. When a vulnerable client connects and performs certificate verification, the buffer overrun is triggered.

TLS Server Attack: When a TLS server is configured to request client certificates for authentication, an attacker can present a malicious client certificate containing the crafted payload. During verification of the client certificate, the overflow occurs.

The exploitation requires either a legitimate CA to sign the malicious certificate (unlikely in practice) or relies on applications that continue processing despite certificate chain validation failures.

Detection Methods for CVE-2022-3602

Indicators of Compromise

  • Unexpected crashes or segmentation faults in applications using OpenSSL 3.0.x during TLS handshakes
  • Core dumps indicating stack corruption in OpenSSL certificate verification functions
  • Anomalous TLS connections with certificates containing unusually long or malformed email address fields
  • Application log entries showing certificate verification failures followed by process termination

Detection Strategies

  • Deploy network intrusion detection rules to identify TLS certificates with abnormally long email address name constraints
  • Monitor for process crashes in OpenSSL-dependent applications with stack corruption signatures
  • Implement runtime application self-protection (RASP) to detect buffer overflow attempts in cryptographic operations
  • Use vulnerability scanners to identify systems running affected OpenSSL 3.0.x versions

Monitoring Recommendations

  • Enable verbose logging for TLS certificate verification events across all OpenSSL-dependent services
  • Configure crash monitoring and alerting for applications performing certificate verification
  • Monitor network traffic for unusual certificate patterns, particularly in name constraint extensions
  • Audit certificate authority trust stores for any unauthorized or suspicious certificates

How to Mitigate CVE-2022-3602

Immediate Actions Required

  • Upgrade OpenSSL to version 3.0.7 or later immediately on all affected systems
  • Identify all applications and services using OpenSSL 3.0.x in your environment through software inventory
  • Prioritize patching for internet-facing TLS services and applications that perform client certificate authentication
  • Review certificate verification configurations and ensure applications properly reject invalid certificate chains

Patch Information

OpenSSL has released version 3.0.7 which addresses this vulnerability. The fix is available from the OpenSSL Security Advisory. Organizations should update their OpenSSL installations to version 3.0.7 or later. For systems where direct OpenSSL updates are not possible, check with your operating system vendor for backported patches.

Additional vendor advisories are available from:

  • Fedora Project Security Updates
  • NetApp Security Advisory
  • Cisco Security Advisory
  • Gentoo Linux Security Advisory GLSA 202211-01

Workarounds

  • If immediate patching is not possible, consider disabling TLS client certificate authentication where feasible
  • Implement network segmentation to limit exposure of vulnerable services to untrusted networks
  • Deploy web application firewalls or TLS inspection proxies capable of filtering malformed certificates
  • Enable compiler-level stack protection mechanisms (stack canaries, ASLR) on platforms where they may not be default
bash
# Verify OpenSSL version and upgrade on Debian/Ubuntu systems
openssl version
sudo apt update && sudo apt install openssl

# Verify OpenSSL version and upgrade on RHEL/CentOS systems
openssl version
sudo yum update openssl

# Check for applications linked against vulnerable OpenSSL
ldd /path/to/application | grep libssl

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechOpenssl

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability83.22%

  • 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-787
  • Technical References
  • OpenSSL Security Advisory 20221101

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • SonicWall Vulnerability SNWLID-2022-0023

  • NetApp Advisory NTAP-20221102-0001
  • Vendor Resources
  • Gentoo GLSA 202211-01
  • Related CVEs
  • CVE-2025-11187: OpenSSL Buffer Overflow Vulnerability

  • CVE-2025-15467: OpenSSL CMS Buffer Overflow Vulnerability

  • CVE-2025-69419: OpenSSL Buffer Overflow Vulnerability

  • CVE-2022-3786: OpenSSL Buffer Overflow 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
  • English
  • 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