Home Microsoft CVE-2023-36019
Back to Microsoft

CVE-2023-36019

Microsoft Power Platform - Connector

Microsoft CVSS 9.6 Updated March 18, 2026

Executive Risk Summary

"A spoofing vulnerability exists in Microsoft Power Platform Connector, which could allow an attacker to trick users into performing unintended actions. This vulnerability can be exploited by an attacker to gain unauthorized access to sensitive information."

Operational Audit Arsenal

Target Type System Component
Target Asset Microsoft.PowerPlatform.Connector.dll
Standard Path %ProgramFiles%\Microsoft Power Platform\Connector
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Microsoft.PowerPlatform.Connector.dll (System Component)
$Targets = 'Microsoft.PowerPlatform.Connector.dll'
$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

Low to Moderate

Internal Work Notes

Apply latest security updates to Microsoft Power Platform Connector to mitigate spoofing vulnerability (CVE-2023-36019)

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.