Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Unauthenticated network-reachable deserialization needing no user interaction gives AV:N/AC:L/PR:N/UI:N, and code execution yields full C:H/I:H/A:H.
Primary rating from Vendor (microsoft).
CVSS VectorVendor: microsoft
Lifecycle Timeline
2DescriptionCVE.org
Deserialization of untrusted data in Microsoft Dynamics NAV allows an unauthorized attacker to execute code over a network.
AnalysisAI
Remote code execution in Microsoft Dynamics NAV 2018 allows an unauthorized, network-based attacker to run arbitrary code by submitting maliciously crafted serialized data that the application deserializes without validation (CWE-502). With a CVSS 9.8 vector requiring no authentication and no user interaction, successful exploitation grants full compromise of the ERP host. Microsoft has released a patch via MSRC; there is no public exploit identified at time of analysis and the CVE is not listed in CISA KEV.
Technical ContextAI
The flaw is a CWE-502 unsafe deserialization issue in Microsoft Dynamics NAV, an on-premises ERP (Enterprise Resource Planning) platform for finance, supply chain, and operations. The affected CPE is cpe:2.3:a:microsoft:microsoft_dynamics_nav_2018, indicating the 2018 release line (the predecessor to Dynamics 365 Business Central). Insecure deserialization occurs when an application reconstructs .NET/serialized objects from attacker-controlled input without validating type or content; crafted gadget chains can then trigger code execution during object reconstruction. Because NAV exposes network-facing service endpoints (e.g., the NAV/Business Central Server service tier and web/SOAP/OData services), untrusted serialized payloads can reach the vulnerable deserialization path over the network.
RemediationAI
Patch available per vendor advisory - apply the Microsoft-supplied update for Dynamics NAV 2018 referenced at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-55944, which lists the exact fixed cumulative update to install (no exact fix build was provided in this input, so verify the target version directly in the MSRC guide). Until patching is complete, reduce exposure by restricting network access to the NAV Server service tier and any web/SOAP/OData endpoints to trusted management networks and VPN only, and remove any direct internet exposure of these services - the trade-off is that legitimate remote or integration clients outside the allowed ranges will lose connectivity and may require firewall or reverse-proxy allow-listing. Where feasible, place the service tier behind an application-aware gateway and monitor for anomalous serialized payloads; these controls reduce reachability but do not remove the underlying deserialization flaw, so they are stopgaps pending the patch.
Same weakness CWE-502 – Deserialization of Untrusted Data
View allSame technique Deserialization
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-44229
GHSA-rvmx-r962-429w