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-2024-21357

CVE-2024-21357: Windows 10 1507 PGM RCE Vulnerability

CVE-2024-21357 is a remote code execution vulnerability in Windows Pragmatic General Multicast (PGM) affecting Windows 10 1507 that enables attackers to execute arbitrary code. This article covers technical details, affected versions, security impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-21357 Overview

CVE-2024-21357 is a remote code execution vulnerability affecting the Windows Pragmatic General Multicast (PGM) protocol implementation. PGM is a reliable multicast transport protocol that enables receivers to detect loss, request retransmission of lost data, or notify an application of unrecoverable loss. This vulnerability allows remote attackers to execute arbitrary code on affected Windows systems by exploiting a type confusion weakness (CWE-843) in the PGM protocol handler.

The vulnerability exists in how Windows processes specially crafted PGM network packets. An attacker who successfully exploits this vulnerability could execute arbitrary code with SYSTEM-level privileges on the target system, potentially leading to complete system compromise.

Critical Impact

Remote attackers can achieve arbitrary code execution on vulnerable Windows systems through the network without requiring authentication or user interaction, though exploitation requires winning a race condition.

Affected Products

  • Microsoft Windows 10 (versions 1507, 1607, 1809, 21H1, 22H2)
  • Microsoft Windows 11 (versions 21H2, 22H2, 23H2)
  • Microsoft Windows Server 2008 SP2, 2008 R2 SP1, 2012, 2012 R2, 2016, 2019, 2022, 2022 23H2

Discovery Timeline

  • February 13, 2024 - CVE-2024-21357 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2024-21357

Vulnerability Analysis

This vulnerability is classified as a Type Confusion (CWE-843) issue within the Windows Pragmatic General Multicast implementation. Type confusion vulnerabilities occur when code allocates or initializes a resource such as a pointer, object, or variable using one type, but later accesses that resource using an incompatible type. In the context of the PGM protocol handler, this can lead to memory corruption when processing malformed multicast packets.

The attack can be initiated remotely over the network without requiring any privileges on the target system and without user interaction. However, successful exploitation requires the attacker to win a race condition, which adds complexity to weaponizing this vulnerability. Despite this constraint, the impact remains severe as successful exploitation grants the attacker full control over the affected system.

The PGM protocol is commonly used in scenarios requiring efficient multicast data distribution, such as financial market data feeds, multimedia streaming, and enterprise messaging systems. Systems running Message Queuing services with PGM enabled are particularly at risk.

Root Cause

The root cause of CVE-2024-21357 is a type confusion vulnerability in the Windows PGM protocol handler. The vulnerability stems from improper type handling when processing network packets, where the code fails to properly validate or enforce type safety before operating on memory objects. This allows an attacker to manipulate the type interpretation of data structures, leading to memory corruption that can be leveraged for code execution.

Attack Vector

The attack vector for this vulnerability is network-based. An attacker can exploit this vulnerability by sending specially crafted PGM multicast packets to a vulnerable Windows system. The attack does not require authentication or user interaction, making it particularly dangerous for systems exposed to untrusted networks.

To exploit this vulnerability:

  1. The attacker identifies a target system with PGM protocol support enabled
  2. The attacker crafts malicious PGM packets designed to trigger the type confusion
  3. These packets are transmitted over the network to the target
  4. If the attacker successfully wins the race condition, arbitrary code executes with elevated privileges

The vulnerability requires the attacker to prepare the target environment in a specific way and then execute additional actions to exploit the flaw. Systems with the Message Queuing service running and PGM multicast enabled are the primary targets.

Detection Methods for CVE-2024-21357

Indicators of Compromise

  • Anomalous PGM (Pragmatic General Multicast) network traffic patterns, particularly malformed or unexpected multicast packets
  • Unexpected crashes or restarts of the Windows Message Queuing service (mqsvc.exe)
  • Memory access violations or unusual error events in Windows Event logs related to network protocol handling
  • Evidence of code execution from the Message Queuing service context

Detection Strategies

  • Monitor network traffic for abnormal PGM protocol activity, especially from unexpected sources or with malformed packet structures
  • Implement network-based intrusion detection rules to identify exploitation attempts targeting the PGM protocol
  • Deploy endpoint detection and response (EDR) solutions capable of detecting memory corruption and type confusion exploitation patterns
  • Enable enhanced logging on systems running Message Queuing services to capture anomalous behavior

Monitoring Recommendations

  • Enable Windows Event logging for the Message Queuing service and review logs regularly for unusual activity
  • Monitor for unexpected process creation or code execution originating from mqsvc.exe or related system processes
  • Implement network segmentation to isolate systems that require PGM multicast functionality from untrusted network segments
  • Use SentinelOne's Singularity platform to gain visibility into network-level attacks and memory-based exploitation attempts

How to Mitigate CVE-2024-21357

Immediate Actions Required

  • Apply the Microsoft security update for CVE-2024-21357 from the February 2024 Patch Tuesday release immediately
  • If patching is not immediately possible, disable the Windows Message Queuing service on systems where it is not required
  • Restrict PGM multicast traffic at network boundaries using firewall rules to limit exposure
  • Audit systems to identify which have the Message Queuing feature and PGM protocol enabled

Patch Information

Microsoft has released security updates to address CVE-2024-21357 as part of the February 2024 Patch Tuesday security updates. Organizations should apply the appropriate update for their Windows version as soon as possible. Detailed patch information is available in the Microsoft Security Update Guide.

The patches are available for all supported Windows versions including Windows 10, Windows 11, and Windows Server editions from 2008 through 2022 23H2.

Workarounds

  • Disable the Message Queuing service if it is not required for business operations using Set-Service -Name MSMQ -StartupType Disabled
  • Block PGM/multicast traffic at network firewalls for systems that do not require multicast functionality
  • Implement network segmentation to isolate systems requiring PGM from general network access
  • Enable Windows Firewall with advanced security rules to restrict inbound multicast traffic
bash
# Disable Message Queuing service (if not required)
sc config MSMQ start= disabled
sc stop MSMQ

# Verify service status
sc query MSMQ

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 Probability17.27%

  • 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-843

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft CVE-2024-21357 Update Guide
  • 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