The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-3277

CVE-2026-3277: PowerShell Universal Info Disclosure Flaw

CVE-2026-3277 is an information disclosure vulnerability in PowerShell Universal that exposes OIDC client secrets in cleartext. This article covers technical details, affected versions, security impact, and mitigation.

Published: March 6, 2026

CVE-2026-3277 Overview

A sensitive data exposure vulnerability exists in PowerShell Universal before version 2026.1.3. The OpenID Connect (OIDC) authentication configuration stores the OIDC client secret in cleartext within the .universal/authentication.ps1 script file. This insecure storage practice allows any attacker with read access to the configuration file to obtain valid OIDC client credentials, potentially enabling unauthorized authentication or impersonation attacks.

Critical Impact

Cleartext storage of OIDC client secrets enables credential theft by any user with file system read access, potentially compromising the entire authentication infrastructure.

Affected Products

  • PowerShell Universal versions prior to 2026.1.3

Discovery Timeline

  • 2026-02-27 - CVE CVE-2026-3277 published to NVD
  • 2026-03-02 - Last updated in NVD database

Technical Details for CVE-2026-3277

Vulnerability Analysis

This vulnerability is classified under CWE-312 (Cleartext Storage of Sensitive Information). The core issue stems from PowerShell Universal's handling of OIDC authentication credentials during configuration. When administrators configure OIDC authentication, the client secret—a critical credential used to authenticate the application to the identity provider—is written directly to the authentication.ps1 configuration script without any encryption or obfuscation.

The attack requires an adversary to have read access to the file system where PowerShell Universal is installed. This could be achieved through various means: a low-privileged local user, a compromised web application on the same system, directory traversal vulnerabilities, or misconfigured file permissions. Once the attacker obtains read access to .universal/authentication.ps1, they can extract the OIDC client secret in plaintext.

Root Cause

The root cause is improper secret management within the PowerShell Universal configuration framework. Instead of leveraging secure credential storage mechanisms such as the Windows Credential Manager, encrypted configuration stores, or environment variable references, the application directly embeds the sensitive OIDC client secret as plaintext within a PowerShell script file. This design decision violates the principle of secure credential handling and fails to implement defense-in-depth for sensitive authentication material.

Attack Vector

An attacker exploiting this vulnerability would follow these steps:

  1. Gain read access to the PowerShell Universal installation directory through legitimate access, privilege escalation, or another vulnerability
  2. Navigate to the .universal/ configuration directory
  3. Read the contents of authentication.ps1
  4. Extract the OIDC client ID and client secret from the configuration
  5. Use the obtained credentials to authenticate as the application to the OIDC provider, potentially gaining access to protected resources or user data

The vulnerability is particularly dangerous in multi-tenant environments or systems where multiple users or applications share the same server, as any account with read permissions to the configuration directory can compromise the authentication credentials.

Detection Methods for CVE-2026-3277

Indicators of Compromise

  • Unexpected read access to .universal/authentication.ps1 files by unauthorized users or processes
  • Authentication events from unusual IP addresses or locations using the legitimate OIDC client credentials
  • Anomalous OIDC token requests that don't correlate with expected application behavior
  • File access audit logs showing repeated reads of the authentication configuration file

Detection Strategies

  • Enable file system auditing on the .universal/ directory and monitor for read access from non-service accounts
  • Implement SIEM rules to correlate OIDC authentication events with expected application server IP addresses
  • Monitor for OIDC token requests originating from unexpected network segments or geographic locations
  • Review access control lists on PowerShell Universal configuration directories to identify overly permissive settings

Monitoring Recommendations

  • Configure Windows Security Event Logging (Event ID 4663) for object access on the authentication configuration file
  • Implement identity provider logging to track all OIDC client credential usage and flag anomalies
  • Use endpoint detection and response (EDR) tools to monitor process access to sensitive configuration files
  • Establish baseline behavior for OIDC authentication patterns and alert on deviations

How to Mitigate CVE-2026-3277

Immediate Actions Required

  • Upgrade PowerShell Universal to version 2026.1.3 or later immediately
  • Rotate all OIDC client secrets after upgrading to invalidate any potentially compromised credentials
  • Review file system permissions on the .universal/ directory and restrict read access to only necessary service accounts
  • Audit system access logs to determine if unauthorized users accessed the configuration file prior to patching

Patch Information

The vulnerability is addressed in PowerShell Universal version 2026.1.3. Administrators should upgrade to this version or later as soon as possible. For detailed patch information and upgrade instructions, refer to the Devolutions Security Advisory.

After upgrading, it is critical to rotate your OIDC client secrets at your identity provider. The upgraded version should implement proper secret storage, but any secrets that were previously stored in cleartext should be considered compromised.

Workarounds

  • Immediately restrict file system permissions on .universal/authentication.ps1 to only the PowerShell Universal service account
  • Consider implementing additional access controls such as Windows ACLs or mandatory access control policies
  • Move the OIDC client secret to environment variables or a secure secrets management solution if supported by your version
  • Temporarily disable OIDC authentication and use alternative authentication methods until the patch can be applied
bash
# Restrict file permissions on Windows (PowerShell)
# Run as Administrator to secure the authentication configuration
$configPath = "C:\ProgramData\PowerShellUniversal\.universal\authentication.ps1"
$acl = Get-Acl $configPath
$acl.SetAccessRuleProtection($true, $false)
$serviceAccount = New-Object System.Security.AccessControl.FileSystemAccessRule("NT SERVICE\PowerShellUniversal", "Read,Write", "Allow")
$administrators = New-Object System.Security.AccessControl.FileSystemAccessRule("BUILTIN\Administrators", "FullControl", "Allow")
$acl.AddAccessRule($serviceAccount)
$acl.AddAccessRule($administrators)
Set-Acl $configPath $acl

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechPowershell Universal

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.01%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-312
  • Technical References
  • Devolutions Security Advisory
  • Related CVEs
  • CVE-2026-3563: PowerShell Universal DOS Vulnerability

  • CVE-2026-0618: PowerShell Universal XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English