Severity by source
AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
Network-reachable code execution with low complexity but requiring an existing high-privileged account (PR:H); over-privileged execution crosses a security boundary (S:C) with total confidentiality, integrity, and availability impact.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
2DescriptionCVE.org
Execution with unnecessary privileges in Microsoft Dynamics 365 (on-premises) allows an authorized attacker to execute code over a network.
AnalysisAI
Remote code execution in Microsoft Dynamics 365 (on-premises) version 9.1 (and 9.0 builds prior to 9.1.44.15) allows an authenticated, high-privileged attacker to run arbitrary code over the network because the application executes with unnecessary privileges (CWE-250). Microsoft has released a patch, and there is no public exploit identified at time of analysis; EPSS is very low (0.07%) and CISA SSVC records no known exploitation, so this is a high-CVSS but not currently exploited issue. The scope-changed CVSS 9.1 reflects that successful code execution can impact resources beyond the vulnerable component's original security authority.
Technical ContextAI
Microsoft Dynamics 365 (on-premises) is Microsoft's self-hosted CRM/ERP business-application platform, typically deployed on Windows Server with IIS and SQL Server backends inside enterprise networks. The root cause is CWE-250 (Execution with Unnecessary Privileges): a component of the application performs an operation using a higher privilege level than required, so an operation reachable by an authorized user runs in an over-privileged context. The CPE identifies the affected build as cpe:2.3:a:microsoft:microsoft_dynamics_365_(on-premises)_version_9.1. Because the CVSS scope is Changed (S:C), the vulnerable component and the impacted component differ - code executing with the excess privileges can affect resources managed by a different security authority (for example the underlying service account or host), which is characteristic of privilege-boundary failures.
RemediationAI
Apply the Microsoft-released update that brings Dynamics 365 (on-premises) to build 9.1.44.15 or later, as tracked in the MSRC advisory (Vendor-released patch: 9.1.44.15) at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-42833; this is the primary and authoritative fix. Because exploitation requires an authorized high-privileged account, interim compensating controls include tightening who holds elevated Dynamics roles and administrative accounts, reviewing and reducing the privileges of the service/application accounts under which the platform runs (directly addressing the unnecessary-privileges root cause), and restricting network reachability of the Dynamics application endpoints to trusted internal segments or VPN only rather than broad exposure. The trade-off of network restriction is reduced accessibility for legitimate remote or partner users, and privilege reduction should be tested in staging to avoid breaking integrations that currently depend on the over-privileged context; none of these substitute for the patch, which should be applied as soon as change control allows.
Same weakness CWE-250 – Execution with Unnecessary Privileges
View allSame technique Privilege Escalation
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-29713
GHSA-wq97-r6xw-c5c9