Severity by source
AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
2DescriptionCVE.org
Heap-based buffer overflow in Windows Message Queuing allows an unauthorized attacker to execute code over an adjacent network.
AnalysisAI
Heap-based buffer overflow in Windows Message Queuing (MSMQ) allows remote unauthenticated attackers on adjacent networks to execute arbitrary code with high impact to confidentiality, integrity, and availability across multiple Windows versions. Microsoft released patches via their May 2026 security update. The vulnerability requires adjacent network access (same subnet/VLAN) but no authentication, user interaction, or special configuration, making it exploitable against default Windows installations where MSMQ service is enabled. EPSS data not available; no CISA KEV listing or public POC identified at time of analysis.
Technical ContextAI
Windows Message Queuing (MSMQ) is Microsoft's implementation of message queue middleware, enabling asynchronous communication between distributed applications through reliable message delivery. The vulnerability (CWE-122: Heap-based Buffer Overflow) occurs when MSMQ improperly validates message sizes or buffer boundaries during queue processing, allowing attackers to overflow heap memory structures. CPE data confirms impact across all modern Windows client (10 and 11) and server (2012+) platforms. MSMQ typically listens on network ports (TCP 1801, UDP 1801, RPC dynamic ports) for remote queue operations. The heap overflow suggests memory corruption in message parsing or queue management routines, where malformed MSMQ packets trigger unsafe memory operations that overwrite adjacent heap metadata or function pointers.
RemediationAI
Apply Microsoft's May 2026 security updates immediately for all systems with MSMQ installed, available through Windows Update, WSUS, or manual download from the Microsoft Update Catalog via https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-34329. Organizations not requiring MSMQ functionality should disable or uninstall the Message Queuing feature entirely through Windows Features (Programs and Features > Turn Windows features on or off > Microsoft Message Queue Server) to eliminate attack surface-this is the most effective long-term mitigation with no functional impact if MSMQ is unused. For systems requiring MSMQ where patching cannot be immediately deployed, implement network segmentation to restrict MSMQ network access to only trusted systems via firewall rules blocking TCP/UDP port 1801 and RPC dynamic ports from untrusted network segments-note this breaks MSMQ functionality for remote clients but prevents adjacent network exploitation. Monitor MSMQ service logs (Application and Services Logs > Microsoft > Windows > MSMQ) for unexpected connection attempts or service crashes indicating exploitation attempts.
Same weakness CWE-122 – Heap-based Buffer Overflow
View allSame technique Heap Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-29588
GHSA-8gp6-w6f8-h3c5