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-51394

CVE-2024-51394: Ardupilot Copter DoS Vulnerability

CVE-2024-51394 is a buffer overflow flaw in Ardupilot Copter that allows local attackers to cause a denial of service through the AP_MSP components. This article covers technical details, impact, and mitigation.

Published: May 17, 2026

CVE-2024-51394 Overview

CVE-2024-51394 is a buffer overflow vulnerability in ArduPilot Copter at commit 92693e023793133e49a035daf37c14433e484778. The flaw resides in the AP_MSP::loop function within the AP_MSP.cpp component. A local attacker with low privileges can exploit the issue to trigger a denial of service against the autopilot firmware. The vulnerability is tracked under CWE-119, covering improper restriction of operations within memory buffer bounds. ArduPilot is widely deployed on unmanned aerial vehicles, ground rovers, and marine vessels, which makes runtime stability of the MultiWii Serial Protocol (MSP) telemetry handler a safety-relevant concern.

Critical Impact

A local attacker can crash the ArduPilot Copter flight stack by abusing the AP_MSP::loop handler, disrupting telemetry and autopilot availability on affected builds.

Affected Products

  • ArduPilot Copter at commit 92693e023793133e49a035daf37c14433e484778
  • AP_MSP module within the ArduPilot codebase
  • AP_MSP.cpp source file implementing the AP_MSP::loop handler

Discovery Timeline

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

Technical Details for CVE-2024-51394

Vulnerability Analysis

The vulnerability is a buffer overflow in the ArduPilot Copter implementation of the MultiWii Serial Protocol. The defect lives in AP_MSP::loop, the routine that processes inbound MSP frames on a serial channel. Improper bounds enforcement on incoming protocol data allows memory adjacent to the parsing buffer to be overwritten. The result is a deterministic crash of the autopilot process and loss of availability for any consumer of MSP telemetry. The issue is local in scope because MSP traffic is delivered over a serial transport rather than a network socket, requiring physical or local access to the connected interface.

Root Cause

The root cause is missing or insufficient length validation while parsing MSP frames inside AP_MSP::loop. When the protocol decoder accepts a payload that exceeds the size of its destination buffer, writes overflow the allocated region. This pattern matches [CWE-119], improper restriction of operations within the bounds of a memory buffer. Refer to the ArduPilot GitHub issue discussion for the reporter's reproduction details and additional context.

Attack Vector

Exploitation requires local, low-privileged access to the serial interface that feeds the MSP subsystem. An attacker connects to the MSP UART or USB-to-serial endpoint and submits a crafted frame whose declared or implicit length drives the parser past the bounds of its receive buffer. The impact is limited to denial of service. The CVSS vector indicates no confidentiality or integrity impact, only availability loss, and no user interaction is required to land the payload once a connection exists.

No verified proof-of-concept code is published. See the ArduPilot GitHub issue discussion for technical specifics shared by the reporter.

Detection Methods for CVE-2024-51394

Indicators of Compromise

  • Unexpected restarts, watchdog resets, or crash dumps generated by the ArduPilot Copter firmware on vehicles using MSP telemetry.
  • Log entries from the autopilot indicating faults originating in the AP_MSP module or AP_MSP.cpp translation unit.
  • Anomalous serial traffic on the MSP UART containing malformed frames or oversized payload length fields.

Detection Strategies

  • Compare the running ArduPilot Copter build hash against 92693e023793133e49a035daf37c14433e484778 to identify exposed devices.
  • Instrument the MSP parser path with bounds-check assertions during development builds to catch oversized payloads before they corrupt memory.
  • Monitor ground control station logs for repeated link drops correlated with MSP packets sourced from untrusted peripherals.

Monitoring Recommendations

  • Centralize ArduPilot telemetry and crash logs and alert on sustained reboot loops affecting flight-critical vehicles.
  • Track serial connection events from peripherals such as OSD or video transmitters that speak MSP to the autopilot.
  • Validate firmware integrity at boot to confirm vehicles are running a patched ArduPilot build.

How to Mitigate CVE-2024-51394

Immediate Actions Required

  • Identify ArduPilot Copter deployments built from commit 92693e023793133e49a035daf37c14433e484778 or earlier with the same defect.
  • Restrict physical access to MSP-capable UARTs and USB ports on affected vehicles and bench setups.
  • Disable the MSP protocol on serial ports where it is not strictly required for OSD or peripheral integration.

Patch Information

No official fixed-version advisory is referenced in the NVD record at the time of publication. Track remediation progress through the upstream ArduPilot GitHub issue discussion and rebuild from a commit that includes hardened bounds checking in AP_MSP::loop.

Workarounds

  • Set the relevant SERIALn_PROTOCOL parameter to a value other than MSP on ports that do not require the protocol.
  • Use only trusted peripherals on MSP-enabled UARTs and remove unused serial breakouts from production airframes.
  • Rebuild ArduPilot from current master once a fix lands and validate the MSP parser with fuzzed input before redeployment.
bash
# Configuration example: disable MSP on a serial port via MAVLink parameter set
# Replace N with the target serial port index on your vehicle
param set SERIALN_PROTOCOL 0
param fetch SERIALN_PROTOCOL
reboot

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechArdupiot

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-119
  • Technical References
  • GitHub Issue Discussion
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi 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