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

CVE-2023-36910: Windows 10 MSMQ RCE Vulnerability

CVE-2023-36910 is a remote code execution vulnerability in Microsoft Message Queuing (MSMQ) for Windows 10 that enables attackers to execute arbitrary code. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-36910 Overview

CVE-2023-36910 is a critical remote code execution vulnerability affecting Microsoft Message Queuing (MSMQ), a messaging protocol that enables applications running on separate servers to communicate in a failsafe manner. This vulnerability allows unauthenticated remote attackers to execute arbitrary code on vulnerable Windows systems where the MSMQ service is enabled.

The vulnerability is particularly dangerous because it requires no user interaction and can be exploited over the network without authentication. MSMQ, while not enabled by default on most Windows installations, is commonly deployed in enterprise environments for application integration, transaction processing, and distributed system communication.

Critical Impact

Unauthenticated remote attackers can achieve complete system compromise by sending specially crafted packets to the MSMQ service, potentially leading to full control over affected Windows systems.

Affected Products

  • Microsoft Windows 10 (all versions including 1607, 1809, 21H2, 22H2)
  • Microsoft Windows 11 (21H2, 22H2 - both ARM64 and x64 architectures)
  • Microsoft Windows Server 2008 (SP2 and R2 SP1)
  • Microsoft Windows Server 2012 (including R2)
  • Microsoft Windows Server 2016
  • Microsoft Windows Server 2019
  • Microsoft Windows Server 2022

Discovery Timeline

  • August 8, 2023 - CVE-2023-36910 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-36910

Vulnerability Analysis

This remote code execution vulnerability resides in the Microsoft Message Queuing service, a core Windows component used for asynchronous messaging between distributed applications. The vulnerability is classified under CWE-190 (Integer Overflow or Wraparound), indicating a fundamental flaw in how the MSMQ service handles numeric values during message processing.

The attack can be initiated remotely over the network without requiring any form of authentication or user interaction. An attacker who successfully exploits this vulnerability could execute arbitrary code with SYSTEM-level privileges on the target machine, resulting in complete system compromise.

The broad scope of affected products, spanning from legacy Windows Server 2008 to modern Windows 11 systems, indicates that this vulnerability exists in core MSMQ functionality that has been present across multiple Windows generations.

Root Cause

The root cause of CVE-2023-36910 is an integer overflow vulnerability (CWE-190) within the MSMQ service's message processing logic. Integer overflow conditions occur when arithmetic operations produce values that exceed the maximum storage capacity of the data type being used.

In the context of MSMQ, this overflow likely occurs during buffer size calculations or memory allocation operations when processing incoming messages. When an attacker sends specially crafted messages containing malicious size parameters, the integer overflow can cause the service to allocate an insufficient buffer, subsequently leading to memory corruption conditions that enable code execution.

Attack Vector

The attack vector for CVE-2023-36910 is network-based, targeting TCP port 1801, which is the default listening port for the MSMQ service. The exploitation workflow involves:

  1. The attacker identifies a Windows system with the MSMQ service running and accessible over the network
  2. Specially crafted MSMQ packets are constructed to trigger the integer overflow condition
  3. These malicious packets are transmitted to the target system's MSMQ service
  4. The integer overflow leads to improper memory allocation, causing a heap or buffer overflow
  5. Through careful manipulation of the overflow, the attacker achieves arbitrary code execution with SYSTEM privileges

The vulnerability does not require any authentication credentials or user interaction, making it highly exploitable in environments where MSMQ services are exposed to untrusted networks.

Detection Methods for CVE-2023-36910

Indicators of Compromise

  • Unexpected network connections to TCP port 1801 from external or untrusted sources
  • Anomalous MSMQ service behavior including crashes, restarts, or unexpected child processes
  • Memory corruption artifacts or crash dumps from the mqsvc.exe process
  • Suspicious processes spawned as children of the MSMQ service process

Detection Strategies

  • Monitor network traffic for unusual patterns or malformed packets targeting TCP port 1801
  • Implement intrusion detection/prevention system (IDS/IPS) rules to identify MSMQ exploitation attempts
  • Deploy endpoint detection and response (EDR) solutions to monitor mqsvc.exe process behavior for signs of code injection or unexpected execution flows
  • Configure Windows Event Log auditing for MSMQ-related events and system service anomalies

Monitoring Recommendations

  • Enable detailed logging for the MSMQ service and regularly review logs for suspicious activity
  • Monitor for unusual outbound network connections from systems running MSMQ services
  • Implement network segmentation to isolate MSMQ services from untrusted network segments
  • Use SentinelOne's real-time behavioral analysis to detect exploitation attempts and post-exploitation activities

How to Mitigate CVE-2023-36910

Immediate Actions Required

  • Apply the Microsoft security update released in August 2023 to all affected systems immediately
  • If patching is not immediately possible, disable the MSMQ service on systems where it is not required
  • Block TCP port 1801 at network perimeters to prevent external exploitation attempts
  • Conduct an inventory to identify all systems with MSMQ enabled across the environment

Patch Information

Microsoft has released security updates to address CVE-2023-36910 as part of their August 2023 Patch Tuesday release. Administrators should consult the Microsoft Security Update Guide for CVE-2023-36910 for detailed patch information specific to their Windows versions.

The patches address the integer overflow condition in the MSMQ service by implementing proper bounds checking and input validation during message processing. Organizations should prioritize patching systems where MSMQ is actively used or exposed to network traffic.

Workarounds

  • Disable the Message Queuing service if it is not required for business operations using the Services management console or PowerShell
  • Implement strict firewall rules to block inbound traffic to TCP port 1801 from untrusted networks
  • Use network segmentation to isolate systems running MSMQ from general network access
  • Consider using Windows Firewall with Advanced Security to restrict MSMQ access to specific authorized systems only
bash
# Disable MSMQ service (PowerShell - Run as Administrator)
Stop-Service -Name MSMQ -Force
Set-Service -Name MSMQ -StartupType Disabled

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

# Block MSMQ port via Windows Firewall (if service must remain enabled)
New-NetFirewallRule -DisplayName "Block MSMQ Inbound" -Direction Inbound -Protocol TCP -LocalPort 1801 -Action Block -Profile Any

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWindows

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability3.46%

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

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft CVE-2023-36910 Advisory
  • 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