A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Read More
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-8153

CVE-2026-8153: Universal Robots PolyScope RCE Vulnerability

CVE-2026-8153 is an OS command injection vulnerability in Universal Robots PolyScope Dashboard Server that enables unauthenticated remote code execution. This article covers technical details, affected versions, and mitigations.

Published: May 18, 2026

CVE-2026-8153 Overview

CVE-2026-8153 is an operating system command injection vulnerability in the Dashboard Server interface of Universal Robots PolyScope versions prior to 5.25.1. The flaw allows an unauthenticated network attacker to craft commands that execute arbitrary code on the robot's underlying operating system. The Dashboard Server is a network-exposed control interface used to manage robot programs, and improper sanitization of input passed to OS-level commands enables full compromise of the controller. Successful exploitation grants attackers full control over the robot's behavior, configuration, and any connected industrial process.

Critical Impact

Unauthenticated attackers reachable on the network can execute arbitrary OS commands on Universal Robots controllers, leading to complete loss of confidentiality, integrity, and availability of the robot.

Affected Products

  • Universal Robots PolyScope versions prior to 5.25.1
  • Universal Robots controllers exposing the Dashboard Server interface
  • Industrial deployments using affected PolyScope releases on CB-series and e-Series robots

Discovery Timeline

  • 2026-05-08 - CVE-2026-8153 published to the National Vulnerability Database
  • 2026-05-11 - Last updated in NVD database

Technical Details for CVE-2026-8153

Vulnerability Analysis

The vulnerability is classified under CWE-78, Improper Neutralization of Special Elements used in an OS Command. The Dashboard Server interface in PolyScope accepts text-based commands over a network socket to control robot operations. The flaw exists because user-supplied input is concatenated into shell commands without proper neutralization of metacharacters.

An attacker capable of reaching the Dashboard Server port can submit a crafted command containing shell metacharacters. The injected payload executes in the context of the PolyScope process on the robot's controller operating system. No authentication is required, and the attack can be executed remotely across the network segment that exposes the interface.

The EPSS score of 1.532% (81.5th percentile) indicates measurable exploitation likelihood relative to other published CVEs.

Root Cause

The root cause is missing input validation and sanitization in the command parser of the Dashboard Server. Input received over the network is passed to OS-level command execution without escaping or allow-list filtering. The interface also lacks authentication, removing any barrier between a network attacker and code execution.

Attack Vector

The attack vector is network-based. An attacker connects to the Dashboard Server TCP port and sends a crafted command string that includes shell metacharacters such as semicolons, backticks, or pipe characters. The injected operating system command runs with the privileges of the Dashboard Server process. Refer to the Universal Robots Dashboard Server documentation for protocol details that describe legitimate command syntax.

No verified public proof-of-concept code is available at the time of publication. The vulnerability mechanism is described in prose because no validated exploit examples have been released.

Detection Methods for CVE-2026-8153

Indicators of Compromise

  • Unexpected outbound network connections originating from Universal Robots controllers
  • Dashboard Server log entries containing shell metacharacters such as ;, |, &&, or backticks within command parameters
  • Unauthorized processes spawned by the PolyScope service on the robot controller
  • Modifications to robot programs, installation files, or system configuration without operator action

Detection Strategies

  • Inspect network traffic to the Dashboard Server port for command strings containing shell metacharacters or non-protocol payloads
  • Monitor PolyScope logs for malformed Dashboard Server requests and authentication-less command sequences from unfamiliar source addresses
  • Baseline normal Dashboard Server command traffic and alert on deviations in command syntax, source IP, or frequency

Monitoring Recommendations

  • Forward robot controller and network sensor logs to a centralized SIEM for correlation across operational technology and information technology environments
  • Alert on any new TCP session to Dashboard Server ports from outside an allow-listed engineering workstation range
  • Track process creation events on the controller OS where supported, focusing on shells or interpreters launched by the PolyScope service

How to Mitigate CVE-2026-8153

Immediate Actions Required

  • Upgrade Universal Robots PolyScope to version 5.25.1 or later on all affected controllers
  • Isolate robot controllers on a segmented network reachable only from authorized engineering systems
  • Block external and untrusted internal access to the Dashboard Server port at the firewall
  • Inventory all Universal Robots deployments and confirm PolyScope version on each controller

Patch Information

Universal Robots addresses the vulnerability in PolyScope version 5.25.1. Operators must apply the vendor-supplied update to remove the command injection flaw in the Dashboard Server interface. Consult Universal Robots support channels for the specific firmware package matching each controller model.

Workarounds

  • Restrict Dashboard Server network exposure using firewall rules or VLAN segmentation until patching is complete
  • Disable the Dashboard Server interface where it is not required for production operations
  • Place robot controllers behind an industrial demilitarized zone with explicit allow-listing of management hosts
bash
# Example firewall rule restricting Dashboard Server access (port 29999)
# to a single engineering workstation
iptables -A INPUT -p tcp --dport 29999 -s 10.10.20.5 -j ACCEPT
iptables -A INPUT -p tcp --dport 29999 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechUniversal Robots

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability1.53%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Technical References
  • Universal Robots Communication Protocol
  • Latest CVEs
  • CVE-2025-30386: Microsoft 365 Apps Use After Free Flaw

  • CVE-2025-59234: Microsoft 365 Apps Use After Free Flaw

  • CVE-2025-49702: Microsoft 365 Apps RCE Vulnerability

  • CVE-2025-59227: Microsoft 365 Apps Use-After-Free RCE
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