Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Local heap overflow needing a low-privileged foothold (AV:L/PR:L), no user interaction, and code execution in the privileged MSMQ service yields total C/I/A impact.
Primary rating from Vendor (microsoft).
CVSS VectorNVD
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
5DescriptionNVD
Heap-based buffer overflow in Windows Message Queuing Queue Manager allows an unauthorized attacker to execute code locally.
AnalysisAI
Local privilege escalation via heap-based buffer overflow in the Windows Message Queuing (MSMQ) Queue Manager component lets an authenticated local attacker corrupt heap memory and execute arbitrary code, gaining total control (SYSTEM-level) of the affected host. It impacts a broad range of Windows client and server builds from Windows Server 2012 through Windows 11 25H2/26H1 and Windows Server 2025. Microsoft has released patches; publicly available exploit code exists, though SSVC lists exploitation status as none and EPSS probability is low (0.39%).
Technical ContextAI
Message Queuing (MSMQ) is an optional Windows messaging service whose Queue Manager (mqsvc/mqqm) parses and manages message queues, historically a recurring source of memory-safety bugs (e.g., the 'QueueJumper' family). The root cause here is CWE-122, a heap-based buffer overflow: attacker-controlled input is written past the bounds of a heap allocation inside the Queue Manager, corrupting adjacent heap structures. Because MSMQ processing runs in a privileged service context, controlled corruption of heap metadata or object pointers can be steered into arbitrary code execution. The CPE set spans Windows 10 (1607/1809/21H2/22H2), Windows 11 (24H2/25H2/26H1), and Windows Server 2012 through 2025, including Server Core installations, indicating the vulnerable code is present across the whole modern Windows codebase wherever the MSMQ feature is installed.
RemediationAI
Apply Microsoft's security update for the corresponding OS build via the MSRC advisory (https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-54992); Patch available per vendor advisory, with fixed builds per version, e.g., Windows 11 24H2 at 10.0.26100.8875, Windows Server 2022 at 10.0.20348.5386, Windows Server 2025 at 10.0.26100.33158, Server 2012 R2 at 6.3.9600.23291, and Windows 10 22H2 at 10.0.19045.7548 - confirm the exact KB for your build in the update guide before deployment. As a compensating control where patching must be delayed, disable or uninstall the Message Queuing (MSMQ) Windows feature if it is not required, since the vulnerable Queue Manager only runs when MSMQ is installed; the trade-off is loss of any application that depends on MSMQ messaging. If MSMQ must remain enabled, restrict local access and limit which low-privileged users can run code on affected hosts, since exploitation requires an existing local foothold. There is no network-facing feature toggle to disable for this local-vector issue, so patching remains the definitive fix.
More in Windows 10 Version 1607
View allRemote code execution in Windows IKE Extension (Internet Key Exchange) via double free memory corruption allows unauthen
Local privilege escalation in Microsoft Active Directory Federation Services (AD FS) lets an already-authenticated low-p
Windows Shell protection mechanism failure (CVE-2026-32202) allows remote attackers to perform spoofing attacks over a n
Local privilege escalation in the Microsoft Windows Kernel allows an unauthorized attacker to gain elevated (SYSTEM-leve
Local code execution in the Windows DHCP Client service stems from a use-after-free (CWE-416) memory-corruption flaw aff
Remote code execution in the Microsoft Windows DHCP Server role allows an unauthenticated network attacker to run arbitr
Local code execution in the Windows Media component of supported Windows 10, Windows 11, and Windows Server (2016 throug
Local privilege escalation in Microsoft Windows Win32K lets an authenticated low-privileged user corrupt kernel heap mem
Local privilege escalation in the Windows NTFS file system driver lets an authenticated low-privileged user win a race c
Elevation of privilege in the Windows Hyper-V virtual network switch (VMSwitch) lets an authenticated attacker operating
Remote code execution in Microsoft Windows Remote Desktop (RDP) allows an unauthorized network attacker to run arbitrary
Remote code execution in Microsoft Windows Message Queuing (MSMQ) allows an unauthenticated attacker to run arbitrary co
Same weakness CWE-122 – Heap-based Buffer Overflow
View allSame technique Heap Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-44013
GHSA-4rvc-f57j-w38h