Security readout for executives and security teams
Plain-English summary
A remote, unauthenticated attacker could exploit Microsoft Message Queuing on affected Windows systems to run code, potentially taking control of data and services. The 9.8 CVSS score reflects low attack complexity, no required privileges, and no user interaction. Business impact could include system compromise, data loss, and operational disruption.
Executive priority
Treat as an urgent patching priority because compromise requires neither credentials nor user interaction and could produce complete system impact. Accelerate remediation for reachable or critical MSMQ hosts. Where patching cannot occur promptly, require documented network isolation and service-necessity review.
Technical view
CVE-2023-36911 is an MSMQ remote-code-execution vulnerability associated with integer overflow (CWE-190). Its CVSS 3.1 vector indicates network reachability, low complexity, no privileges, no user interaction, unchanged scope, and high confidentiality, integrity, and availability impacts. Microsoft identifies affected Windows client and server releases and provides a security update.
Likely exposure
Potential exposure includes listed Windows 10 and 11 releases and Windows Server 2008 through 2019 systems using MSMQ. The bundle does not establish whether MSMQ is enabled by default or which ports are reachable. Prioritize internet-facing, externally reachable, and business-critical MSMQ systems for verification.
Exploitation context
The supplied CVSS data indicates unauthenticated network exploitation with low complexity and no user action. The source bundle marks the CVE as absent from KEV and provides no evidence of active exploitation. That absence should not be treated as proof that exploitation is impossible or has never occurred.
Researcher notes
The strongest supported details are the 9.8 CVSS vector, CWE-190 classification, affected Windows versions, and Microsoft patch reference. The bundle does not describe the vulnerable message-processing path, affected MSMQ configurations, indicators of compromise, exact update identifiers, or observed attacks. Consult the Microsoft advisory for release-specific update information.
Mitigation direction
Apply the Microsoft security update applicable to each affected Windows release.
Follow Microsoft guidance for unsupported or extended-support Windows versions.
Restrict untrusted network access to MSMQ services while remediation is pending.
Disable MSMQ where confirmed unnecessary, following change-control and dependency review.
Validation and detection
Inventory systems running the Windows releases identified in the source bundle.
Determine where MSMQ is installed, enabled, and reachable from untrusted networks.
Verify each affected system has the corresponding Microsoft security update installed.
Confirm network controls restrict MSMQ access to documented trusted sources.
Review security telemetry for suspicious activity involving exposed MSMQ services.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-190: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
2ADP providers
2Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-190 · source CWE mapping
Integer Overflow or Wraparound
Integer Overflow or Wraparound represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.