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

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

CVE-2023-21548 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-21548 Overview

CVE-2023-21548 is a Remote Code Execution (RCE) vulnerability affecting the Windows Secure Socket Tunneling Protocol (SSTP) service. SSTP is a VPN tunneling protocol that allows PPP traffic to be encapsulated over an HTTPS connection, commonly used in Windows environments for secure remote access. This vulnerability allows an unauthenticated attacker to execute arbitrary code on affected systems by sending specially crafted requests to the SSTP service over the network.

Critical Impact

Successful exploitation enables remote attackers to execute arbitrary code with SYSTEM privileges on vulnerable Windows systems without requiring authentication, potentially leading to complete system compromise.

Affected Products

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

Discovery Timeline

  • 2023-01-10 - CVE-2023-21548 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-21548

Vulnerability Analysis

This vulnerability resides in the Windows SSTP service, which handles VPN connections over HTTPS. The flaw is classified under CWE-591 (Sensitive Data Storage in Improperly Locked Memory), indicating that the vulnerability involves improper handling of memory operations within the SSTP protocol implementation. Due to the network-based attack vector, exploitation does not require any privileges or user interaction, though the attack complexity is considered high, meaning specific conditions must be met for successful exploitation.

When successfully exploited, an attacker gains the ability to execute code with the highest system privileges, potentially leading to complete compromise of confidentiality, integrity, and availability of the affected system. The SSTP service typically runs with elevated privileges to manage network tunnel operations, making it an attractive target for remote attackers.

Root Cause

The root cause of CVE-2023-21548 stems from improper memory handling within the SSTP service implementation. The vulnerability is associated with sensitive data being stored in improperly locked memory (CWE-591), which can lead to memory corruption conditions that an attacker can leverage for code execution. The SSTP protocol implementation fails to properly validate or secure memory operations during protocol processing, creating an exploitable condition.

Attack Vector

The attack vector for CVE-2023-21548 is network-based, targeting systems with the SSTP service enabled and exposed to network traffic. An attacker can exploit this vulnerability by:

  1. Identifying systems with the Routing and Remote Access Service (RRAS) enabled and configured for SSTP VPN connections
  2. Sending specially crafted SSTP protocol messages to the target system over HTTPS (typically port 443)
  3. Triggering the memory corruption condition through malformed protocol data
  4. Achieving code execution with SYSTEM-level privileges

The vulnerability does not require authentication, though the high attack complexity indicates that timing or specific conditions may need to be met for reliable exploitation.

Detection Methods for CVE-2023-21548

Indicators of Compromise

  • Unusual or malformed SSTP protocol traffic on port 443 targeting VPN-enabled servers
  • Unexpected crashes or restarts of the Routing and Remote Access Service (RRAS)
  • System instability or abnormal memory usage patterns in SSTP-related processes
  • Evidence of unauthorized code execution or new processes spawned by system services

Detection Strategies

  • Monitor network traffic for anomalous SSTP protocol communications, particularly malformed or oversized packets
  • Implement endpoint detection rules to identify unusual behavior from sstpsvc.dll or RRAS-related processes
  • Deploy intrusion detection signatures to identify exploitation attempts targeting SSTP services
  • Enable Windows Event logging for Remote Access services to capture potential attack indicators

Monitoring Recommendations

  • Configure SIEM solutions to alert on repeated connection attempts to SSTP services from untrusted sources
  • Monitor for unexpected service crashes or restarts of the Remote Access service (RemoteAccess)
  • Implement network segmentation logging to track access attempts to VPN infrastructure
  • Review Windows Security logs for process creation events associated with RRAS services

How to Mitigate CVE-2023-21548

Immediate Actions Required

  • Apply the Microsoft security update for CVE-2023-21548 immediately on all affected systems
  • Prioritize patching for systems with SSTP VPN services exposed to the internet
  • Conduct an inventory of all systems running Routing and Remote Access Service (RRAS)
  • Review firewall rules to ensure SSTP services are only accessible from trusted networks

Patch Information

Microsoft released security updates addressing CVE-2023-21548 as part of the January 2023 Patch Tuesday release. Organizations should obtain the appropriate security update from the Microsoft Security Update Guide for CVE-2023-21548. The patch corrects the memory handling issues in the SSTP service implementation that allow remote code execution.

Workarounds

  • If SSTP VPN functionality is not required, disable the Routing and Remote Access Service (RRAS) on affected systems
  • Restrict network access to SSTP services through firewall rules, limiting connections to trusted IP ranges only
  • Consider transitioning to alternative VPN protocols such as IKEv2 until patching is complete
  • Implement network-level filtering to block potentially malicious SSTP traffic at perimeter devices
bash
# Disable RRAS service as a temporary workaround
Stop-Service -Name "RemoteAccess" -Force
Set-Service -Name "RemoteAccess" -StartupType Disabled

# Verify service status
Get-Service -Name "RemoteAccess" | Select-Object Name, Status, StartType

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.62%

  • 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

  • NVD-CWE-noinfo
  • Technical References
  • Microsoft Security Update CVE-2023-21548
  • 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