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

CVE-2022-24504: Windows 10 PPTP RCE Vulnerability

CVE-2022-24504 is a remote code execution vulnerability in Windows Point-to-Point Tunneling Protocol (PPTP) that enables attackers to execute arbitrary code. This article covers technical details, affected Windows 10 versions, and mitigation.

Published: February 11, 2026

CVE-2022-24504 Overview

CVE-2022-24504 is a remote code execution vulnerability in the Windows Point-to-Point Tunneling Protocol (PPTP) implementation. This vulnerability affects a wide range of Windows operating systems, from legacy Windows 7 through the latest Windows 11 and Windows Server 2022 releases. The flaw exists in how Windows handles PPTP connections, potentially allowing an unauthenticated attacker to execute arbitrary code on vulnerable systems by sending specially crafted network traffic.

The vulnerability is classified as a race condition (CWE-362), where improper synchronization during PPTP protocol handling can lead to memory corruption and subsequent code execution. PPTP is commonly used for VPN connections, making this vulnerability particularly concerning for organizations that rely on this legacy protocol for remote access.

Critical Impact

Successful exploitation could allow remote attackers to execute arbitrary code with elevated privileges on vulnerable Windows systems without authentication, potentially leading to complete system compromise.

Affected Products

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

Discovery Timeline

  • 2022-10-11 - CVE-2022-24504 published to NVD
  • 2025-01-02 - Last updated in NVD database

Technical Details for CVE-2022-24504

Vulnerability Analysis

This vulnerability stems from a race condition in the Windows Point-to-Point Tunneling Protocol implementation. Race conditions occur when the outcome of a process depends on the sequence or timing of uncontrollable events, leading to unpredictable behavior when multiple threads or processes access shared resources without proper synchronization.

In the context of PPTP, the protocol handles connection establishment, data encapsulation, and tunnel management through a series of control messages. The race condition allows an attacker to manipulate the timing of these operations to achieve an inconsistent state in the protocol handler. This inconsistent state can lead to memory corruption, which an attacker can then leverage to execute arbitrary code.

The attack requires network access to the target system and involves sending maliciously crafted PPTP packets. While the attack complexity is considered high due to the timing-sensitive nature of race condition exploitation, no user interaction or prior authentication is required. Successful exploitation grants the attacker complete control over the confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause is a race condition (CWE-362) in the Windows PPTP protocol handler. The vulnerability arises from improper synchronization when processing concurrent PPTP control channel messages. When specific timing conditions are met during protocol state transitions, the handler can access memory in an inconsistent state, leading to exploitable memory corruption.

Race conditions in network protocol handlers are particularly dangerous because remote attackers can often influence timing through network conditions and carefully crafted packet sequences. The PPTP implementation fails to properly serialize access to critical data structures during connection handling operations.

Attack Vector

The attack is network-based and does not require authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Establishing a connection to the target's PPTP service (typically TCP port 1723)
  2. Sending carefully timed control messages designed to trigger the race condition
  3. Exploiting the resulting memory corruption to achieve code execution

The attacker must win the race condition, which requires precise timing and may necessitate multiple exploitation attempts. Despite this complexity, the potential impact of remote code execution without authentication makes this vulnerability a significant threat to systems with exposed PPTP services.

Due to the nature of this vulnerability involving precise timing conditions in protocol handling, specific exploitation techniques are detailed in Microsoft's security documentation. For technical implementation details, refer to the Microsoft Security Advisory.

Detection Methods for CVE-2022-24504

Indicators of Compromise

  • Unusual or malformed PPTP traffic on TCP port 1723
  • Unexpected GRE (Generic Routing Encapsulation) protocol traffic associated with PPTP
  • System crashes or blue screens in the raspptp.sys driver
  • Suspicious process execution originating from PPTP-related system components
  • Memory corruption indicators in Windows kernel logs

Detection Strategies

  • Monitor network traffic for anomalous PPTP connection patterns and malformed control messages
  • Implement intrusion detection signatures for known PPTP exploitation techniques
  • Enable Windows Event Logging for VPN-related services and monitor for unexpected errors
  • Deploy endpoint detection solutions capable of identifying exploitation attempts targeting PPTP
  • Review system stability logs for crashes related to VPN protocol handlers

Monitoring Recommendations

  • Configure network monitoring to alert on high volumes of PPTP connection attempts from single sources
  • Implement deep packet inspection for PPTP traffic to identify malformed or suspicious packets
  • Monitor Windows System Event Log for Event IDs related to RAS/VPN service failures
  • Establish baselines for normal PPTP usage and alert on deviations
  • Enable SentinelOne's network protection features to detect exploitation attempts

How to Mitigate CVE-2022-24504

Immediate Actions Required

  • Apply Microsoft's October 2022 security updates to all affected Windows systems immediately
  • Disable PPTP VPN services if not required for business operations
  • Restrict network access to PPTP services using firewall rules (block TCP 1723 and GRE from untrusted networks)
  • Consider migrating to more secure VPN protocols such as IKEv2 or L2TP/IPSec
  • Implement network segmentation to limit exposure of systems running PPTP services

Patch Information

Microsoft has released security updates addressing this vulnerability as part of their October 2022 Patch Tuesday release. Organizations should prioritize applying these patches to all affected systems. Detailed patch information and download links are available through the Microsoft Security Update Guide.

For systems that cannot be immediately patched, consider implementing the workarounds described below while planning for patch deployment.

Workarounds

  • Disable PPTP VPN functionality if not essential for business operations
  • Block inbound PPTP traffic (TCP port 1723 and GRE protocol) at network perimeter firewalls
  • Use Windows Firewall to restrict PPTP access to only trusted IP addresses
  • Consider transitioning to alternative VPN technologies that do not rely on PPTP
  • Implement network access controls to limit which systems can communicate with PPTP servers
bash
# Windows Firewall rule to block PPTP from external networks
netsh advfirewall firewall add rule name="Block PPTP TCP" dir=in action=block protocol=tcp localport=1723 profile=public
netsh advfirewall firewall add rule name="Block GRE Protocol" dir=in action=block protocol=47 profile=public

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 Probability1.26%

  • 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-362
  • Technical References
  • Microsoft CVE-2022-24504 Update Guide
  • Vendor Resources
  • Microsoft CVE-2022-24504 Security Advisory
  • 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