A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2025-55247

CVE-2025-55247: Microsoft .NET Privilege Escalation Flaw

CVE-2025-55247 is a privilege escalation vulnerability in Microsoft .NET caused by improper link resolution. Attackers can exploit this to gain elevated privileges locally. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 26, 2026

CVE-2025-55247 Overview

CVE-2025-55247 is an improper link resolution vulnerability in Microsoft .NET that allows an authorized local attacker to elevate privileges. The flaw is classified under [CWE-59] (link following) and affects .NET runtime components that process file paths without validating symbolic or hard link targets. An attacker with low privileges on the system can craft a malicious link that redirects file operations performed by a higher-privileged .NET process, leading to file writes or accesses outside the intended trust boundary.

Critical Impact

Successful exploitation grants the attacker the privileges of the targeted .NET process, which can include SYSTEM or root-level access on affected hosts.

Affected Products

  • Microsoft .NET (multiple supported versions, see vendor advisory)
  • Linux kernel hosts running .NET workloads
  • Windows hosts running .NET applications and services

Discovery Timeline

  • 2025-10-14 - CVE-2025-55247 published to NVD
  • 2025-10-14 - Microsoft releases security update for CVE-2025-55247
  • 2025-10-23 - Last updated in NVD database

Technical Details for CVE-2025-55247

Vulnerability Analysis

The vulnerability stems from how .NET resolves file paths during privileged file operations. When a .NET component opens, writes, or modifies a file using a path that includes a symbolic link or junction, the runtime follows the link without verifying that the resolved target is within an expected directory or owned by the appropriate principal. A local attacker who can create links in a directory accessed by a privileged .NET process can redirect the operation to arbitrary files on the system.

Exploitation requires local access, low privileges, and user interaction with the affected component. The attack does not traverse the network and does not require administrative rights to stage the malicious link. Once triggered, the privileged process performs the file operation against the attacker-controlled target, which can result in arbitrary file overwrite, configuration tampering, or replacement of binaries loaded by privileged services.

Root Cause

The root cause is the absence of link validation before file access in affected .NET file-handling routines. The runtime trusts the supplied path and follows kernel-level link resolution semantics rather than canonicalizing the path and checking it against a permitted location. This pattern is a classic time-of-check to time-of-use weakness combined with [CWE-59] link following.

Attack Vector

A local attacker plants a symbolic link, hard link, or filesystem junction in a directory that a privileged .NET process reads or writes. The attacker then induces the privileged process to perform the file operation, typically by triggering an installer, updater, or service action that touches the controlled directory. The privileged process resolves the link and performs the operation against the attacker-chosen target file. On Linux this commonly involves symlink() placement in shared directories such as /tmp; on Windows it involves NTFS junctions or object manager symlinks.

No public proof-of-concept code is available for CVE-2025-55247. Refer to the Microsoft Security Update CVE-2025-55247 advisory for vendor technical details.

Detection Methods for CVE-2025-55247

Indicators of Compromise

  • Creation of symbolic links, hard links, or NTFS junctions in directories used by .NET installers, updaters, or services by non-privileged users.
  • Unexpected file writes or replacements in protected directories such as C:\Program Files\dotnet\, /usr/share/dotnet/, or service configuration paths.
  • Privileged .NET processes opening files outside their normal working directory shortly after low-privileged user activity in shared temp directories.

Detection Strategies

  • Audit filesystem telemetry for symlink, link, and CreateSymbolicLink operations targeting paths consumed by dotnet.exe, dotnet, or related runtime binaries.
  • Correlate process ancestry to identify cases where a low-privileged process creates a link immediately before a privileged .NET process accesses the same path.
  • Hunt for file handle opens by SYSTEM or root .NET processes that resolve to user-writable directories.

Monitoring Recommendations

  • Enable Windows Sysmon Event ID 11 (FileCreate) and Event ID 15 (FileCreateStreamHash) on .NET runtime directories.
  • Enable Linux auditd rules on symlinkat, linkat, and openat syscalls targeting .NET installation and cache paths.
  • Forward endpoint and audit telemetry to a centralized data lake for retrospective hunting once patch rollout is verified.

How to Mitigate CVE-2025-55247

Immediate Actions Required

  • Apply the Microsoft security update referenced in the vendor advisory to all affected .NET runtimes and SDKs.
  • Inventory hosts running .NET workloads on Windows and Linux and prioritize patching for servers running privileged .NET services.
  • Restrict interactive local access on multi-user systems running .NET applications until patches are deployed.

Patch Information

Microsoft released fixed .NET runtime and SDK builds on October 14, 2025. Administrators should install the latest cumulative update for each supported .NET major version on every affected host. On Linux, update the dotnet-runtime and dotnet-sdk packages through the distribution package manager or Microsoft package feed. Validate the patched version by running dotnet --info and confirming the runtime version matches the fixed release.

Workarounds

  • Remove unused .NET runtimes and SDKs to reduce the attack surface where patching cannot be performed immediately.
  • Restrict write permissions on directories accessed by privileged .NET processes so that low-privileged users cannot plant links.
  • Disable creation of symbolic links by non-administrative users on Windows by removing the SeCreateSymbolicLinkPrivilege right from standard user accounts.
bash
# Verify installed .NET runtime versions and confirm patched build
dotnet --list-runtimes
dotnet --list-sdks

# Linux: update Microsoft .NET packages
sudo apt-get update && sudo apt-get install --only-upgrade dotnet-runtime-8.0 dotnet-sdk-8.0

# Windows: remove symlink creation privilege from standard users
secedit /export /cfg C:\secpol.cfg
# Edit SeCreateSymbolicLinkPrivilege line to remove non-admin SIDs, then:
secedit /configure /db C:\Windows\security\local.sdb /cfg C:\secpol.cfg

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechMicrosoft Dotnet

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-59
  • Vendor Resources
  • Microsoft Security Update CVE-2025-55247
  • Related CVEs
  • CVE-2026-33116: .NET Framework DoS Vulnerability

  • CVE-2026-21218: Microsoft .NET Auth Bypass Vulnerability

  • CVE-2025-21171: Microsoft .NET RCE Vulnerability

  • CVE-2024-35264: Microsoft .NET RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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