Cyber Resilience

CVE-2026-4064

High

Published: 17 March 2026

Published
17 March 2026
Modified
19 March 2026
KEV Added
Patch
CVSS Score v3.1 8.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
EPSS Score 0.0032 24.1th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-4064 is a high-severity Missing Authorization (CWE-862) vulnerability in Ironmansoftware Powershell Universal. Its CVSS base score is 8.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 24.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-24 (Access Control Decisions) and AC-3 (Access Enforcement).

Deeper analysis

CVE-2026-4064 is a missing authorization vulnerability affecting multiple gRPC service endpoints in PowerShell Universal versions prior to 2026.1.4. Published on 2026-03-17, it stems from CWE-862 (Missing Authorization) and has a CVSS v3.1 base score of 8.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L). The flaw enables bypassing role-based access controls due to inadequate checks on these endpoints.

An authenticated attacker with any valid token can exploit this vulnerability over the network with low complexity and no user interaction required. By sending crafted gRPC requests, they can perform privileged operations, such as reading sensitive data, creating or deleting resources, and disrupting service operations.

The Devolutions security advisory at https://devolutions.net/security/advisories/DEVO-2026-0008 details mitigation steps and patches for this issue.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Missing authorization checks on multiple gRPC service endpoints in PowerShell Universal before 2026.1.4 allows an authenticated user with any valid token to bypass role-based access controls and perform privileged operations — including reading sensitive data, creating or deleting resources, and…

more

disrupting service operations — via crafted gRPC requests.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.001 PowerShell Execution
Adversaries may abuse PowerShell commands and scripts for execution.
Why these techniques?

Missing authorization on public gRPC endpoints enables remote exploitation of the PowerShell Universal application (T1190) to perform privileged operations including resource management and scripting (T1059.001).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-69311Shared CWE-862
CVE-2026-3266Shared CWE-862
CVE-2026-45438Shared CWE-862
CVE-2025-23477Shared CWE-862
CVE-2025-68834Shared CWE-862
CVE-2026-22663Shared CWE-862
CVE-2024-12544Shared CWE-862
CVE-2024-50967Shared CWE-862
CVE-2025-68059Shared CWE-862
CVE-2025-14070Shared CWE-862

Affected Assets

ironmansoftware
powershell universal
≤ 2026.1.4

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Mandates enforcement of approved authorizations for access to system resources, directly addressing the missing authorization checks on gRPC endpoints that allow RBAC bypass.

prevent

Requires explicit authorization decisions for access to system resources by roles, mitigating the vulnerability where any valid token bypasses role-based controls on privileged operations.

prevent

Enforces least privilege by restricting access to only necessary privileges per role, countering the escalation enabled by inadequate checks on gRPC service endpoints.

References