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-2024-23744

CVE-2024-23744: Arm Mbed TLS DOS Vulnerability

CVE-2024-23744 is a denial of service flaw in Arm Mbed TLS 3.5.1 caused by persistent handshake denial when a client sends a TLS 1.3 ClientHello without extensions. This article covers technical details, impact, and mitigation.

Published: June 2, 2026

CVE-2024-23744 Overview

CVE-2024-23744 is a denial-of-service vulnerability in Arm Mbed TLS 3.5.1. The flaw manifests during TLS 1.3 handshake processing. A remote client can send a ClientHello message without any extensions, which triggers a persistent handshake denial condition on the server. The issue is tracked under [CWE-400: Uncontrolled Resource Consumption].

Mbed TLS is widely deployed in embedded systems, IoT firmware, and constrained devices that rely on small-footprint TLS stacks. Successful exploitation degrades availability of any service terminating TLS 1.3 through the affected library.

Critical Impact

A single malformed TLS 1.3 ClientHello without extensions causes persistent handshake failures, preventing legitimate clients from establishing secure connections.

Affected Products

  • Arm Mbed TLS 3.5.1
  • Embedded products and firmware bundling Mbed TLS 3.5.1
  • IoT devices and services exposing TLS 1.3 endpoints backed by Mbed TLS 3.5.1

Discovery Timeline

  • 2024-01-21 - CVE-2024-23744 published to NVD
  • 2025-06-04 - Last updated in NVD database

Technical Details for CVE-2024-23744

Vulnerability Analysis

The vulnerability resides in the TLS 1.3 handshake state machine of Mbed TLS 3.5.1. TLS 1.3 mandates that a ClientHello carry extensions such as supported_versions to negotiate the protocol version. When a client sends a ClientHello containing zero extensions, the server enters an error state it does not recover from. The handshake processing logic fails to reset internal state correctly, producing persistent denial of subsequent legitimate handshakes.

The issue is classified as uncontrolled resource consumption affecting availability only. Confidentiality and integrity are not impacted, but the affected TLS endpoint stops servicing new sessions until restart or remediation.

Root Cause

The root cause is improper input validation and state handling in the TLS 1.3 ClientHello parser. The parser does not gracefully reject an extension-less ClientHello as a fatal-per-connection error. Instead, the failure propagates into a global or session-persistent state, blocking future handshakes. Refer to the Mbed TLS GitHub Issue 8694 for upstream discussion.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An unauthenticated remote attacker connects to any TLS 1.3 listener using the vulnerable library and sends a syntactically valid ClientHello with the extensions list omitted. The trigger is a single message and does not require protocol completion. The vulnerability mechanism is described in prose only; no verified public proof-of-concept code is referenced in the advisory.

Detection Methods for CVE-2024-23744

Indicators of Compromise

  • Repeated TLS 1.3 handshake failures on services backed by Mbed TLS, particularly MBEDTLS_ERR_SSL_* errors logged immediately after a ClientHello.
  • Inbound TLS connections originating from a single source IP that contain a ClientHello with an empty extensions block.
  • Sudden drop in successful TLS session establishments on embedded or IoT endpoints while the process remains running.

Detection Strategies

  • Inspect network telemetry for TLS 1.3 ClientHello records where the extensions length field equals zero, which violates RFC 8446.
  • Correlate handshake failure spikes with service-level availability drops on TLS terminators using Mbed TLS.
  • Deploy IDS or NDR signatures that flag malformed ClientHello messages lacking supported_versions.

Monitoring Recommendations

  • Stream Mbed TLS application logs and TLS handshake metrics into the Singularity Data Lake using OCSF normalization for centralized correlation.
  • Alert when TLS handshake success rates fall below baseline thresholds on devices running embedded TLS stacks.
  • Track process health and connection counts on IoT gateways to detect persistent handshake denial conditions early.

How to Mitigate CVE-2024-23744

Immediate Actions Required

  • Inventory all services and firmware bundling Mbed TLS 3.5.1 and prioritize internet-exposed TLS 1.3 endpoints.
  • Upgrade to a fixed Mbed TLS release tracked in Mbed TLS GitHub Issue 8694.
  • Restart affected services to clear any persistent denial state already triggered by exploitation attempts.

Patch Information

The vulnerability was reported and tracked upstream by the Mbed TLS maintainers. Apply the fix referenced in Mbed TLS GitHub Issue 8694 by upgrading to a patched release beyond 3.5.1. Embedded vendors shipping Mbed TLS should rebuild firmware against the fixed version and distribute updates to deployed devices.

Workarounds

  • Restrict network access to TLS 1.3 listeners using firewall rules or allowlists where patching is delayed.
  • Place a reverse proxy or TLS-terminating load balancer using a non-vulnerable stack in front of Mbed TLS endpoints.
  • Disable TLS 1.3 on affected services and force TLS 1.2 only if operationally acceptable until the patch is applied.
bash
# Example: restrict TLS endpoint exposure with iptables until patched
iptables -A INPUT -p tcp --dport 443 -s <trusted-cidr> -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechArm Mbed Tls

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo

  • CWE-400
  • Vendor Resources
  • GitHub Issue Discussion
  • Related CVEs
  • CVE-2025-52497: Arm Mbed TLS Buffer Overflow Vulnerability

  • CVE-2025-52496: Arm Mbed TLS Race Condition Vulnerability

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

  • CVE-2025-47917: Arm Mbed TLS Use-After-Free 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