A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-45445

CVE-2026-45445: OpenSSL AES-OCB Information Disclosure

CVE-2026-45445 is an information disclosure flaw in OpenSSL's AES-OCB cipher that causes IV reuse, leading to loss of confidentiality. This article covers the technical details, affected implementations, and mitigation.

Published: June 11, 2026

CVE-2026-45445 Overview

CVE-2026-45445 is a cryptographic vulnerability in OpenSSL's AES-OCB provider implementation. When an application drives an AES-OCB context through the EVP_Cipher() one-shot interface, the application-supplied initialisation vector (IV) is silently discarded. Every message encrypted under the same key uses the same effective nonce regardless of the caller's IV. This produces catastrophic (key, nonce) reuse and loss of confidentiality. If the same code path computes the authentication tag, the tag depends only on the (key, IV) pair, enabling universal forgery of arbitrary ciphertext from a single captured message. The OpenSSL TLS stack is not affected because AES-OCB is not a TLS cipher suite and libssl does not call EVP_Cipher().

Critical Impact

Applications using AES-OCB through EVP_Cipher() suffer nonce reuse and authentication tag forgery, breaking confidentiality and integrity guarantees of the AEAD construction.

Affected Products

  • OpenSSL builds exposing the AES-OCB provider through the EVP_Cipher() one-shot API
  • Applications combining AES-OCB with the one-shot EVP_Cipher() interface
  • Non-FIPS OpenSSL deployments (FIPS modules 4.0, 3.6, 3.5, 3.4, and 3.0 are not affected because AES-OCB is outside the FIPS module boundary)

Discovery Timeline

  • 2026-06-09 - OpenSSL publishes security advisory
  • 2026-06-09 - CVE-2026-45445 published to NVD
  • 2026-06-10 - Last updated in NVD database

Technical Details for CVE-2026-45445

Vulnerability Analysis

The flaw resides in the OCB provider's one-shot cipher handler in providers/implementations/ciphers/cipher_aes_ocb.c. OpenSSL exposes two ways to drive a cipher: the documented streaming interface (EVP_CipherUpdate / EVP_CipherFinal_ex) and the lower-level one-shot EVP_Cipher(). The streaming handler flushes the application-supplied IV into the OCB context before processing data. The one-shot handler omitted this step. Every call to EVP_Cipher() on an AES-OCB context therefore ran with the all-zero key-derived offset state left by cipher initialisation, regardless of the caller's IV. This is classified under [CWE-325] (Missing Cryptographic Step).

Root Cause

The one-shot handler did not invoke update_iv() before calling CRYPTO_ocb128_encrypt/decrypt. Without that step, Offset_0 remains zero across encryptions under the same key. A subsequent call to EVP_EncryptFinal_ex() runs the deferred IV setup, which clears the running checksum that should have accumulated over the plaintext. The emitted tag becomes a function of (key, IV) only and validates against any ciphertext produced under that same (key, IV) pair.

Attack Vector

An attacker who captures a single ciphertext plus tag produced by a vulnerable application can forge arbitrary ciphertexts that verify under the same key. Because nonces are effectively constant, two-time-pad style attacks can recover plaintext from pairs of messages encrypted under the same key. Exploitation requires the target application to misuse the documented API by selecting EVP_Cipher() with AES-OCB.

c
         return 0;
     }
 
