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
    • 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-2022-1343

CVE-2022-1343: OpenSSL Information Disclosure Vulnerability

CVE-2022-1343 is an information disclosure vulnerability in OpenSSL affecting OCSP response verification. The flaw allows certificate verification failures to appear successful. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 17, 2026

CVE-2022-1343 Overview

CVE-2022-1343 is a Certificate Validation Bypass vulnerability in OpenSSL's OCSP_basic_verify function. The function is designed to verify the signer certificate on an OCSP (Online Certificate Status Protocol) response. However, when the non-default OCSP_NOCHECKS flag is used, the function incorrectly returns a positive result (indicating successful verification) even when the response signing certificate fails to verify. This allows attackers to potentially bypass certificate validation checks in applications that rely on this function with the vulnerable flag.

Critical Impact

Applications using OpenSSL's OCSP_basic_verify with the OCSP_NOCHECKS flag may accept invalid or malicious certificates as valid, potentially enabling man-in-the-middle attacks or trust chain bypasses.

Affected Products

  • OpenSSL 3.0.0, 3.0.1, 3.0.2
  • NetApp Active IQ Unified Manager
  • NetApp Clustered Data ONTAP
  • NetApp Clustered Data ONTAP Antivirus Connector
  • NetApp SAN/NAS Storage Appliances (AFF and FAS series)
  • NetApp HCI Storage Nodes (H300, H500, H700 series)

Discovery Timeline

  • May 3, 2022 - CVE-2022-1343 published to NVD
  • May 5, 2025 - Last updated in NVD database

Technical Details for CVE-2022-1343

Vulnerability Analysis

The vulnerability exists within the OCSP_basic_verify function in OpenSSL's OCSP implementation. Under normal circumstances, when certificate verification fails, the function should return 0 to indicate a failed verification. However, when the OCSP_NOCHECKS flag is passed to the function, the logic incorrectly bypasses the proper error handling, returning a positive value that indicates successful verification even when the signing certificate is invalid or untrusted.

This issue also affects the OpenSSL command-line ocsp application. When using the -no_cert_checks option to verify an OCSP response, the application reports successful verification despite the underlying failure. The output presents contradictory information—error messages indicating the failure alongside a result claiming success.

It is important to note that the OCSP_NOCHECKS flag is not used by default, which limits the immediate impact of this vulnerability. However, applications that explicitly enable this flag for specific use cases are at risk of accepting improperly validated certificates.

Root Cause

The root cause of this vulnerability is improper error handling in the OCSP_basic_verify function when the OCSP_NOCHECKS flag is set. The code path that processes this flag fails to properly propagate certificate verification failures to the caller, instead returning a success status. This represents a CWE-295 (Improper Certificate Validation) weakness where the certificate validation logic does not adequately enforce the security requirements.

Attack Vector

An attacker could exploit this vulnerability in scenarios where:

  1. The target application uses OpenSSL's OCSP_basic_verify function with the OCSP_NOCHECKS flag enabled
  2. The attacker can present a malicious OCSP response with an invalid or forged signing certificate
  3. Due to the vulnerability, the application incorrectly trusts the malicious response as valid

This could enable various attack scenarios including certificate status manipulation, where an attacker could make a revoked certificate appear valid or cause denial of service by making valid certificates appear revoked.

The vulnerability is exploitable over the network without requiring authentication or user interaction, though its impact is limited to integrity violations rather than full system compromise.

Detection Methods for CVE-2022-1343

Indicators of Compromise

  • Applications or services using OpenSSL versions 3.0.0, 3.0.1, or 3.0.2 with OCSP verification enabled
  • Log entries from the OpenSSL ocsp command showing contradictory verification messages alongside success results
  • Unusual certificate validation behaviors where revoked or invalid certificates are being accepted

Detection Strategies

  • Audit application code for usage of OCSP_basic_verify function with the OCSP_NOCHECKS flag
  • Review system logs for error messages related to OCSP certificate verification failures that do not result in connection termination
  • Monitor for applications making OCSP requests that subsequently accept connections with certificates that should have been rejected
  • Use vulnerability scanning tools to identify systems running affected OpenSSL versions

Monitoring Recommendations

  • Implement version tracking for all OpenSSL library instances across the infrastructure
  • Configure centralized logging to capture certificate validation events and OCSP response processing
  • Set up alerts for certificate validation anomalies where error messages don't match the final validation outcome
  • Monitor network traffic for OCSP requests to identify systems that may be using the vulnerable verification path

How to Mitigate CVE-2022-1343

Immediate Actions Required

  • Upgrade OpenSSL to version 3.0.3 or later immediately
  • Audit applications that use the OCSP_basic_verify function to identify if OCSP_NOCHECKS flag is being used
  • If using the OpenSSL ocsp command-line tool, avoid the -no_cert_checks option until patched
  • Review and update any NetApp products to vendor-recommended firmware versions as per the NetApp Security Advisory

Patch Information

OpenSSL has released version 3.0.3 which contains the fix for this vulnerability. The patch ensures that OCSP_basic_verify correctly returns a negative value (indicating a fatal error) when certificate verification fails, regardless of whether the OCSP_NOCHECKS flag is used. Administrators should upgrade to OpenSSL 3.0.3 or later as described in the OpenSSL Security Announcement.

For affected NetApp products, consult the vendor-specific advisories:

  • NetApp Security Advisory NTAP-20220602-0009
  • Siemens Security Advisory SSA-953464

Workarounds

  • Remove usage of the OCSP_NOCHECKS flag from application code if present—this is the most effective workaround
  • Avoid using the -no_cert_checks option with the OpenSSL ocsp command-line tool
  • Implement additional certificate validation checks in application logic as a defense-in-depth measure
  • Consider temporarily disabling OCSP stapling or checking until patched versions can be deployed
bash
# Check OpenSSL version to determine if affected
openssl version

# Example: Upgrade OpenSSL on Debian/Ubuntu systems
sudo apt-get update
sudo apt-get install --only-upgrade openssl

# Verify the upgraded version (should be 3.0.3 or later)
openssl version

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOpenssl

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.14%

  • 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
  • Siemens Security Advisory

  • OpenSSL Commit Diff

  • NetApp Security Advisory
  • Vendor Resources
  • OpenSSL Security Announcement
  • Related CVEs
  • CVE-2026-31790: OpenSSL Information Disclosure Flaw

  • CVE-2026-2673: OpenSSL TLS 1.3 Key Exchange Vulnerability

  • CVE-2025-69418: OpenSSL OCB Information Disclosure Flaw

  • CVE-2025-15469: OpenSSL Dgst Data Truncation 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