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-35433

CVE-2026-35433: .NET Privilege Escalation Vulnerability

CVE-2026-35433 is a privilege escalation vulnerability in .NET caused by improper input validation. Attackers can exploit this flaw to elevate privileges locally. This article covers technical details, impact, and mitigation.

Published: May 17, 2026

CVE-2026-35433 Overview

CVE-2026-35433 is an improper input validation vulnerability in Microsoft .NET that enables local privilege escalation. An unauthorized attacker with local access can exploit insufficient validation logic to elevate privileges on the affected host. The flaw is tracked under CWE-20: Improper Input Validation and requires user interaction to trigger the exploitation path. Successful exploitation impacts confidentiality and integrity of the system while producing a limited availability effect. Microsoft published mitigation guidance through the Microsoft Security Update Guide.

Critical Impact

Local attackers can elevate privileges on systems running vulnerable .NET components after convincing a user to perform a specific action.

Affected Products

  • Microsoft .NET (versions identified in the Microsoft Security Update Guide)
  • Applications built on the affected .NET runtime
  • Systems with vulnerable .NET components installed

Discovery Timeline

  • 2026-05-12 - CVE-2026-35433 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-35433

Vulnerability Analysis

The vulnerability stems from improper input validation within .NET code paths that process untrusted data during execution. When the runtime fails to enforce expected constraints on input, an attacker can craft data that drives the process into an unintended state. This state permits actions that should be restricted to higher-privileged contexts. The result is a privilege escalation primitive that operates entirely from a local session.

Exploitation requires user interaction, indicating that the attacker likely persuades a logged-in user to open a file, run an application, or interact with a malicious artifact. The scope remains unchanged, so the privilege gain occurs within the same security boundary as the targeted process. Confidentiality and integrity impact are high because the attacker can read and modify protected resources after escalation.

Root Cause

The root cause is classified as [CWE-20: Improper Input Validation]. The .NET component accepts input without sufficiently verifying its structure, length, or type before using it in security-sensitive operations. Microsoft has not disclosed the precise function or code path involved in the public advisory.

Attack Vector

The attack vector is local with low attack complexity and no privileges required. An attacker delivers crafted input that a victim processes through a vulnerable .NET application or runtime component. After the input is processed, the attacker gains elevated privileges on the host. Technical details are available in the Microsoft Security Update Guide.

Detection Methods for CVE-2026-35433

Indicators of Compromise

  • Unexpected child processes spawned by .NET applications running under user accounts
  • Token manipulation or process integrity changes following the execution of recently delivered files
  • Anomalous file writes to protected directories by .NET runtime processes

Detection Strategies

  • Monitor for .NET processes loading unsigned or unexpected assemblies from user-writable paths
  • Correlate user interaction events such as file open or application launch with subsequent privilege changes
  • Apply behavioral analytics that flag privilege escalation patterns originating from interactive sessions

Monitoring Recommendations

  • Enable Windows process creation auditing with command line logging via Event ID 4688
  • Forward .NET runtime telemetry and Sysmon events to a centralized analytics platform
  • Track installation state of .NET runtimes across the fleet to identify unpatched hosts

How to Mitigate CVE-2026-35433

Immediate Actions Required

  • Apply Microsoft security updates for affected .NET versions referenced in the Microsoft Security Update Guide
  • Inventory hosts and applications that ship or depend on vulnerable .NET runtimes
  • Restrict execution of untrusted .NET applications through application control policies

Patch Information

Microsoft has issued a security update for CVE-2026-35433. Administrators should consult the Microsoft Security Update Guide for the exact runtime and SDK versions that resolve this issue and deploy updates through Windows Update, WSUS, or the .NET installer channels.

Workarounds

  • Limit local user permissions and enforce least privilege to reduce the value of escalation
  • Use application allowlisting to block execution of untrusted binaries that target the vulnerable runtime
  • Educate users to avoid opening unsolicited files that may trigger the vulnerable code path
bash
# Verify installed .NET runtime versions on Windows
dotnet --list-runtimes
dotnet --list-sdks

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechDotnet

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityLow
  • CWE References
  • CWE-20
  • Technical References
  • Microsoft Security Update
  • Related CVEs
  • CVE-2026-32177: .NET Privilege Escalation Vulnerability

  • CVE-2026-26171: .NET DoS Vulnerability

  • CVE-2026-25667: ASP.NET Core Kestrel DoS Vulnerability

  • CVE-2026-26127: .NET Out-of-Bounds Read DoS 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