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
    • 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-2025-41108

CVE-2025-41108: Ghost Robotics Vision 60 RCE Vulnerability

CVE-2025-41108 is a remote code execution vulnerability in Ghost Robotics Vision 60 firmware that enables attackers to gain full unauthorized control. This article covers technical details, affected versions, and mitigation.

Published: March 18, 2026

CVE-2025-41108 Overview

CVE-2025-41108 is a critical authentication bypass vulnerability affecting the Ghost Robotics Vision 60 quadruped robot. The communication protocol implemented in the Vision 60 firmware version 0.27.2 lacks encryption and authentication mechanisms, allowing attackers to send unauthorized commands to the robot from an external attack station. By impersonating the legitimate control station (tablet), an attacker can gain full control of the robotic platform.

The vulnerability stems from the use of the MAVLink protocol—a widely documented communication protocol commonly used in unmanned systems—without implementing proper security controls. This architectural weakness allows attackers to capture legitimate traffic between the robot and its controller, replicate the communication patterns, and inject arbitrary commands from any attacking computer or device.

Critical Impact

An unauthenticated remote attacker can gain complete control of the Ghost Robotics Vision 60 robot by impersonating the control station, potentially enabling physical attacks, surveillance compromise, or operational disruption in military, law enforcement, and industrial settings.

Affected Products

  • Ghost Robotics Vision 60 Firmware version 0.27.2
  • Ghost Robotics Vision 60 Hardware Platform
  • Systems communicating via Wi-Fi or 4G/LTE connections

Discovery Timeline

  • 2025-10-22 - CVE-2025-41108 published to NVD
  • 2025-10-31 - Last updated in NVD database

Technical Details for CVE-2025-41108

Vulnerability Analysis

This vulnerability represents a fundamental security design flaw in the Ghost Robotics Vision 60's communication architecture. The robot accepts commands from any source that can produce valid MAVLink protocol messages, without verifying the identity or authorization of the sender. This missing authentication vulnerability (CWE-287) creates a critical attack surface where the robot cannot distinguish between legitimate operator commands and malicious instructions from an attacker.

The Vision 60 supports two remote connection methods—Wi-Fi and 4G/LTE—both of which are susceptible to this attack. Since MAVLink is a well-documented open protocol designed for unmanned vehicle systems, attackers have readily available documentation to understand the command structure and craft malicious payloads without reverse engineering.

Root Cause

The root cause of CVE-2025-41108 is the absence of encryption and authentication mechanisms in the communication protocol between the Vision 60 robot and its control station. The implementation relies solely on the obscurity of the network connection rather than implementing cryptographic authentication to verify command sources. This design oversight means that any device capable of communicating over the same network interface can issue commands that the robot will accept and execute.

Attack Vector

The attack vector for this vulnerability is network-based and requires no user interaction or prior authentication. An attacker positioned within range of the robot's Wi-Fi network or with access to the 4G/LTE communication path can execute this attack through the following methodology:

  1. Traffic Capture: The attacker monitors network traffic between the legitimate control tablet and the Vision 60 robot to capture MAVLink protocol messages
  2. Protocol Analysis: Using publicly available MAVLink documentation, the attacker analyzes the captured traffic to understand the command structure
  3. Command Replication: The attacker crafts malicious MAVLink commands using any device capable of network communication
  4. Impersonation Attack: By transmitting these commands over the robot's network interface, the attacker impersonates the legitimate control station
  5. Full Control: The robot accepts and executes the unauthorized commands, granting the attacker complete control over movement, sensors, and other functions

The attack can be conducted passively (after traffic analysis) without alerting the legitimate operator, as the robot has no mechanism to detect or prevent simultaneous command sources.

Detection Methods for CVE-2025-41108

Indicators of Compromise

  • Unexpected network connections to the Vision 60 robot from unrecognized IP addresses or MAC addresses
  • Duplicate or conflicting MAVLink command streams observed in network traffic analysis
  • Robot exhibiting autonomous behaviors not initiated by the legitimate control station
  • Anomalous network traffic patterns on Wi-Fi or 4G/LTE interfaces during robot operations

Detection Strategies

  • Deploy network monitoring solutions to baseline normal communication patterns between the control tablet and Vision 60 robot
  • Implement network segmentation to isolate robot control traffic and monitor for unauthorized access attempts
  • Configure network intrusion detection systems (NIDS) to alert on MAVLink traffic originating from unexpected sources
  • Enable comprehensive logging on network infrastructure supporting Vision 60 communications

Monitoring Recommendations

  • Monitor for concurrent MAVLink sessions that could indicate an attacker operating alongside a legitimate controller
  • Implement real-time alerting for new devices appearing on networks used for Vision 60 control
  • Regularly audit network access controls and wireless security configurations
  • Establish behavioral baselines for robot command frequencies and patterns to detect anomalous activity

How to Mitigate CVE-2025-41108

Immediate Actions Required

  • Restrict Vision 60 operations to physically secured environments with controlled network access
  • Implement network-level access controls to limit devices capable of communicating with the robot
  • Disable remote connectivity (Wi-Fi and 4G/LTE) when not operationally required
  • Monitor Ghost Robotics communications for firmware updates addressing this vulnerability
  • Review the INCIBE CERT Vulnerability Notice for additional guidance

Patch Information

As of the last modification date (2025-10-31), no official patch has been released by Ghost Robotics to address this vulnerability. Organizations should monitor vendor communications and the INCIBE CERT advisory for updates on firmware releases that implement proper authentication and encryption mechanisms.

Workarounds

  • Deploy Vision 60 robots only within isolated, secured network environments inaccessible to potential attackers
  • Implement VPN tunneling for 4G/LTE communications to add a layer of authentication at the network level
  • Use dedicated, hidden SSID Wi-Fi networks with WPA3 encryption and strong pre-shared keys for Wi-Fi operations
  • Consider deploying network access control (NAC) solutions to restrict which devices can communicate on robot control networks
  • Implement physical security controls to prevent attackers from positioning within Wi-Fi range during operations

Mitigation through network-level controls is recommended until the vendor releases a firmware update that implements proper MAVLink authentication and encryption. Organizations should conduct risk assessments to determine if operational use of affected Vision 60 units is appropriate given the security implications.

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGhostrobotics

  • SeverityCRITICAL

  • CVSS Score9.2

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/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
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-287

  • NVD-CWE-noinfo
  • Technical References
  • INCIBE CERT Vulnerability Notice
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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