Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from Vendor (microsoft).
CVSS VectorVendor: microsoft
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
2DescriptionCVE.org
Deserialization of untrusted data in Nuance PowerScribe allows an unauthorized attacker to execute code over a network.
AnalysisAI
Remote code execution in Nuance PowerScribe allows unauthenticated network attackers to run arbitrary code by submitting maliciously crafted serialized objects to the application. The flaw is a CWE-502 untrusted-data deserialization issue carrying a critical CVSS 9.8 score, reported through Microsoft Security Response Center; no public exploit identified at time of analysis. Because PowerScribe is a clinical radiology reporting platform widely deployed in hospital environments, successful exploitation could compromise systems handling protected health information.
Technical ContextAI
Nuance PowerScribe is a speech-recognition-driven radiology reporting platform used by hospitals and imaging centers to dictate, generate, and sign diagnostic reports; following Microsoft's 2022 acquisition of Nuance, the product is now serviced through MSRC. The root cause is CWE-502 (Deserialization of Untrusted Data), a class of bug where the application reconstructs object graphs from attacker-controlled byte streams without validating the type or content, allowing gadget chains (commonly in .NET BinaryFormatter, Java readObject, or similar serializers) to trigger arbitrary method invocations during the deserialization process itself. No CPE strings were published with this advisory, so exact affected components within the PowerScribe product family (PowerScribe 360, PowerScribe One, etc.) cannot be enumerated from the available data.
RemediationAI
Patch availability per the MSRC advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-26142 should be reviewed and applied - specific fix version is not stated in the provided data and must be retrieved from MSRC. As compensating controls until patching is complete, restrict network reachability to the PowerScribe application and management endpoints to clinical workstations and integration servers only via firewall ACLs or network segmentation (trade-off: may break legitimate integrations with PACS/RIS/EHR systems if scope is too narrow), place the service behind an authenticating reverse proxy or VPN if it is currently directly accessible (trade-off: adds latency and login friction for radiologists who rely on rapid sign-in workflows), and monitor application logs and network flows for unexpected serialized payloads or unusual child processes spawned by the PowerScribe service account. Avoid disabling the deserialization endpoint blindly, as PowerScribe's voice and reporting workflows depend on inter-component messaging that may use the same channel.
Same weakness CWE-502 – Deserialization of Untrusted Data
View allSame technique Deserialization
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-35530
GHSA-7w62-gvgg-pvvq