Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-23571

CVE-2026-23571: TeamViewer DEX Command Injection RCE

CVE-2026-23571 is a command injection vulnerability in TeamViewer DEX allowing authenticated attackers to execute arbitrary commands on connected hosts. This article covers technical details, affected versions, and mitigations.

Published: January 30, 2026

CVE-2026-23571 Overview

A command injection vulnerability has been identified in TeamViewer DEX (formerly known as 1E DEX), specifically affecting the 1E-Nomad-RunPkgStatusRequest instruction. The vulnerability stems from improper input validation (CWE-20), which allows authenticated attackers with actioner privileges to execute elevated arbitrary commands on connected hosts by injecting malicious commands into the instruction's input field.

Critical Impact

Authenticated attackers with actioner privileges can achieve elevated command execution on connected hosts, potentially compromising system integrity and confidentiality across managed endpoints.

Affected Products

  • TeamViewer DEX (former 1E DEX) versions prior to 1E Client version 24.5
  • 1E Client versions below 24.5
  • Systems with the 1E-Nomad-RunPkgStatusRequest instruction enabled

Discovery Timeline

  • 2026-01-29 - CVE-2026-23571 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2026-23571

Vulnerability Analysis

This command injection vulnerability exists within the 1E-Nomad-RunPkgStatusRequest instruction component of TeamViewer DEX. The root cause is improper input validation that fails to adequately sanitize user-supplied input before processing it in a privileged context. Attackers who have obtained actioner privileges within the TeamViewer DEX environment can craft malicious input containing embedded commands that will be executed with elevated permissions on target hosts.

The attack requires network access and authenticated user interaction, but successful exploitation grants the attacker high-impact capabilities across confidentiality, integrity, and availability of affected systems. The requirement for actioner privileges and user interaction provides some mitigation, as the attack surface is limited to authenticated users with specific role assignments.

Root Cause

The vulnerability is classified under CWE-20 (Improper Input Validation). The 1E-Nomad-RunPkgStatusRequest instruction fails to properly validate and sanitize input data before passing it to system-level command execution functions. This allows specially crafted input containing shell metacharacters or command separators to break out of the intended command context and execute arbitrary commands.

Attack Vector

The attack is network-based and requires an authenticated attacker with actioner privilege to access the vulnerable instruction interface. The attacker must craft malicious input that exploits the lack of input validation in the 1E-Nomad-RunPkgStatusRequest instruction. When a user with appropriate privileges triggers the instruction with the malicious payload, the injected commands execute with elevated privileges on the connected host.

The vulnerability mechanism involves injecting shell commands through the instruction's input field. When processed by the vulnerable component, the injected commands bypass intended restrictions and execute in the context of the DEX agent, which typically runs with elevated system privileges. For detailed technical information, refer to the TeamViewer Security Bulletin TV-2026-1002.

Detection Methods for CVE-2026-23571

Indicators of Compromise

  • Unusual command execution patterns originating from the TeamViewer DEX client or 1E Client processes
  • Unexpected child processes spawned by DEX-related services with suspicious command-line arguments
  • Anomalous network activity from endpoints running vulnerable versions of the 1E Client
  • Log entries showing malformed or suspicious input to the 1E-Nomad-RunPkgStatusRequest instruction

Detection Strategies

  • Monitor process creation events for unusual command executions spawned by TeamViewer DEX or 1E Client processes
  • Implement application control policies to detect unexpected binaries or scripts executed by the DEX agent
  • Review authentication and authorization logs for actioner privilege usage patterns
  • Deploy endpoint detection rules to identify command injection patterns in process command lines

Monitoring Recommendations

  • Enable verbose logging for TeamViewer DEX instruction execution and monitor for anomalous input patterns
  • Implement real-time alerting on suspicious process chains involving the 1E Client components
  • Monitor for unauthorized privilege escalation attempts on systems running vulnerable client versions
  • Establish baseline behavior for DEX instruction usage and alert on deviations

How to Mitigate CVE-2026-23571

Immediate Actions Required

  • Upgrade all 1E Client installations to version 24.5 or higher immediately
  • Review and restrict actioner privileges to only essential personnel
  • Audit recent activity logs for potential exploitation attempts
  • Implement network segmentation to limit exposure of vulnerable endpoints

Patch Information

TeamViewer has addressed this vulnerability in 1E Client version 24.5 and later. Users running versions prior to 24.5 are affected and should upgrade immediately. Detailed patching information is available in the TeamViewer Security Bulletin TV-2026-1002.

Workarounds

  • Restrict network access to TeamViewer DEX management interfaces to trusted IP ranges only
  • Implement strict role-based access controls and remove unnecessary actioner privileges from user accounts
  • Disable the 1E-Nomad-RunPkgStatusRequest instruction if not operationally required until patching is complete
  • Deploy compensating controls such as application allowlisting to prevent unauthorized command execution
bash
# Review current 1E Client version across managed endpoints
# Ensure all systems are upgraded to version 24.5 or higher
# Verify actioner privilege assignments in your DEX environment
# Disable unnecessary instructions until patching is complete

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechTeamviewer

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.13%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-20
  • Technical References
  • TeamViewer Security Bulletin TV-2026-1002
  • Related CVEs
  • CVE-2026-23572: TeamViewer Auth Bypass Vulnerability

  • CVE-2026-23568: TeamViewer DEX Information Disclosure

  • CVE-2026-23563: TeamViewer DEX Privilege Escalation Flaw

  • CVE-2026-23566: TeamViewer DEX Log Injection 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