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-2022-41924

CVE-2022-41924: Tailscale Windows Client RCE Vulnerability

CVE-2022-41924 is a remote code execution vulnerability in Tailscale Windows client that allows malicious websites to reconfigure the daemon and execute code. This post covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2022-41924 Overview

A critical vulnerability in the Tailscale Windows client allows a malicious website to reconfigure the Tailscale daemon tailscaled, which can then be used to remotely execute code. The local API was bound to a local TCP socket and communicated with the Windows client GUI in cleartext with no Host header verification. This design flaw allows an attacker-controlled website visited by the node to rebind DNS to an attacker-controlled DNS server, and then make local API requests in the client, including changing the coordination server to an attacker-controlled coordination server.

Critical Impact

An attacker-controlled coordination server can send malicious URL responses to the client, including pushing executables or installing an SMB share, enabling remote code execution on affected Windows nodes.

Affected Products

  • Tailscale Windows client versions prior to v1.32.3
  • Microsoft Windows operating systems running vulnerable Tailscale versions
  • All Windows clients with the Tailscale daemon (tailscaled) exposed via local TCP socket

Discovery Timeline

  • November 23, 2022 - CVE-2022-41924 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-41924

Vulnerability Analysis

This vulnerability exploits a fundamental design weakness in the Tailscale Windows client's local API communication mechanism. The vulnerability is classified under CWE-346 (Origin Validation Error), indicating that the application fails to properly validate the origin of incoming requests.

The Tailscale Windows client architecture binds its local API to a TCP socket for communication with the Windows GUI component. However, this communication occurs in cleartext without implementing Host header verification—a critical security control that would normally prevent unauthorized requests from external sources.

The absence of Host header validation creates an exploitable condition where DNS rebinding attacks become feasible. DNS rebinding is a technique that allows an attacker to bypass same-origin policy protections by manipulating DNS resolution to point a domain to an internal IP address (in this case, localhost) after initial security checks have passed.

Root Cause

The root cause of this vulnerability is the lack of Host header verification in the local API communication between the Tailscale daemon and the Windows client GUI. By binding to a local TCP socket without proper origin validation, the daemon accepts requests from any source that can reach the socket, including malicious web content executing in the user's browser.

Attack Vector

The attack leverages DNS rebinding, a sophisticated technique that exploits the time gap between DNS resolution and subsequent HTTP requests. The attack chain proceeds as follows:

  1. Initial Compromise: The victim visits an attacker-controlled website while running the Tailscale Windows client
  2. DNS Rebinding: The malicious website triggers a DNS rebind, redirecting its domain to resolve to 127.0.0.1 (localhost)
  3. Local API Access: Once the DNS rebind completes, the attacker's JavaScript can make requests to the local Tailscale API as if it were communicating with its own origin
  4. Configuration Manipulation: The attacker modifies the coordination server setting to point to an attacker-controlled server
  5. Payload Delivery: The malicious coordination server responds with crafted URL responses that can push executables or mount SMB shares
  6. Code Execution: The delivered payloads execute on the victim's system, achieving remote code execution

The attack requires user interaction (visiting a malicious website) but requires no privileges on the target system, and the scope extends beyond the vulnerable component itself.

Detection Methods for CVE-2022-41924

Indicators of Compromise

  • Unexpected changes to Tailscale coordination server configuration pointing to unknown or suspicious domains
  • DNS queries resolving legitimate domains to 127.0.0.1 or localhost addresses
  • Unusual network connections from the tailscaled process to external coordination servers
  • SMB share mounts or executable downloads initiated through Tailscale client processes

Detection Strategies

  • Monitor for DNS rebinding patterns where external domains resolve to internal/localhost IP addresses
  • Implement network detection rules for unusual local API traffic patterns on Tailscale client ports
  • Alert on changes to Tailscale coordination server settings that deviate from organizational baselines
  • Track process execution chains originating from the Tailscale Windows client for suspicious child processes

Monitoring Recommendations

  • Enable verbose logging on Tailscale Windows clients to capture API request origins and configuration changes
  • Deploy endpoint detection and response (EDR) solutions to monitor for DNS rebinding attack indicators
  • Implement network segmentation monitoring to detect unusual traffic flows from Tailscale client processes
  • Configure SIEM alerts for coordination server configuration modifications across the fleet

How to Mitigate CVE-2022-41924

Immediate Actions Required

  • Upgrade all Tailscale Windows clients to version v1.32.3 or later immediately
  • Audit current Tailscale coordination server configurations to ensure they point to legitimate endpoints
  • Review endpoint logs for any indicators of exploitation or configuration tampering
  • Consider temporarily disabling Tailscale on critical Windows systems until patching is complete

Patch Information

Tailscale has released version v1.32.3 which addresses this vulnerability by implementing proper Host header verification in the local API communication. Organizations should prioritize upgrading all affected Windows clients to this version or later. For detailed patch information, refer to the Tailscale Security Bulletin TS-2022-004 and the GitHub Security Advisory GHSA-vqp6-rc3h-83cp.

Workarounds

  • Restrict browser access on systems running vulnerable Tailscale versions to minimize exposure to malicious websites
  • Implement network-level DNS filtering to detect and block DNS rebinding attempts
  • Use browser extensions or proxy configurations that prevent DNS rebinding attacks
  • Isolate systems running Tailscale Windows clients from general internet browsing activities until patched
bash
# Verify Tailscale version on Windows (PowerShell)
tailscale version
# Expected output should show v1.32.3 or higher

# Check current coordination server configuration
tailscale status --json | Select-String "ControlURL"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWindows

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability53.72%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-346
  • Technical References
  • Emily's Tailscale Resource

  • GitHub Security Advisory GHSA-vqp6-rc3h-83cp
  • Vendor Resources
  • Tailscale Security Bulletin TS-2022-004
  • Related CVEs
  • CVE-2026-31995: Openclaw Command Injection Vulnerability

  • CVE-2026-25190: Windows GDI RCE Vulnerability

  • CVE-2026-25166: Windows System Image Manager RCE Flaw

  • CVE-2026-25173: Windows RRAS 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