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-2025-47956

CVE-2025-47956: Windows Security App Path Traversal Flaw

CVE-2025-47956 is a path traversal flaw in Microsoft Windows Security App that enables authorized attackers to spoof file paths locally. This article covers the technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-47956 Overview

CVE-2025-47956 is an External Control of File Name or Path vulnerability (CWE-73) affecting Microsoft Windows Security App. This security flaw allows an authorized attacker with local access to perform spoofing attacks by manipulating file names or paths used by the application. The vulnerability poses a significant confidentiality risk, potentially exposing sensitive information to unauthorized actors.

Critical Impact

Local attackers with valid credentials can exploit file path manipulation in Windows Security App to spoof security indicators or access unauthorized data, undermining the trust model of the security application itself.

Affected Products

  • Microsoft Windows Security App (all versions prior to patch)

Discovery Timeline

  • June 10, 2025 - CVE-2025-47956 published to NVD
  • July 9, 2025 - Last updated in NVD database

Technical Details for CVE-2025-47956

Vulnerability Analysis

This vulnerability stems from improper validation of file names and paths within the Windows Security App. When the application processes file references, it fails to adequately sanitize or validate externally-controlled input that determines which files are accessed or displayed. An authenticated local user can exploit this weakness to control file path parameters, potentially causing the application to access unintended files or present misleading security information to the user.

The attack requires local access and valid credentials on the target system. Once exploited, the vulnerability primarily impacts confidentiality by potentially exposing sensitive data that the attacker should not have access to through normal application operation. The spoofing aspect allows attackers to manipulate what the security application displays or processes, potentially undermining user trust in security indicators.

Root Cause

The root cause of CVE-2025-47956 is classified as CWE-73: External Control of File Name or Path. This occurs when the application uses external input to construct a file path for accessing files or directories in a restricted parent directory without properly neutralizing special elements within the path name. The Windows Security App fails to implement adequate controls to prevent user-controlled input from influencing critical file path operations.

Attack Vector

The attack vector is local, requiring the attacker to have authenticated access to the target system. The attacker can then manipulate file path parameters consumed by the Windows Security App to achieve spoofing effects. This could involve:

  • Substituting legitimate file references with attacker-controlled paths
  • Redirecting security status indicators to display falsified information
  • Accessing files outside the intended application scope through path manipulation

The attack complexity is low, requiring no user interaction beyond the attacker's own actions. This makes exploitation straightforward once an attacker has local system access with appropriate privileges.

Detection Methods for CVE-2025-47956

Indicators of Compromise

  • Unexpected file access patterns originating from Windows Security App processes
  • Anomalous path resolution requests involving unusual directory traversal patterns
  • Modifications to Windows Security App configuration files or associated registry entries
  • Suspicious process behavior where SecurityHealth processes access files outside normal operational directories

Detection Strategies

  • Monitor Windows Security App process activity for file access operations outside expected directories
  • Implement file integrity monitoring on Windows Security App components and configuration files
  • Deploy endpoint detection rules targeting path manipulation patterns in security application contexts
  • Enable detailed auditing for file system access events associated with Windows Security App

Monitoring Recommendations

  • Configure Windows Security Event Log auditing for Object Access events (Event IDs 4656, 4663) related to Windows Security App
  • Implement behavioral analysis to detect anomalous file path access patterns from security application processes
  • Review audit logs for attempts to access files through non-standard paths via Windows Security App
  • Deploy SentinelOne Singularity platform for real-time behavioral monitoring and automated threat response

How to Mitigate CVE-2025-47956

Immediate Actions Required

  • Apply the latest Microsoft security updates for Windows Security App immediately
  • Review and restrict local user permissions where possible to limit potential attacker access
  • Enable enhanced monitoring on systems until patches can be deployed
  • Audit user accounts with local access to identify potentially compromised credentials

Patch Information

Microsoft has released a security update addressing CVE-2025-47956. Detailed patch information and download links are available through the Microsoft Security Update Guide. Organizations should prioritize deployment of this security update across all affected Windows systems.

Administrators should leverage Windows Update, Windows Server Update Services (WSUS), or Microsoft Endpoint Configuration Manager to deploy the patch to affected endpoints in accordance with their patch management policies.

Workarounds

  • Implement principle of least privilege for local user accounts to minimize attack surface
  • Enable additional access controls and monitoring on systems running Windows Security App
  • Consider application whitelisting policies to restrict unauthorized file access patterns
  • Apply network segmentation to limit lateral movement from potentially compromised endpoints
bash
# Verify Windows Security App patch status via PowerShell
Get-HotFix | Where-Object {$_.Description -like "*Security Update*"} | Sort-Object InstalledOn -Descending | Select-Object -First 10

# Enable enhanced file system auditing
auditpol /set /subcategory:"File System" /success:enable /failure:enable

# Review recent Windows Security App file access events
Get-WinEvent -FilterHashtable @{LogName='Security';Id=4663} -MaxEvents 100 | Where-Object {$_.Message -like "*SecurityHealth*"}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechWindows

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-73
  • Vendor Resources
  • Microsoft Security Update CVE-2025-47956
  • Related CVEs
  • CVE-2026-21249: Windows 10 1607 Path Traversal Flaw

  • CVE-2026-23889: Pnpm Path Traversal Vulnerability

  • CVE-2026-20925: Windows NTLM Path Traversal Vulnerability

  • CVE-2026-20872: Windows NTLM Path Traversal 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