Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Network XSS needing victim interaction (UI:R) with a scope change into the app context; spoofing yields limited confidentiality/integrity impact, so C:L/I:L rather than H.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
3DescriptionNVD
Improper neutralization of input during web page generation ('cross-site scripting') in Dynamics 365 Customer Voice allows an unauthorized attacker to perform spoofing over a network.
AnalysisAI
Cross-site scripting in Microsoft Dynamics 365 Customer Voice allows a remote, unauthenticated attacker to inject script that executes in a victim's browser session and perform spoofing once the victim interacts with attacker-supplied content. The flaw carries a CVSS 9.3 rating driven largely by a scope change (S:C), meaning injected script escapes into a different security context. There is no public exploit identified at time of analysis and it is not listed in CISA KEV.
Technical ContextAI
Dynamics 365 Customer Voice is Microsoft's cloud-based enterprise feedback and survey management service within the Dynamics 365 / Power Platform family, used to build and distribute surveys and collect customer responses. The root cause is CWE-79 (improper neutralization of input during web page generation), where user-controllable input - plausibly survey content, response fields, or shared survey links rendered in the web UI - is emitted into an HTML page without adequate output encoding, allowing browser-interpreted markup or script. The CVSS scope change (S:C) indicates the executed script affects a security context beyond the vulnerable component, consistent with script running in the context of the Dynamics 365 web application or an authenticated user's session.
RemediationAI
Because Dynamics 365 Customer Voice is a Microsoft-operated cloud service, the fix is applied by Microsoft server-side and no customer-installed patch is typically required; consult the MSRC advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-47646 to confirm remediation status and any tenant-side action. Patch available per vendor advisory; no discrete fixed version number was provided in the input, consistent with SaaS servicing. As compensating measures while verifying the fix, restrict distribution and acceptance of survey links to trusted audiences, educate users not to interact with unsolicited Customer Voice survey links (directly reducing the UI:R exploitation path, at the cost of some legitimate survey reach), and enforce browser/endpoint controls and a strong Content Security Policy where configurable to limit script execution. Monitor the MSRC guide entry for this CVE to confirm Microsoft has completed the service-side remediation for your tenant.
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42491
GHSA-vp2c-mc92-v364