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-2026-22796

CVE-2026-22796: OpenSSL PKCS#7 Signature DoS Vulnerability

CVE-2026-22796 is a denial of service vulnerability in OpenSSL PKCS#7 signature verification caused by type confusion. Attackers can crash applications by providing malformed data. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: January 30, 2026

CVE-2026-22796 Overview

CVE-2026-22796 is a type confusion vulnerability in OpenSSL's signature verification of signed PKCS#7 data. The flaw exists in the PKCS7_digest_from_attributes() function, where an ASN1_TYPE union member is accessed without first validating the type. This improper validation can cause an invalid or NULL pointer dereference when processing malformed PKCS#7 data, resulting in a Denial of Service condition.

Applications performing signature verification of PKCS#7 data or directly calling the PKCS7_digest_from_attributes() function can be caused to crash when reading from invalid memory addresses. While the impact is limited to Denial of Service and the PKCS#7 API is considered legacy (applications should use the CMS API instead), the vulnerability affects a wide range of OpenSSL versions.

Critical Impact

Applications verifying PKCS#7 signatures can be crashed by processing attacker-supplied malformed PKCS#7 data, causing service disruption.

Affected Products

  • OpenSSL 3.6
  • OpenSSL 3.5
  • OpenSSL 3.4
  • OpenSSL 3.3
  • OpenSSL 3.0
  • OpenSSL 1.1.1
  • OpenSSL 1.0.2

Discovery Timeline

  • 2026-01-27 - CVE CVE-2026-22796 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2026-22796

Vulnerability Analysis

The vulnerability is rooted in a type confusion issue (CWE-754: Improper Check for Unusual or Exceptional Conditions) within OpenSSL's PKCS#7 signature verification implementation. When the PKCS7_digest_from_attributes() function processes the message digest attribute, it accesses the value from an ASN1_TYPE union without first verifying that the type field indicates V_ASN1_OCTET_STRING.

In C, unions share memory between multiple members. The ASN1_TYPE structure uses a union to store different ASN.1 data types. When code accesses a union member assuming it contains one type while it actually contains another, the memory is interpreted incorrectly. In this case, if the type is not V_ASN1_OCTET_STRING, the code dereferences what it believes to be an octet string pointer but is actually pointing to invalid memory or NULL.

The vulnerability is network-exploitable as an attacker can craft and send malicious PKCS#7 data to any application that performs signature verification on externally-provided data. The attack requires no authentication or user interaction, making it straightforward to trigger. However, the impact is limited to crashing the application—there is no path to information disclosure or code execution.

It's worth noting that the FIPS modules in OpenSSL 3.5, 3.4, 3.3, and 3.0 are not affected by this issue, as the PKCS#7 parsing implementation falls outside the OpenSSL FIPS module boundary.

Root Cause

The root cause is improper validation of ASN.1 type fields before accessing union members. The PKCS7_digest_from_attributes() function assumes the message digest attribute value is of type V_ASN1_OCTET_STRING and directly accesses the corresponding union member without checking the actual type. When an attacker provides PKCS#7 data with a different type value, the union access results in interpreting memory incorrectly, leading to an invalid or NULL pointer dereference.

Attack Vector

The attack is network-based and can be executed by providing malformed signed PKCS#7 data to any vulnerable application that performs signature verification. The attacker crafts PKCS#7 data where the message digest attribute contains a type other than V_ASN1_OCTET_STRING. When the application calls PKCS7_digest_from_attributes() during verification, the function accesses the union member without type validation, causing the application to crash.

The vulnerability mechanism involves the ASN1_TYPE union structure being accessed without proper type checking. When processing a message digest attribute, the code reads the value assuming it is an octet string. If an attacker supplies a different ASN.1 type, the resulting pointer dereference reads from invalid memory or NULL, terminating the process. For detailed technical information, see the OpenSSL Security Advisory.

Detection Methods for CVE-2026-22796

Indicators of Compromise

  • Application crashes or unexpected terminations in services performing PKCS#7 signature verification
  • Core dumps or crash reports indicating segmentation faults in OpenSSL library functions
  • Increased volume of malformed PKCS#7 data being submitted to verification endpoints
  • Error logs showing NULL pointer dereference or memory access violations in PKCS7_digest_from_attributes()

Detection Strategies

  • Monitor application logs for crashes or restarts in services that handle PKCS#7 signature verification
  • Implement input validation to detect anomalous ASN.1 type fields in PKCS#7 structures before processing
  • Deploy network-level inspection to identify PKCS#7 data with unexpected message digest attribute types
  • Use process monitoring to detect repeated crashes that may indicate exploitation attempts

Monitoring Recommendations

  • Set up alerting for service availability on applications performing PKCS#7 operations
  • Monitor system logs for segmentation fault signals in processes linked against OpenSSL
  • Track authentication and verification endpoint availability metrics
  • Implement anomaly detection for unusual patterns in PKCS#7 submission rates or structure

How to Mitigate CVE-2026-22796

Immediate Actions Required

  • Update OpenSSL to patched versions as soon as they become available for your deployment
  • Review applications to identify those using the legacy PKCS#7 API and prioritize migration to the CMS API
  • Implement input validation for externally-sourced PKCS#7 data before processing
  • Consider deploying additional process supervision to automatically restart affected services

Patch Information

OpenSSL has released patches addressing this vulnerability. Multiple commits are available for different OpenSSL version branches:

  • OpenSSL Commit 2502e7b
  • OpenSSL Commit 572844b
  • OpenSSL Commit 7bbca05
  • OpenSSL Commit eeee3cb
  • OpenSSL Commit ef2fb66

Review the OpenSSL Security Advisory for version-specific patching guidance.

Workarounds

  • Migrate applications from the legacy PKCS#7 API to the recommended CMS API where possible
  • Implement rate limiting on endpoints that accept PKCS#7 data to reduce DoS impact
  • Deploy process supervisors (such as systemd or container orchestration) to automatically restart crashed services
  • Restrict PKCS#7 signature verification to trusted internal sources where feasible
bash
# Check OpenSSL version to determine vulnerability status
openssl version -a

# Example: Verify patched version is installed (version numbers will vary by branch)
# For OpenSSL 3.x deployments, check for security updates via your package manager
apt list --installed | grep openssl
# or for RHEL-based systems
rpm -qa | grep 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

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-754
  • Technical References
  • GitHub OpenSSL Commit Update

  • GitHub OpenSSL Commit Update

  • GitHub OpenSSL Commit Update

  • GitHub OpenSSL Commit Update

  • GitHub OpenSSL Commit Update

  • 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