CVE-2026-50447
Analyzed Analyzed - Analysis Complete

Heap-based Buffer Overflow in Windows Message Queuing

Vulnerability report for CVE-2026-50447, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-14

Last updated on: 2026-07-22

Assigner: Microsoft Corporation

Description

Heap-based buffer overflow in Windows Message Queuing allows an unauthorized attacker to execute code over a network.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-14
Last Modified
2026-07-22
Generated
2026-08-04
AI Q&A
2026-07-15
EPSS Evaluated
2026-08-02
NVD
EUVD

Affected Vendors & Products

Showing 22 associated CPEs
Vendor Product Version / Range
microsoft windows_server_2012 r2
microsoft windows_server_2012 *
microsoft windows_11_26h1 to 10.0.28000.2269 (exc)
microsoft windows_10_1607 to 10.0.14393.9339 (exc)
microsoft windows_10_1607 to 10.0.14393.9339 (exc)
microsoft windows_10_1809 to 10.0.17763.9020 (exc)
microsoft windows_10_1809 to 10.0.17763.9020 (exc)
microsoft windows_server_2016 to 10.0.14393.9339 (exc)
microsoft windows_server_2019 to 10.0.17763.9020 (exc)
microsoft windows_server_2022 to 10.0.20348.5386 (exc)
microsoft windows_server_2025 to 10.0.26100.33158 (exc)
microsoft windows_11_26h1 to 10.0.28000.2525 (exc)
microsoft windows_11_24h2 to 10.0.26100.8875 (exc)
microsoft windows_11_24h2 to 10.0.26100.8875 (exc)
microsoft windows_10_21h2 to 10.0.19044.7548 (exc)
microsoft windows_10_21h2 to 10.0.19044.7548 (exc)
microsoft windows_10_21h2 to 10.0.19044.7548 (exc)
microsoft windows_10_22h2 to 10.0.19045.7548 (exc)
microsoft windows_10_22h2 to 10.0.19045.7548 (exc)
microsoft windows_10_22h2 to 10.0.19045.7548 (exc)
microsoft windows_11_25h2 to 10.0.26200.8875 (exc)
microsoft windows_11_25h2 to 10.0.26200.8875 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-122 A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-50447 is a heap-based buffer overflow vulnerability in the Windows Message Queuing service. This flaw allows an unauthorized attacker to execute arbitrary code remotely over a network without requiring any user interaction or privileges.

A heap-based buffer overflow occurs when a program writes more data to a buffer than it can hold, corrupting memory in the heap. In this case, the vulnerability exists in the Windows Message Queuing component, which is a service that enables communication between applications across networks.

The CVSS v3.1 score for this vulnerability is 9.8 (Critical), with the vector AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H. This indicates the vulnerability is exploitable over a network with low attack complexity, no privileges required, and no user interaction needed. It can lead to high impacts on confidentiality, integrity, and availability.

Detection Guidance

To detect the presence of the Windows Message Queuing (MSMQ) service, which is affected by CVE-2026-50447, you can check if the service is running on your system or network.

  • On a Windows system, you can use the following command in PowerShell or Command Prompt to check if the MSMQ service is running: sc query MSMQ
  • To verify if the service is listening on the default port (TCP 1801), use: netstat -ano | findstr 1801
  • You can also check for installed updates or patches related to this CVE using: wmic qfe list | findstr "CVE-2026-50447"

If the MSMQ service is running and exposed to the network, it may be vulnerable. Ensure you apply the latest security updates from Microsoft to mitigate the risk.

Impact Analysis

This vulnerability can have severe impacts if exploited, including:

  • Remote Code Execution (RCE): An attacker can execute arbitrary code on a vulnerable system, potentially taking full control of it.
  • Unauthorized Access: The attacker can gain access to sensitive data stored on the system or use the compromised system as a pivot to attack other systems in the network.
  • System Compromise: The vulnerability can lead to complete system compromise, allowing the attacker to install malware, steal data, or disrupt operations.
  • Network Propagation: Since the vulnerability is exploitable over a network, an attacker could potentially move laterally within a network, compromising multiple systems.

The high CVSS score (9.8) reflects the critical nature of this vulnerability, meaning it poses a significant risk to affected systems.

Compliance Impact

This vulnerability can impact compliance with several common standards and regulations, depending on the context of the affected systems:

  • GDPR (General Data Protection Regulation): If the vulnerable system processes or stores personal data of EU citizens, a successful exploit could lead to unauthorized access or disclosure of this data. This would violate GDPR requirements for data protection and could result in significant fines (up to 4% of global revenue or €20 million, whichever is higher).
  • HIPAA (Health Insurance Portability and Accountability Act): For organizations handling protected health information (PHI), exploitation of this vulnerability could lead to unauthorized access to PHI, violating HIPAA's Security Rule. This could result in penalties, legal action, and reputational damage.
  • PCI DSS (Payment Card Industry Data Security Standard): If the vulnerable system is part of a payment processing environment, exploitation could lead to unauthorized access to cardholder data, violating PCI DSS requirements. This could result in fines, increased transaction fees, or loss of ability to process payments.
  • NIST and Other Frameworks: Many compliance frameworks (e.g., NIST SP 800-53, ISO 27001) require organizations to protect systems from known vulnerabilities. Failure to patch or mitigate this vulnerability could result in non-compliance with these frameworks.

Organizations should prioritize patching or mitigating this vulnerability to avoid potential compliance violations and associated penalties.

Mitigation Strategies

To mitigate CVE-2026-50447, follow these immediate steps:

  • Apply the latest security update from Microsoft for CVE-2026-50447. Refer to the Microsoft Security Update Guide for the patch.
  • If patching is not immediately possible, disable the Windows Message Queuing (MSMQ) service to prevent exploitation. This can be done via the Services management console or using the command: sc stop MSMQ && sc config MSMQ start= disabled
  • Restrict network access to the MSMQ service (default port TCP 1801) using firewalls or network security groups to limit exposure to trusted networks only.
  • Monitor network traffic for unusual activity targeting port 1801, as this may indicate exploitation attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-50447. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart