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-2023-21535

CVE-2023-21535: Windows 10 1607 SSTP RCE Vulnerability

CVE-2023-21535 is a remote code execution vulnerability in Windows Secure Socket Tunneling Protocol (SSTP) affecting Windows 10 1607. Attackers can exploit this flaw to execute arbitrary code. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: January 28, 2026

CVE-2023-21535 Overview

CVE-2023-21535 is a Remote Code Execution (RCE) vulnerability affecting the Windows Secure Socket Tunneling Protocol (SSTP) component across multiple versions of Microsoft Windows. SSTP is a VPN tunneling protocol that allows PPP traffic to be transmitted over an HTTPS connection, making it a critical component for enterprise VPN infrastructure. This vulnerability enables remote attackers to execute arbitrary code on affected systems by exploiting a race condition in the SSTP service.

Critical Impact

Successful exploitation allows unauthenticated remote attackers to execute arbitrary code with SYSTEM privileges on Windows servers running SSTP VPN services, potentially compromising entire network infrastructure.

Affected Products

  • Microsoft Windows 10 (versions 1607, 1809, 20H2, 21H2, 22H2)
  • Microsoft Windows 11 (versions 21H2, 22H2)
  • Microsoft Windows 8.1 and Windows RT 8.1
  • Microsoft Windows Server 2008, 2008 R2, 2012, 2012 R2, 2016, 2019, 2022

Discovery Timeline

  • January 10, 2023 - CVE-2023-21535 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-21535

Vulnerability Analysis

This vulnerability is categorized under CWE-362 (Concurrent Execution using Shared Resource with Improper Synchronization) and CWE-591 (Sensitive Data Storage in Improperly Locked Memory). The flaw exists in how the Windows SSTP service handles concurrent requests, creating a race condition that can be exploited to achieve remote code execution.

The vulnerability requires no authentication and can be exploited remotely over the network. However, successful exploitation requires the attacker to win a race condition, which introduces complexity into the attack. When successfully exploited, the attacker can achieve complete compromise of the target system, gaining the ability to read, modify, or delete data, as well as execute arbitrary commands with elevated privileges.

Root Cause

The root cause lies in improper synchronization when the SSTP service processes multiple simultaneous requests. The service fails to properly lock shared memory resources during concurrent operations, leading to a Time-of-Check Time-of-Use (TOCTOU) condition. When two or more threads access shared resources without proper mutex protection, the resulting race condition can corrupt memory state, allowing an attacker to manipulate execution flow and achieve code execution.

Attack Vector

The attack is conducted over the network against Windows systems with the SSTP VPN service enabled and exposed. An attacker must:

  1. Identify a target system with SSTP service accessible (typically on TCP port 443)
  2. Send specially crafted SSTP requests designed to trigger the race condition
  3. Time the requests precisely to exploit the window of vulnerability between the check and use operations
  4. Achieve code execution when the race condition is successfully triggered

The vulnerability manifests during the handling of SSTP connection requests where improper synchronization allows concurrent threads to access and modify shared memory regions. An attacker exploiting this flaw would send multiple malformed SSTP packets timed to interfere with the service's normal processing flow. For detailed technical information, refer to the Microsoft Security Update Guide.

Detection Methods for CVE-2023-21535

Indicators of Compromise

  • Unusual crash patterns or service restarts in the Routing and Remote Access Service (RRAS)
  • Anomalous network traffic patterns to TCP port 443 targeting SSTP endpoints
  • Memory corruption artifacts in Windows event logs related to sstpsvc.dll or rasman.dll
  • Unexpected process creation or child processes spawned by SSTP-related services

Detection Strategies

  • Monitor for multiple rapid connection attempts to SSTP services from single source IPs
  • Implement network intrusion detection signatures for malformed SSTP handshake packets
  • Enable Windows Event Log auditing for the Routing and Remote Access Service
  • Deploy endpoint detection and response (EDR) solutions to monitor for exploitation behavior

Monitoring Recommendations

  • Configure SIEM rules to alert on SSTP service crashes followed by suspicious activity
  • Monitor process creation events for abnormal parent-child relationships involving svchost.exe hosting RRAS
  • Track network connections to SSTP endpoints and correlate with endpoint telemetry
  • Enable enhanced logging for VPN services and review logs for exploitation indicators

How to Mitigate CVE-2023-21535

Immediate Actions Required

  • Apply Microsoft security updates from the January 2023 Patch Tuesday release immediately
  • If patching is not immediately possible, consider temporarily disabling the SSTP VPN service
  • Restrict network access to SSTP services using firewall rules to trusted IP ranges only
  • Implement network segmentation to limit exposure of vulnerable VPN infrastructure

Patch Information

Microsoft has released security updates to address this vulnerability as part of the January 2023 security release cycle. Organizations should apply the appropriate cumulative update for their Windows version. The patch addresses the race condition by implementing proper synchronization mechanisms when handling concurrent SSTP requests. For specific patch details and download links, consult the Microsoft Security Update Guide for CVE-2023-21535.

Workarounds

  • Disable the SSTP VPN service if not required for business operations
  • Implement network-level access controls to restrict SSTP access to authorized users only
  • Consider migrating to alternative VPN protocols such as IKEv2 until patching is complete
  • Deploy a Web Application Firewall (WAF) or reverse proxy to filter malicious SSTP traffic
bash
# Disable SSTP Routing and Remote Access Service (temporary workaround)
sc stop RemoteAccess
sc config RemoteAccess start= disabled

# Verify service status
sc query RemoteAccess

# Re-enable after patching
sc config RemoteAccess start= auto
sc start RemoteAccess

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.54%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-591

  • CWE-362
  • Technical References
  • Microsoft Security Update Guide CVE-2023-21535
  • Related CVEs
  • CVE-2026-33826: Windows Active Directory RCE Vulnerability

  • CVE-2026-32183: Windows Snipping Tool RCE Vulnerability

  • CVE-2026-32149: Windows Hyper-V RCE Vulnerability

  • CVE-2026-31995: Openclaw Command 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