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
    • 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-2023-36013

CVE-2023-36013: Microsoft PowerShell Info Disclosure Flaw

CVE-2023-36013 is an information disclosure vulnerability in Microsoft PowerShell that could allow attackers to access sensitive data. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 4, 2026

CVE-2023-36013 Overview

CVE-2023-36013 is an information disclosure vulnerability affecting Microsoft PowerShell. This vulnerability allows an authenticated attacker with network access to potentially obtain sensitive information from affected systems. The vulnerability is classified under CWE-798 (Use of Hard-coded Credentials) and CWE-668 (Exposure of Resource to Wrong Sphere), indicating that the underlying issue involves improper handling of sensitive data or credentials within PowerShell.

Critical Impact

Authenticated attackers can leverage this vulnerability to access confidential information from affected PowerShell installations, potentially exposing sensitive data, credentials, or configuration details that could be used in further attacks.

Affected Products

  • Microsoft PowerShell (multiple versions)

Discovery Timeline

  • 2023-11-20 - CVE-2023-36013 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-36013

Vulnerability Analysis

This information disclosure vulnerability in Microsoft PowerShell enables authenticated attackers to extract sensitive information from target systems. The vulnerability stems from improper handling of sensitive data, with the associated CWE classifications pointing to issues with hard-coded credentials (CWE-798) and exposure of resources to wrong spheres (CWE-668).

The vulnerability requires network access and low-privilege authentication to exploit, meaning an attacker must have valid credentials to access the target system. Once authenticated, the attacker can leverage this flaw to read sensitive information that should normally be protected. The impact is limited to confidentiality, with no direct effect on system integrity or availability.

Root Cause

The root cause of CVE-2023-36013 relates to improper handling of sensitive data within PowerShell. The CWE classifications indicate two potential contributing factors:

  1. CWE-798 (Use of Hard-coded Credentials): The software may contain hard-coded credentials that could be exposed or leveraged to access sensitive information.

  2. CWE-668 (Exposure of Resource to Wrong Sphere): Sensitive resources may be exposed to actors outside their intended access scope, allowing unauthorized information retrieval.

Attack Vector

The attack vector for this vulnerability is network-based, requiring authenticated access to exploit. An attacker would need to:

  1. Obtain valid low-privilege credentials for the target system
  2. Establish network connectivity to the PowerShell environment
  3. Execute commands or operations that trigger the information disclosure
  4. Exfiltrate the exposed sensitive data for further analysis or attack planning

The vulnerability does not require user interaction and can be exploited without additional privileges beyond basic authentication. Microsoft has not disclosed specific exploitation techniques, but the information disclosed could potentially include credentials, configuration data, or other sensitive system information.

Detection Methods for CVE-2023-36013

Indicators of Compromise

  • Unusual PowerShell script execution patterns from authenticated users
  • Unexpected access to credential stores or sensitive configuration files
  • Anomalous network traffic containing potentially leaked sensitive data
  • Suspicious PowerShell cmdlet usage patterns attempting to enumerate system information

Detection Strategies

  • Monitor PowerShell script block logging for suspicious commands targeting sensitive data
  • Enable Module Logging and Transcription to capture PowerShell activity details
  • Implement behavioral analysis to detect unusual PowerShell usage patterns
  • Review Windows Event Logs for PowerShell events (Event IDs 4103, 4104, 4105, 4106)

Monitoring Recommendations

  • Enable PowerShell script block logging via Group Policy
  • Configure centralized log collection for PowerShell events
  • Set up alerts for unusual PowerShell activity from low-privilege accounts
  • Monitor for attempts to access credential stores or sensitive configuration data

How to Mitigate CVE-2023-36013

Immediate Actions Required

  • Apply the latest Microsoft security updates for PowerShell immediately
  • Review and audit PowerShell usage across the environment
  • Implement least privilege access controls for PowerShell users
  • Enable PowerShell Constrained Language Mode where possible

Patch Information

Microsoft has released security updates to address this vulnerability. Administrators should consult the Microsoft Security Update Guide for CVE-2023-36013 for detailed patch information and download links for affected PowerShell versions. Apply the appropriate security updates through Windows Update, Microsoft Update Catalog, or your organization's patch management system.

Workarounds

  • Restrict PowerShell access to only users who require it for their roles
  • Implement PowerShell Just Enough Administration (JEA) to limit capabilities
  • Enable Constrained Language Mode to restrict potentially dangerous operations
  • Monitor and audit all PowerShell activity until patches can be applied
bash
# Enable PowerShell Script Block Logging via Registry
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging" -Name "EnableScriptBlockLogging" -Value 1

# Enable Constrained Language Mode (example)
$ExecutionContext.SessionState.LanguageMode = "ConstrainedLanguage"

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMicrosoft Powershell

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability2.49%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-798

  • CWE-668
  • Vendor Resources
  • Microsoft Security Update CVE-2023-36013
  • Related CVEs
  • CVE-2020-0951: Microsoft PowerShell WDAC Bypass Vulnerability

  • CVE-2024-0057: Microsoft PowerShell Auth Bypass Flaw
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