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

CVE-2026-21444: libtpms Information Disclosure Flaw

CVE-2026-21444 is an information disclosure vulnerability in libtpms that affects versions 0.10.0 and 0.10.1, weakening encryption through improper IV handling. This article covers technical details, affected versions, and fixes.

Updated: January 22, 2026

CVE-2026-21444 Overview

CVE-2026-21444 is a cryptographic vulnerability affecting libtpms, a library that provides software emulation of a Trusted Platform Module (TPM). The flaw exists in versions 0.10.0 and 0.10.1 when integrated with OpenSSL 3.x. The vulnerability involves improper handling of initialization vectors (IVs) during symmetric cipher operations, where the library incorrectly returns the initial IV instead of the last IV to the caller. This weakness compromises subsequent encryption and decryption steps, posing a significant threat to data confidentiality.

Critical Impact

Improper IV handling weakens symmetric encryption operations, potentially allowing attackers with local access to decrypt sensitive data protected by the emulated TPM.

Affected Products

  • libtpms version 0.10.0
  • libtpms version 0.10.1
  • Systems using libtpms integrated with OpenSSL 3.x

Discovery Timeline

  • 2026-01-02 - CVE-2026-21444 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2026-21444

Vulnerability Analysis

This vulnerability falls under CWE-327 (Use of a Broken or Risky Cryptographic Algorithm). The core issue lies in how libtpms handles initialization vectors when performing symmetric encryption operations through its OpenSSL 3.x integration layer.

In proper cryptographic implementations using cipher block chaining (CBC) or similar modes, each block's encryption depends on the previous block's ciphertext, with the IV used only for the first block. The IV must be updated after encryption operations to ensure proper chaining for subsequent operations. However, the vulnerable versions of libtpms fail to return the correct (final) IV after encryption, instead returning the original (initial) IV.

This flaw means that if an application relies on the returned IV for subsequent encryption operations, it will use an incorrect IV, breaking the cryptographic chain. This weakens the overall encryption scheme and could potentially allow an attacker to deduce patterns in encrypted data or perform cryptanalysis attacks that would otherwise be computationally infeasible.

Root Cause

The root cause is an implementation error in the OpenSSL 3.x integration code within libtpms. When symmetric cipher operations complete, the library fails to properly extract and return the updated IV state from the OpenSSL cipher context. Instead of retrieving the post-operation IV (which reflects the last ciphertext block in CBC mode), the code returns the pre-operation IV that was originally provided.

Attack Vector

The attack vector is local, requiring the attacker to have access to the system running the vulnerable libtpms library. An attacker who can observe encrypted data streams or intercept TPM-protected communications could potentially exploit this weakness to:

  1. Identify patterns in encrypted data due to IV reuse
  2. Perform known-plaintext attacks if any encrypted content is predictable
  3. Compromise the confidentiality of data that should be protected by the emulated TPM

The vulnerability is particularly concerning in virtualization environments where libtpms is commonly used to provide TPM functionality to virtual machines. The attacker would need local system access to exploit this flaw, as detailed in the GitHub Security Advisory.

Detection Methods for CVE-2026-21444

Indicators of Compromise

  • Unexpected encryption failures or data corruption in TPM-protected operations
  • Anomalous patterns in encrypted data streams that suggest IV reuse
  • Log entries indicating symmetric cipher operation errors in libtpms
  • Applications experiencing cryptographic validation failures when interacting with the emulated TPM

Detection Strategies

  • Audit installed libtpms versions across all systems and containers, flagging versions 0.10.0 and 0.10.1
  • Monitor for applications using libtpms with OpenSSL 3.x integration by checking library dependencies
  • Implement cryptographic operation logging to detect IV reuse patterns
  • Use SentinelOne's vulnerability scanning capabilities to identify affected library versions

Monitoring Recommendations

  • Enable verbose logging for TPM emulation operations to capture cryptographic function calls
  • Monitor system libraries with software composition analysis tools to track vulnerable versions
  • Review virtual machine configurations that rely on libtpms for TPM emulation
  • Implement integrity monitoring on libtpms library files to detect unauthorized modifications

How to Mitigate CVE-2026-21444

Immediate Actions Required

  • Update libtpms to version 0.10.2 or later immediately on all affected systems
  • Prioritize patching systems in virtualization environments that provide TPM services to VMs
  • Audit any data encrypted using the vulnerable versions to assess potential exposure
  • Review and rotate cryptographic keys that may have been compromised due to weakened encryption

Patch Information

The vulnerability is fixed in libtpms version 0.10.2. The fix ensures that the correct IV is returned after symmetric cipher operations when using the OpenSSL 3.x integration. The patch can be reviewed in the GitHub commit which addresses the IV handling issue.

For additional context on the vulnerability discovery and discussion, refer to the GitHub Issue.

Workarounds

  • No known workarounds are available according to the security advisory
  • Consider temporarily disabling libtpms-dependent services until patching is complete
  • If possible, revert to a version prior to 0.10.0 that does not exhibit this behavior (verify security implications)
  • Implement additional encryption layers at the application level as a defense-in-depth measure
bash
# Verify libtpms version and update on Debian/Ubuntu systems
dpkg -l | grep libtpms
apt-get update && apt-get install --only-upgrade libtpms0

# Verify libtpms version and update on RHEL/CentOS systems
rpm -qa | grep libtpms
yum update libtpms

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechLibtpms

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.00%

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

  • GitHub Issue Discussion

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-49133: Libtpms Buffer Overflow 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