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-28302

CVE-2023-28302: Windows 10 1607 MSMQ DOS Vulnerability

CVE-2023-28302 is a denial of service vulnerability in Microsoft Message Queuing (MSMQ) affecting Windows 10 1607 that allows attackers to disrupt service availability. This article covers technical details, affected versions, impact analysis, and mitigation strategies.

Published: January 28, 2026

CVE-2023-28302 Overview

CVE-2023-28302 is a Denial of Service vulnerability affecting Microsoft Message Queuing (MSMQ), a core Windows component that enables asynchronous messaging between applications. This vulnerability allows remote attackers to cause service disruption on affected systems without requiring authentication or user interaction.

Critical Impact

Unauthenticated remote attackers can exploit this vulnerability over the network to cause denial of service conditions, disrupting critical enterprise messaging infrastructure and dependent applications.

Affected Products

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

Discovery Timeline

  • April 11, 2023 - CVE-2023-28302 published to NVD
  • January 1, 2025 - Last updated in NVD database

Technical Details for CVE-2023-28302

Vulnerability Analysis

This vulnerability resides in Microsoft Message Queuing (MSMQ), a Windows service that provides reliable asynchronous message delivery between distributed applications. The flaw stems from improper input validation (CWE-20) when processing specially crafted network requests. When exploited, the vulnerability causes the MSMQ service to become unresponsive, effectively denying service to legitimate applications that depend on message queuing functionality.

The vulnerability is particularly concerning in enterprise environments where MSMQ is used for critical business operations, including transaction processing, workflow automation, and inter-application communication. Organizations running the MSMQ service exposed to untrusted networks face significant operational risk.

Root Cause

The vulnerability is attributed to improper input validation (CWE-20) in the MSMQ service. The service fails to properly validate or sanitize certain input data received over the network, allowing malformed requests to trigger error conditions that result in service disruption. This lack of proper bounds checking or input sanitization enables attackers to craft requests that overwhelm or crash the service.

Attack Vector

This vulnerability can be exploited remotely over the network by sending specially crafted packets to the MSMQ service. The attack requires no authentication and no user interaction, making it highly accessible to attackers with network access to affected systems. The MSMQ service typically listens on TCP port 1801, and any system with this service enabled and network-accessible is potentially vulnerable.

An attacker can achieve denial of service by sending malformed messages to the MSMQ endpoint, causing the service to crash or become unresponsive. This disrupts all applications dependent on MSMQ for message queuing operations.

Detection Methods for CVE-2023-28302

Indicators of Compromise

  • Unexpected MSMQ service crashes or restarts recorded in Windows Event Logs
  • Anomalous network traffic patterns targeting TCP port 1801
  • Application errors indicating MSMQ unavailability or connection timeouts
  • Increased CPU or memory consumption by the mqsvc.exe process prior to service failure

Detection Strategies

  • Monitor Windows Event Logs for MSMQ service failures (Event ID 7034 for service crash)
  • Implement network intrusion detection rules to identify malformed MSMQ packets
  • Deploy endpoint detection solutions to monitor mqsvc.exe process behavior and anomalies
  • Configure SIEM alerts for repeated MSMQ service restart events

Monitoring Recommendations

  • Enable verbose logging for the MSMQ service to capture detailed diagnostic information
  • Monitor network traffic on TCP port 1801 for unusual patterns or high volumes of requests
  • Implement baseline monitoring for MSMQ service uptime and performance metrics
  • Use SentinelOne Singularity platform to detect anomalous process behavior and service disruptions

How to Mitigate CVE-2023-28302

Immediate Actions Required

  • Apply the Microsoft security update for CVE-2023-28302 immediately via Windows Update or WSUS
  • Disable the MSMQ service on systems where it is not required for business operations
  • Implement network segmentation to restrict access to MSMQ services from untrusted networks
  • Review firewall rules to limit access to TCP port 1801 to authorized systems only

Patch Information

Microsoft has released security updates to address this vulnerability as part of the April 2023 Patch Tuesday release. Administrators should consult the Microsoft Security Update Guide for detailed patch information and download links specific to their affected Windows versions. The patches address the improper input validation issue by implementing proper bounds checking and input sanitization for MSMQ network requests.

Workarounds

  • Disable the MSMQ Windows feature if not required: Navigate to Control Panel > Programs > Turn Windows features on or off, and uncheck "Microsoft Message Queue (MSMQ) Server"
  • Block inbound network access to TCP port 1801 at perimeter and host-based firewalls
  • Implement network access controls to restrict MSMQ communication to trusted internal systems only
  • Use IPsec or Windows Firewall with Advanced Security to restrict MSMQ access to specific IP addresses
bash
# Disable MSMQ service via PowerShell
Stop-Service -Name "MSMQ" -Force
Set-Service -Name "MSMQ" -StartupType Disabled

# Block TCP port 1801 using Windows Firewall
New-NetFirewallRule -DisplayName "Block MSMQ Inbound" -Direction Inbound -Protocol TCP -LocalPort 1801 -Action Block

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechMicrosoft Windows

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability30.22%

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

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Update Guide
  • Related CVEs
  • CVE-2023-3079: Google Chrome V8 RCE Vulnerability

  • CVE-2025-48001: Windows 10 1507 Race Condition Vulnerability

  • CVE-2025-4660: Forescout SecureConnector RCE Vulnerability

  • CVE-2024-49117: Windows Hyper-V 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