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-2026-32709

CVE-2026-32709: Dronecode PX4 Path Traversal Vulnerability

CVE-2026-32709 is a path traversal flaw in Dronecode PX4 Drone Autopilot allowing unauthenticated file system access via MAVLink FTP. This article covers technical details, affected versions, and mitigation steps.

Published: March 20, 2026

CVE-2026-32709 Overview

CVE-2026-32709 is a path traversal vulnerability affecting PX4 Autopilot, a widely-used open-source flight control solution for drones. The vulnerability exists in the MAVLink FTP implementation and allows any unauthenticated MAVLink peer to read, write, create, delete, and rename arbitrary files on the flight controller filesystem without requiring authentication.

This firmware-level vulnerability affects both NuttX targets (common on flight controllers) and POSIX targets (Linux companion computers, Software-In-The-Loop simulation environments). The flaw stems from insufficient path validation and a Time-of-Check Time-of-Use (TOCTOU) race condition that can be exploited to bypass existing security guards.

Critical Impact

Attackers within adjacent network range can exploit this vulnerability to achieve complete filesystem access on affected drone flight controllers, potentially compromising flight safety, data integrity, and system confidentiality.

Affected Products

  • Dronecode PX4 Drone Autopilot versions prior to 1.17.0-rc2
  • Dronecode PX4 Drone Autopilot version 1.17.0-alpha1
  • Dronecode PX4 Drone Autopilot version 1.17.0-beta1
  • Dronecode PX4 Drone Autopilot version 1.17.0-rc1

Discovery Timeline

  • 2026-03-16 - CVE-2026-32709 published to NVD
  • 2026-03-16 - Last updated in NVD database

Technical Details for CVE-2026-32709

Vulnerability Analysis

The vulnerability resides in the MAVLink FTP server implementation within PX4 Autopilot. MAVLink FTP is a file transfer protocol used for communication between ground control stations and flight controllers, enabling operations such as parameter file uploads, log downloads, and firmware updates.

The core issue is a path traversal vulnerability (CWE-22) that allows attackers to escape the intended FTP root directory and access arbitrary locations on the flight controller's filesystem. The vulnerability impacts both confidentiality and integrity, as attackers can read sensitive configuration data and write malicious files to the system.

On NuttX-based flight controllers, the FTP root directory is configured as an empty string, which means attacker-supplied paths containing directory traversal sequences (such as ../) are passed directly to filesystem syscalls without any prefix or sanitization for read operations. This effectively grants unrestricted filesystem access.

On POSIX targets, including Linux companion computers and SITL (Software-In-The-Loop) simulation environments, the write-path validation function unconditionally returns true, providing no protection whatsoever against malicious path inputs.

Root Cause

The root cause is twofold: missing input validation and improper implementation of security controls. On NuttX targets, the FTP implementation fails to sanitize file paths for read operations, allowing directory traversal. On POSIX targets, the validation function responsible for checking write paths is implemented incorrectly, always returning a success value regardless of the path provided.

Additionally, a Time-of-Check Time-of-Use (TOCTOU) race condition exists in the NuttX write validation logic, which allows attackers to bypass the only existing security guard by exploiting the timing window between the path validation check and the actual file operation.

Attack Vector

The attack vector is adjacent network-based, meaning an attacker must be within MAVLink communication range of the target drone. This could include:

  • Direct radio link connection to the flight controller
  • Connection through a companion computer on the same network
  • Access to a ground control station network
  • Exploitation during SITL testing environments

An attacker sends crafted MAVLink FTP requests containing path traversal sequences. Since no authentication is required for MAVLink FTP operations, any system capable of communicating via MAVLink can exploit this vulnerability.

The attack involves sending FTP requests with paths like /../../../etc/config to read sensitive files or write malicious configuration data. On POSIX targets, write operations to any location succeed due to the always-true validation function. On NuttX targets, the TOCTOU race condition can be exploited to bypass write restrictions.

Detection Methods for CVE-2026-32709

Indicators of Compromise

  • Unusual MAVLink FTP traffic patterns, particularly requests containing ../ path traversal sequences
  • Unexpected file modifications in system directories on the flight controller
  • Anomalous read requests for files outside the normal FTP root directory
  • Modified configuration files or parameter files without authorized changes
  • Unexpected files appearing in system directories

Detection Strategies

  • Monitor MAVLink traffic logs for FTP operations containing path traversal patterns
  • Implement file integrity monitoring on critical flight controller configuration files
  • Review MAVLink communication logs for unauthorized FTP sessions
  • Deploy network monitoring to detect anomalous adjacent network connections to flight controllers

Monitoring Recommendations

  • Enable verbose logging for MAVLink FTP operations where available
  • Implement alerts for file system changes in protected directories
  • Monitor for new or unexpected MAVLink peers establishing FTP sessions
  • Conduct regular audits of flight controller filesystem contents for unauthorized modifications

How to Mitigate CVE-2026-32709

Immediate Actions Required

  • Upgrade to PX4 Autopilot version 1.17.0-rc2 or later immediately
  • Restrict physical and network access to flight controllers until patching is complete
  • Review MAVLink communication channels and limit peer access where possible
  • Audit flight controller filesystems for signs of unauthorized access or modifications

Patch Information

The vulnerability is fixed in PX4 Autopilot version 1.17.0-rc2. The patch addresses path traversal vulnerabilities in the MAVLink FTP implementation by implementing proper path sanitization and fixing the write validation function on POSIX targets.

For detailed information about the security fix, refer to the GitHub Security Advisory GHSA-fh32-qxj9-x32f.

Workarounds

  • Limit MAVLink communication to trusted peers only through network segmentation
  • Disable MAVLink FTP functionality if not required for operations
  • Implement additional network-level access controls to restrict adjacent network access
  • Use encrypted and authenticated communication channels where supported
bash
# Verify PX4 Autopilot version after upgrade
# Check that version is 1.17.0-rc2 or later
px4_fmu-v5_default showversion

# Review MAVLink configuration for FTP settings
# Consult PX4 documentation for disabling FTP if not needed

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechDronecode Px4 Drone Autopilot

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-32743: PX4 Autopilot Buffer Overflow Vulnerability

  • CVE-2026-32705: Dronecode PX4 Buffer Overflow Vulnerability

  • CVE-2026-32708: PX4 Autopilot Buffer Overflow Vulnerability

  • CVE-2026-32707: Dronecode PX4 Autopilot DoS Vulnerability
Default Legacy - Prefooter | 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