+    /*
+     * Mirror the streaming handler: refuse if the key has not been set,
+     * and push the buffered IV into the OCB context before any data is
+     * processed.  Without this, CRYPTO_ocb128_encrypt/decrypt runs with
+     * Offset_0 = 0 regardless of the caller's IV -- catastrophic
+     * (key, nonce) reuse, and a subsequent EVP_*Final_ex() emits a tag
+     * that is a function of (key, iv) only.
+     */
+    if (!ctx->key_set || !update_iv(ctx)) {
+        ERR_raise(ERR_LIB_PROV, PROV_R_CIPHER_OPERATION_FAILED);
+        return 0;
+    }
+
     if (!aes_generic_ocb_cipher(ctx, in, out, inl)) {
         ERR_raise(ERR_LIB_PROV, PROV_R_CIPHER_OPERATION_FAILED);
         return 0;

Source: GitHub OpenSSL Commit #323f0b6e. The patch mirrors the streaming handler by refusing to proceed when the key is unset and pushing the buffered IV into the OCB context before any plaintext is processed.

Detection Methods for CVE-2026-45445

Indicators of Compromise

  • Repeated identical ciphertext blocks across messages encrypted under the same key, indicating effective nonce reuse
  • Authentication tags that verify successfully against substituted ciphertexts, suggesting tag depends only on (key, IV)
  • Application binaries linking against unpatched OpenSSL that call EVP_Cipher() with an EVP_aes_*_ocb() context

Detection Strategies

  • Perform static analysis of application source and binaries for symbol references to EVP_Cipher paired with EVP_aes_128_ocb, EVP_aes_192_ocb, or EVP_aes_256_ocb
  • Inventory installed OpenSSL versions across servers, build pipelines, and containers and compare against the fixed releases listed in the OpenSSL Security Advisory
  • Audit dependency manifests and software bill of materials (SBOM) entries for OpenSSL versions predating the patch commits

Monitoring Recommendations

  • Log AES-OCB usage in custom cryptographic services and flag any code path invoking EVP_Cipher() directly
  • Monitor build and package registries for new OpenSSL releases and trigger rebuilds of downstream artifacts
  • Capture cryptographic library version telemetry from production hosts and alert on hosts still running vulnerable builds

How to Mitigate CVE-2026-45445

Immediate Actions Required

  • Upgrade OpenSSL to a fixed release that includes the AES-OCB one-shot IV patch commits referenced in the OpenSSL advisory
  • Audit application code to replace EVP_Cipher() calls on AES-OCB contexts with the documented streaming AEAD API: EVP_CipherUpdate() followed by EVP_CipherFinal_ex()
  • Treat any data encrypted with vulnerable AES-OCB code paths as compromised and rotate affected keys

Patch Information

The OpenSSL project published fixes across multiple branches. The relevant commits apply update_iv(ctx) on the one-shot path in providers/implementations/ciphers/cipher_aes_ocb.c. See GitHub OpenSSL Commit #323f0b6e, GitHub OpenSSL Commit #787a6dfb, GitHub OpenSSL Commit #7ac47152, GitHub OpenSSL Commit #843c9b94, and GitHub OpenSSL Commit #983d54b5.

Workarounds

  • Switch all AES-OCB usage to the documented streaming AEAD interface (EVP_CipherUpdate / EVP_CipherFinal_ex); applications using only this path are not affected
  • Temporarily replace AES-OCB with an alternative AEAD such as AES-GCM through the streaming interface until patched OpenSSL is deployed
  • Rely on FIPS-mode OpenSSL where possible, since AES-OCB is outside the FIPS module boundary and the FIPS modules are not affected
bash
# Verify the installed OpenSSL version and rebuild dependents after upgrading
openssl version -a

# Identify binaries calling EVP_Cipher (review for AES-OCB usage)
nm -D /path/to/app | grep -E 'EVP_Cipher|EVP_aes_[0-9]+_ocb'

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

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-325
  • Technical References
  • GitHub OpenSSL Commit #323f0b6e

  • GitHub OpenSSL Commit #787a6dfb

  • GitHub OpenSSL Commit #7ac47152

  • GitHub OpenSSL Commit #843c9b94

  • GitHub OpenSSL Commit #983d54b5

  • OpenSSL Security Advisory
  • Related CVEs
  • CVE-2026-42770: OpenSSL DHX Information Disclosure Flaw

  • CVE-2026-42768: OpenSSL CMS Bleichenbacher Vulnerability

  • CVE-2026-8721: Perl PKCS12 Password Truncation Vulnerability

  • CVE-2024-13176: ECDSA Timing Side-Channel Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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