Home Microsoft CVE-2026-25925
Back to Microsoft

CVE-2026-25925

PowerDocu

Microsoft CVSS 7.8 Updated March 15, 2026

Executive Risk Summary

"PowerDocu contains a critical security vulnerability that allows an attacker to instantiate arbitrary .NET objects and execute code by blindly trusting the $type property in JSON files. This vulnerability is fixed in version 2.4.0."

Operational Audit Arsenal

Target Type Executable
Target Asset PowerDocu.exe
Standard Path %ProgramFiles%\PowerDocu
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: PowerDocu.exe (Executable)
$Targets = 'PowerDocu.exe'
$SearchPaths = @("$env:windir\System32", "$env:ProgramFiles", "${env:ProgramFiles(x86)}")

Get-ChildItem -Path $SearchPaths -Include $Targets -Recurse -ErrorAction SilentlyContinue | 
Select-Object FullName, @{Name="Version";Expression={$_.VersionInfo.ProductVersion}}

Patch Impact Forecast

Reboot Required Unlikely

PowerDocu service

Internal Work Notes

Apply PowerDocu version 2.4.0 to mitigate arbitrary code execution vulnerability

Technical Intelligence & Operational Utilities • Delivered Weekly

Intelligence Sources

Related Microsoft Threats

Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.