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-2023-43615

CVE-2023-43615: Arm Mbed TLS Buffer Overflow Vulnerability

CVE-2023-43615 is a buffer overflow vulnerability in Arm Mbed TLS that affects versions 2.x before 2.28.5 and 3.x before 3.5.0. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 4, 2026

CVE-2023-43615 Overview

CVE-2023-43615 is a buffer overflow vulnerability affecting Mbed TLS, a popular open-source cryptographic library developed by Arm. The vulnerability exists in Mbed TLS versions 2.x before 2.28.5 and 3.x before 3.5.0. As a widely-used TLS implementation in embedded systems, IoT devices, and security-critical applications, this vulnerability poses significant risk to organizations relying on affected versions for secure communications.

Critical Impact

This buffer overflow vulnerability in Mbed TLS could allow remote attackers to potentially access sensitive information through network-based attacks without requiring authentication or user interaction.

Affected Products

  • Arm Mbed TLS versions 2.x before 2.28.5
  • Arm Mbed TLS versions 3.x before 3.5.0
  • Fedora 37, 38, and 39 (packages containing affected Mbed TLS versions)

Discovery Timeline

  • 2023-10-07 - CVE-2023-43615 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-43615

Vulnerability Analysis

This vulnerability is classified as CWE-120 (Buffer Copy without Checking Size of Input), commonly known as a classic buffer overflow. The flaw occurs when data is copied to a buffer without proper bounds checking, potentially allowing an attacker to write beyond the allocated memory boundaries. In the context of a TLS library like Mbed TLS, this type of vulnerability is particularly concerning as TLS operations process untrusted network data during cryptographic handshakes and data exchange.

The network-accessible nature of this vulnerability means that attackers can potentially exploit it remotely without requiring any privileges or user interaction, making it a significant concern for internet-facing systems utilizing affected Mbed TLS versions.

Root Cause

The root cause of CVE-2023-43615 stems from inadequate input validation when copying data into fixed-size buffers within the Mbed TLS codebase. Classic buffer overflow vulnerabilities like this one (CWE-120) typically occur when the library fails to verify that incoming data fits within the destination buffer's allocated size before performing the copy operation.

Attack Vector

The attack vector for this vulnerability is network-based. An attacker can potentially exploit this buffer overflow by sending specially crafted TLS traffic to a system running a vulnerable version of Mbed TLS. The exploitation does not require authentication or user interaction, making it accessible to remote attackers who can reach the target system over the network.

The buffer overflow could potentially be triggered during TLS handshake processing or other cryptographic operations where external data is parsed and processed by the library. Successful exploitation may allow attackers to read sensitive information from memory.

Detection Methods for CVE-2023-43615

Indicators of Compromise

  • Unexpected crashes or segmentation faults in applications using Mbed TLS
  • Anomalous TLS handshake failures or malformed TLS traffic patterns
  • Memory corruption indicators in system logs from TLS-enabled services
  • Unusual network traffic patterns targeting TLS-enabled endpoints

Detection Strategies

  • Monitor applications using Mbed TLS for unexpected termination or memory-related errors
  • Implement network intrusion detection rules to identify malformed TLS packets
  • Use application security monitoring to detect buffer overflow exploitation attempts
  • Conduct regular software composition analysis to identify affected Mbed TLS versions in your environment

Monitoring Recommendations

  • Enable detailed logging for TLS-enabled applications and monitor for anomalous behavior
  • Deploy memory protection mechanisms such as ASLR and stack canaries on systems running affected software
  • Implement network traffic analysis to detect potential exploitation attempts against TLS services
  • Monitor security advisories from Arm and distribution maintainers for updates

How to Mitigate CVE-2023-43615

Immediate Actions Required

  • Update Mbed TLS to version 2.28.5 or later for the 2.x branch
  • Update Mbed TLS to version 3.5.0 or later for the 3.x branch
  • For Fedora users, apply the latest security updates via package management
  • Inventory all systems and applications using Mbed TLS to ensure comprehensive patching

Patch Information

Arm has released patched versions of Mbed TLS that address this buffer overflow vulnerability. For detailed information about the fix, refer to the Mbed TLS Security Advisory. Fedora has also released updated packages for Fedora 37, 38, and 39 as documented in their package announcements.

Organizations should prioritize upgrading to Mbed TLS 2.28.5 or 3.5.0 depending on their current version branch. These patched versions include proper bounds checking to prevent the buffer overflow condition.

Workarounds

  • Limit network exposure of systems running vulnerable Mbed TLS versions using firewalls and access controls
  • Implement network segmentation to isolate systems that cannot be immediately patched
  • Deploy Web Application Firewalls (WAF) or intrusion prevention systems to filter potentially malicious TLS traffic
  • Monitor for vendor updates and apply patches as soon as they become available for your specific deployment
bash
# Configuration example
# Check current Mbed TLS version on Linux systems
pkg-config --modversion mbedtls

# For systems using mbedtls package (Fedora/RHEL-based)
rpm -q mbedtls

# Update Mbed TLS via Fedora package manager
sudo dnf update mbedtls

# Verify updated version
rpm -q mbedtls

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechArm Mbed Tls

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.31%

  • 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-120
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement
  • Vendor Resources
  • Mbed TLS Security Advisory
  • Related CVEs
  • CVE-2025-52497: Arm Mbed TLS Buffer Overflow Vulnerability

  • CVE-2024-45158: 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
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