Severity by source
AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N
Network-reachable but requires victim interaction (UI:R) and non-trivial search-path conditions (AC:H) with no auth (PR:N); hijacked code loads across a trust boundary (S:C) yielding high C/I but no availability impact.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
Uncontrolled search path element in Microsoft Power Apps allows an unauthorized attacker to execute code over a network.
AnalysisAI
Remote code execution in Microsoft Power Apps arises from an uncontrolled search path element (CWE-427) that lets an unauthorized attacker run arbitrary code over a network when a victim is lured into a triggering action. The flaw carries a CVSS 8.0 rating with a scope-changed impact, but exploitation requires high attacker effort and user interaction, and there is no public exploit identified at time of analysis. EPSS is very low (0.04%, 13th percentile) and CISA SSVC records no known exploitation, indicating limited real-world weaponization so far.
Technical ContextAI
Microsoft Power Apps is Microsoft's low-code application development platform within the Power Platform / Microsoft 365 ecosystem (CPE cpe:2.3:a:microsoft:microsoft_power_apps). The root cause is CWE-427, Uncontrolled Search Path Element, the vulnerability class behind library/DLL/binary hijacking: the software resolves a resource (library, module, or executable) from a search path an attacker can influence, causing it to load attacker-controlled code instead of the intended trusted component. The CVSS scope-changed metric (S:C) indicates the executed code can affect resources beyond the vulnerable component's original security authority, which is consistent with a hijacked-component loading a payload that crosses a trust boundary.
RemediationAI
Apply the vendor fix: Patch available per Microsoft advisory (https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32172); consult the MSRC Security Update Guide entry for the exact serviced build, as no explicit fix version string is provided in the available intelligence and version numbers should not be invented. Because Power Apps is a Microsoft-hosted/serviced platform, the fix may be delivered service-side or via updated client components, so verify that any locally installed Power Apps client, connector, or gateway components are updated to the vendor-listed build. As a compensating control for a CWE-427 search-path issue, restrict which directories the affected component loads executable code and libraries from and ensure application binaries and their trusted library locations are not writable by non-privileged users, which reduces the chance of an attacker-controlled element being resolved; note this can break components that legitimately load from user-writable paths. Given UI:R, also reinforce user-awareness controls to reduce the likelihood a victim performs the required triggering action.
Same weakness CWE-427 – Uncontrolled Search Path Element
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-25308
GHSA-6fcx-x4g2-7cfw