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-2021-44732

CVE-2021-44732: Arm Mbed TLS Use-After-Free Vulnerability

CVE-2021-44732 is a use-after-free vulnerability in Arm Mbed TLS that triggers a double free under certain out-of-memory conditions. This article covers the technical details, affected versions, and mitigation steps.

Updated: May 14, 2026

CVE-2021-44732 Overview

CVE-2021-44732 is a double free vulnerability in Arm Mbed TLS versions before 3.0.1. The flaw occurs under specific out-of-memory conditions and can be triggered by an mbedtls_ssl_set_session() failure. Mbed TLS is a widely deployed cryptographic library used in embedded systems, IoT devices, and network appliances. The defect is classified as [CWE-415] Double Free and affects the integrity, confidentiality, and availability of systems that link against the library. Debian Linux 10 (Buster) is among the downstream distributions that received fixes through Long Term Support backports.

Critical Impact

A network-reachable attacker can trigger memory corruption in TLS sessions by exhausting memory, potentially leading to remote code execution against services using Mbed TLS.

Affected Products

  • Arm Mbed TLS versions prior to 3.0.1
  • Arm Mbed TLS 3.0.0 (including preview1)
  • Debian Linux 10 (Buster)

Discovery Timeline

  • 2021-12-20 - CVE-2021-44732 published to NVD
  • 2022-12 - Debian LTS security update released for Debian 10
  • 2025-06 - Additional Debian LTS advisory issued
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2021-44732

Vulnerability Analysis

The vulnerability resides in the session handling code path of Mbed TLS. When mbedtls_ssl_set_session() is invoked and an internal memory allocation fails, the cleanup logic releases the same heap object twice. The double free corrupts the allocator's metadata, which can lead to crashes, denial of service, or controlled heap manipulation depending on the allocator implementation.

Mbed TLS is deeply embedded in firmware, VPN clients, MQTT brokers, and TLS-enabled microservices. The vulnerability is reachable through standard TLS session reuse operations, which makes the attack surface broad. Memory exhaustion can be induced by an attacker who initiates many concurrent or large TLS sessions against the target service.

Root Cause

The root cause is improper error handling in the out-of-memory failure path of session management. After the first deallocation, the pointer is not cleared, and a subsequent cleanup routine frees the same allocation. This violates safe memory management invariants and falls under [CWE-415].

Attack Vector

The attack vector is the network. An attacker who can reach a TLS endpoint built on Mbed TLS can attempt to exhaust allocator memory while triggering session-set operations. No authentication or user interaction is required. The exploitability of the double free for code execution depends on the allocator and target platform, but the condition reliably produces denial of service.

No verified public exploit code is available. Refer to the Mbed TLS Security Advisory 2021-12 for the upstream technical description.

Detection Methods for CVE-2021-44732

Indicators of Compromise

  • Unexpected crashes or segmentation faults in processes linked against libmbedtls, libmbedcrypto, or libmbedx509.
  • Allocator diagnostic messages indicating double free or heap corruption in TLS-enabled services.
  • Repeated TLS handshake failures accompanied by abnormal memory growth on the target host.

Detection Strategies

  • Inventory all binaries linking against Mbed TLS and compare versions against the fixed releases 2.16.12, 2.28.0, and 3.1.0.
  • Enable allocator hardening such as MALLOC_CHECK_ or AddressSanitizer in test environments to surface double free conditions during fuzzing.
  • Monitor service logs for repeated mbedtls_ssl_set_session errors correlated with memory pressure events.

Monitoring Recommendations

  • Track process restart counts and core dump generation for TLS-facing services using EDR or host telemetry.
  • Alert on sustained high memory utilization on hosts running embedded TLS workloads, since attackers must induce out-of-memory conditions.
  • Forward host crash telemetry into a centralized analytics platform for correlation across the fleet.

How to Mitigate CVE-2021-44732

Immediate Actions Required

  • Upgrade Mbed TLS to version 3.0.1 or later. For the long-term support branches, upgrade to 2.16.12 or 2.28.0.
  • Apply the Debian LTS package updates referenced in the Debian LTS Announcement December 2022 and the Debian LTS Announcement June 2025.
  • Rebuild and redeploy any statically linked applications or firmware images that bundle vulnerable Mbed TLS code.

Patch Information

Upstream fixes are available in the GitHub mbed TLS v2.16.12 Release, GitHub mbed TLS v2.28.0 Release, and GitHub mbed TLS v3.1.0 Release. Refer to the Mbed TLS Security Advisory 2021-12 for vendor guidance.

Workarounds

  • Restrict network exposure of TLS endpoints to trusted clients where patching is delayed.
  • Apply memory limits and rate limiting to prevent attackers from inducing the out-of-memory condition required to trigger the double free.
  • Disable TLS session caching or session reuse in configurations where the affected code path can be avoided until patches are applied.
bash
# Verify the installed Mbed TLS version on Debian-based systems
dpkg -l | grep -i mbedtls

# Upgrade Mbed TLS packages
sudo apt-get update
sudo apt-get install --only-upgrade libmbedtls-dev libmbedcrypto7 libmbedx509-1

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechArm Mbed Tls

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability1.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-415
  • Technical References
  • Gentoo Bug Report #829660

  • GitHub mbed TLS Releases

  • GitHub mbed TLS v2.16.12 Release

  • GitHub mbed TLS v2.28.0 Release

  • GitHub mbed TLS v3.1.0 Release

  • Debian LTS Announcement December 2022

  • Debian LTS Announcement June 2025
  • Vendor Resources
  • Mbed TLS Security Advisory 2021-12
  • Related CVEs
  • CVE-2025-48965: Arm Mbed TLS Use-After-Free Vulnerability

  • CVE-2025-47917: Arm Mbed TLS Use-After-Free Vulnerability

  • CVE-2025-52497: Arm Mbed TLS Buffer Overflow Vulnerability

  • CVE-2025-52496: Arm Mbed TLS Race Condition 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