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

CVE-2026-27509: Unitree Go2 Firmware RCE Vulnerability

CVE-2026-27509 is a remote code execution flaw in Unitree Go2 firmware allowing attackers to execute arbitrary Python code as root via unauthenticated DDS messages. This article covers technical details, affected versions, impact, and mitigation steps.

Published: February 27, 2026

CVE-2026-27509 Overview

CVE-2026-27509 is a critical missing authentication vulnerability affecting Unitree Go2 robotic dog firmware. The vulnerability exists because the Eclipse CycloneDDS implementation in Unitree Go2 firmware versions V1.1.7 through V1.1.9 and V1.1.11 (EDU) does not implement DDS authentication or authorization for the rt/api/programming_actuator/request topic handled by actuator_manager.py. This allows a network-adjacent, unauthenticated attacker to join DDS domain 0 and publish malicious messages containing arbitrary Python code, which the robot writes to disk and executes as root when a physical controller keybinding is pressed.

Critical Impact

An unauthenticated attacker on the adjacent network can achieve persistent remote code execution as root on the Unitree Go2 robot, with malicious code surviving reboots.

Affected Products

  • Unitree Go2 Firmware V1.1.7
  • Unitree Go2 Firmware V1.1.8
  • Unitree Go2 Firmware V1.1.9
  • Unitree Go2 Firmware V1.1.11 (EDU)

Discovery Timeline

  • 2026-02-26 - CVE-2026-27509 published to NVD
  • 2026-02-26 - Last updated in NVD database

Technical Details for CVE-2026-27509

Vulnerability Analysis

This vulnerability is classified under CWE-306 (Missing Authentication for Critical Function). The Unitree Go2 firmware fails to implement any form of authentication or authorization on the DDS (Data Distribution Service) communication layer used for robot programming and control. The Eclipse CycloneDDS middleware, which facilitates real-time data exchange between components, accepts messages from any participant that joins DDS domain 0 without verifying identity or permissions.

The actuator_manager.py script processes messages on the rt/api/programming_actuator/request topic and specifically handles api_id=1002 requests by writing the payload content directly to disk under /unitree/etc/programming/. This content is then bound to a physical controller keybinding. The combination of unauthenticated DDS access and direct code execution creates a severe attack surface for adjacent network adversaries.

Root Cause

The root cause is the complete absence of DDS security features in the Unitree Go2 firmware implementation. The Eclipse CycloneDDS framework supports authentication and access control mechanisms, but these were not configured or enabled in the affected firmware versions. Additionally, the actuator_manager.py script accepts and processes arbitrary Python code from network messages without any validation, sanitization, or integrity checking before writing to disk and binding to controller inputs.

Attack Vector

The attack requires network adjacency to the Unitree Go2 robot, typically achieved by connecting to the same local network or Wi-Fi segment. An attacker can join DDS domain 0 using standard DDS tooling or custom code, then publish a crafted message with api_id=1002 to the rt/api/programming_actuator/request topic. The message payload contains arbitrary Python code, which the robot stores in /unitree/etc/programming/ and associates with a physical controller keybinding.

When a user or the attacker triggers the associated keybinding on the robot's controller, the malicious Python code executes with root privileges. The persistence mechanism ensures the malicious binding survives reboots, providing long-term access to the compromised device. Technical details and analysis are available in the Boschko RCE Analysis.

Detection Methods for CVE-2026-27509

Indicators of Compromise

  • Unexpected files appearing in the /unitree/etc/programming/ directory on the robot
  • Unusual DDS traffic or new participants joining DDS domain 0 from unknown sources
  • Modified controller keybindings or unexpected behavior when pressing controller buttons
  • Evidence of Python script execution in system logs with unknown or suspicious code paths

Detection Strategies

  • Monitor network traffic for unauthorized DDS domain 0 join requests from devices not part of the expected robot control infrastructure
  • Implement file integrity monitoring on the /unitree/etc/programming/ directory to detect unauthorized file creation or modification
  • Audit controller keybinding configurations regularly to identify suspicious or unexpected bindings
  • Deploy network segmentation to isolate robotic systems and monitor cross-segment DDS traffic

Monitoring Recommendations

  • Enable logging of DDS participant discovery and message publication events where supported
  • Implement network access controls to restrict which devices can communicate with the Unitree Go2 on DDS ports
  • Periodically review system logs for evidence of unexpected Python execution or root-level process spawning

How to Mitigate CVE-2026-27509

Immediate Actions Required

  • Isolate affected Unitree Go2 robots on a dedicated network segment with strict access controls
  • Audit the /unitree/etc/programming/ directory for unauthorized files and remove any suspicious entries
  • Review and reset controller keybindings to remove potentially malicious configurations
  • Limit physical and network access to the robot until a patch is available

Patch Information

No official patch information is currently available from Unitree. Organizations should monitor the Unitree Product Page and the VulnCheck Advisory for updates on firmware releases that address this vulnerability.

Workarounds

  • Deploy network-level access controls to prevent unauthorized devices from joining the same network segment as the Unitree Go2
  • Implement firewall rules to restrict DDS traffic (typically UDP ports 7400-7500 and multicast addresses) to authorized control systems only
  • Physically secure the robot in controlled environments where network adjacency by untrusted parties is not possible
  • Consider disabling Wi-Fi on the robot and using wired connections in controlled network environments where feasible

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechUnitree

  • SeverityHIGH

  • CVSS Score8.5

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-306
  • Technical References
  • Boschko RCE Analysis

  • Unitree Product Page

  • VulnCheck Advisory for Unitree GO2
  • Related CVEs
  • CVE-2026-1442: Unitree Firmware Auth Bypass 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