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-2021-38112

CVE-2021-38112: Amazon AWS WorkSpaces RCE Vulnerability

CVE-2021-38112 is a remote code execution vulnerability in Amazon AWS WorkSpaces client affecting versions 3.0.10 through 3.1.8. Attackers exploit argument injection in the workspaces:// URI handler to execute code remotely.

Published: February 25, 2026

CVE-2021-38112 Overview

CVE-2021-38112 is an argument injection vulnerability in the Amazon AWS WorkSpaces client for Windows, affecting versions 3.0.10 through 3.1.8. The vulnerability exists in the workspaces:// URI handler and can be exploited to achieve remote code execution through the Chromium Embedded Framework (CEF) --gpu-launcher argument. An attacker can craft a malicious link that, when clicked by a victim with the vulnerable client installed, executes arbitrary code on the target system.

Critical Impact

This vulnerability enables attackers to execute arbitrary code remotely by convincing users to click a malicious workspaces:// link, potentially leading to complete system compromise.

Affected Products

  • Amazon AWS WorkSpaces Client for Windows versions 3.0.10 through 3.1.8

Discovery Timeline

  • 2021-09-22 - CVE CVE-2021-38112 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-38112

Vulnerability Analysis

This vulnerability represents an argument injection flaw (CWE-88) in the way the AWS WorkSpaces Windows client handles the custom workspaces:// URI scheme. The application registers this protocol handler during installation, allowing web browsers and other applications to launch the WorkSpaces client with specific parameters.

The underlying issue stems from the client's use of the Chromium Embedded Framework (CEF) for rendering its user interface. CEF supports numerous command-line arguments, including the --gpu-launcher parameter, which specifies an executable to run as the GPU process. By injecting this argument through a specially crafted URI, an attacker can force the client to execute arbitrary commands.

When a user clicks a malicious workspaces:// link containing the injected --gpu-launcher argument, the WorkSpaces client processes the URI without proper sanitization, passing the attacker-controlled argument directly to CEF. This results in the execution of the attacker-specified command with the privileges of the current user.

Root Cause

The root cause of this vulnerability is improper neutralization of argument delimiters in the workspaces:// URI handler. The application fails to adequately validate and sanitize URI parameters before passing them to the underlying CEF framework. Specifically, the client does not filter or escape dangerous CEF command-line arguments like --gpu-launcher, allowing an attacker to inject arbitrary arguments through the URI scheme.

Attack Vector

The attack requires user interaction—specifically, the victim must click a malicious link. An attacker could distribute the malicious URI through various channels:

  1. Phishing emails - Embedding the malicious workspaces:// link in email content
  2. Malicious websites - Hosting a page that redirects to the crafted URI
  3. Social engineering - Convincing users to click the link through messaging platforms

When the victim clicks the link with a vulnerable AWS WorkSpaces client installed, the operating system invokes the registered protocol handler. The crafted URI containing the --gpu-launcher argument causes CEF to spawn a new process executing the attacker's specified command.

The attack is particularly dangerous because workspaces:// links appear legitimate to users familiar with AWS WorkSpaces, and the execution occurs without any additional user prompts beyond the initial click.

Detection Methods for CVE-2021-38112

Indicators of Compromise

  • Unexpected process spawns originating from the AWS WorkSpaces client (workspaces.exe)
  • Processes with parent process being workspaces.exe that are unusual system utilities or scripts
  • Network connections from WorkSpaces client to unexpected destinations
  • Log entries showing abnormal workspaces:// URI invocations with suspicious parameters

Detection Strategies

  • Monitor for process creation events where workspaces.exe spawns unexpected child processes
  • Create detection rules for command-line arguments containing --gpu-launcher in processes related to WorkSpaces
  • Implement email gateway filtering to detect and block workspaces:// URIs with suspicious parameters
  • Deploy endpoint detection rules to identify URI handler abuse patterns

Monitoring Recommendations

  • Enable detailed process auditing on endpoints running AWS WorkSpaces client
  • Configure SIEM alerts for anomalous process chains involving the WorkSpaces application
  • Monitor Windows event logs for protocol handler invocations with unusual parameters
  • Review web proxy logs for redirects to workspaces:// URIs from external sources

How to Mitigate CVE-2021-38112

Immediate Actions Required

  • Update Amazon AWS WorkSpaces client to version 3.1.9 or later immediately
  • Audit all endpoints for vulnerable versions of the WorkSpaces client (3.0.10 through 3.1.8)
  • Educate users about the risks of clicking unverified workspaces:// links
  • Consider temporarily uninstalling vulnerable clients until updates can be deployed

Patch Information

Amazon has addressed this vulnerability in AWS WorkSpaces client version 3.1.9. The fix implements proper sanitization of URI parameters to prevent argument injection through the workspaces:// protocol handler. Organizations should download the updated client from the official AWS WorkSpaces download page and deploy it to all affected systems.

For detailed release information, refer to the AWS WorkSpaces Windows Client Release Notes.

Additional technical analysis of this vulnerability is available from Rhino Security Labs.

Workarounds

  • Unregister the workspaces:// protocol handler from the Windows registry if immediate patching is not possible
  • Implement network-level filtering to block suspicious workspaces:// URIs at the email gateway and web proxy
  • Use application control solutions to restrict processes that can be spawned by the WorkSpaces client
  • Deploy browser extensions or policies that warn users before following custom protocol handlers
bash
# Remove WorkSpaces URI handler registration (temporary workaround)
# Run in elevated Command Prompt - restore handler after patching
reg delete "HKEY_CLASSES_ROOT\workspaces" /f

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechAmazon Aws Workspaces

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability17.73%

  • 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
  • Rhino Security Labs CVE-2021-38112 Analysis
  • Vendor Resources
  • AWS WorkSpaces Release Notes
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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