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
    • 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-51395

CVE-2024-51395: ArduPilot Copter Buffer Overflow DoS Flaw

CVE-2024-51395 is a buffer overflow flaw in ArduPilot Copter's AP_SmartAudio component that enables local attackers to trigger denial of service. This article covers technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2024-51395 Overview

CVE-2024-51395 is a stack-based buffer overflow [CWE-121] in the ArduPilot Copter firmware. The flaw affects the AP_SmartAudio component, specifically the AP_SmartAudio::loop function in AP_SmartAudio.cpp. A local attacker can trigger the overflow to cause a denial of service on the flight controller. The vulnerability impacts commit 92693e023793133e49a035daf37c14433e484778 of the ArduPilot project, an open-source autopilot platform used in unmanned aerial vehicles and other autonomous systems. Successful exploitation crashes the autopilot loop and disrupts vehicle control without requiring authentication or user interaction.

Critical Impact

A local attacker can crash the ArduPilot Copter autopilot through the SmartAudio loop, resulting in loss of flight control availability.

Affected Products

  • ArduPilot Copter firmware at commit 92693e023793133e49a035daf37c14433e484778
  • AP_SmartAudio library component
  • AP_SmartAudio.cpp source file containing the AP_SmartAudio::loop routine

Discovery Timeline

  • 2026-05-13 - CVE-2024-51395 published to NVD
  • 2026-05-14 - Last updated in NVD database

Technical Details for CVE-2024-51395

Vulnerability Analysis

The vulnerability resides in the AP_SmartAudio::loop function within AP_SmartAudio.cpp. SmartAudio is a protocol used to control video transmitter settings such as channel, band, and power output on first-person view (FPV) aircraft. The ArduPilot implementation processes SmartAudio responses inside a dedicated loop that runs on the flight controller. A buffer overflow condition exists in this loop when handling input data, allowing memory beyond the allocated buffer to be written. The condition is reachable from a local context and produces a denial of service by crashing the autopilot task. Because ArduPilot Copter controls flight stabilization in real time, the crash translates directly into loss of vehicle availability.

Root Cause

The root cause is improper bounds checking in the SmartAudio message handling code [CWE-121]. The AP_SmartAudio::loop routine writes to a fixed-size stack buffer without validating that incoming data fits within the buffer boundaries. When the input exceeds the expected size, adjacent stack memory is corrupted. This corruption leads to a fault that terminates the autopilot loop. See the GitHub Issue Discussion for technical context.

Attack Vector

Exploitation requires local access to the flight controller or to the serial interface used by the SmartAudio protocol. An attacker with access to the UART line carrying SmartAudio traffic, or with the ability to influence data fed into that channel, can send crafted input that overflows the buffer. No authentication or user interaction is required. The result is loss of availability, with no direct impact on confidentiality or integrity. The vulnerability mechanism is described in prose because no verified proof-of-concept code is published. Refer to the GitHub Issue Discussion for additional details.

Detection Methods for CVE-2024-51395

Indicators of Compromise

  • Unexpected autopilot resets, watchdog reboots, or task crashes logged in ArduPilot .bin flight logs near AP_SmartAudio activity.
  • Anomalous data patterns on the UART channel used for SmartAudio communication with video transmitters.
  • Flight controllers running firmware built from commit 92693e023793133e49a035daf37c14433e484778 without applied fixes.

Detection Strategies

  • Review ArduPilot dataflash logs for INTERNAL_ERROR entries and abnormal scheduler timing in the SmartAudio task.
  • Audit firmware builds and source trees for the vulnerable commit hash to identify affected airframes.
  • Inspect serial traffic on the SmartAudio UART for malformed frames that exceed protocol-defined lengths.

Monitoring Recommendations

  • Enable verbose logging on the SmartAudio driver during ground testing and monitor for unexpected loop exits.
  • Track firmware versions across fleets using a configuration management system to flag unpatched units.
  • Correlate ground control station telemetry drops with autopilot reboot events to detect availability impacts.

How to Mitigate CVE-2024-51395

Immediate Actions Required

  • Identify ArduPilot Copter units running firmware built from the affected commit and ground them pending remediation.
  • Apply bounds checking to the AP_SmartAudio::loop input handling or disable the SmartAudio feature in the build configuration if not required.
  • Restrict physical and electrical access to the flight controller serial interfaces used by SmartAudio peripherals.

Patch Information

No formal vendor patch advisory is published in the enriched data. Track remediation progress through the GitHub Issue Discussion on the ArduPilot repository and rebuild firmware from a commit that includes input validation fixes for AP_SmartAudio.cpp.

Workarounds

  • Disable the SmartAudio driver in the ArduPilot build by removing or not enabling the AP_SmartAudio feature flag if video transmitter control is not required.
  • Use only trusted video transmitters and SmartAudio-capable peripherals to reduce exposure on the serial line.
  • Implement physical tamper protection on UART headers exposed on the flight controller board.
bash
# Configuration example: disable SmartAudio in ArduPilot build
# Edit the hwdef.dat for your board and remove or comment the SmartAudio UART mapping,
# then rebuild the firmware:
./waf configure --board <YourBoard>
./waf copter

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechArdupilot

  • SeverityMEDIUM

  • CVSS Score6.2

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-121
  • Technical References
  • GitHub Issue Discussion
  • Related CVEs
  • CVE-2024-48519: Ardupilot Rover Buffer Overflow DoS Flaw
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