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

CVE-2023-35618: Microsoft Edge Privilege Escalation Bug

CVE-2023-35618 is a privilege escalation vulnerability in Microsoft Edge Chromium that allows attackers to elevate their access privileges. This article covers the technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2023-35618 Overview

CVE-2023-35618 is a critical elevation of privilege vulnerability affecting Microsoft Edge (Chromium-based). This vulnerability allows attackers to escalate privileges through network-based attacks, potentially gaining unauthorized access to sensitive system resources and data. The vulnerability is classified under CWE-416 (Use After Free), indicating a memory corruption flaw where the browser continues to reference memory after it has been freed.

Critical Impact

An attacker who successfully exploits this vulnerability could escape the browser sandbox and gain elevated privileges on the target system, potentially leading to complete system compromise with high impact on confidentiality, integrity, and availability.

Affected Products

  • Microsoft Edge (Chromium-based) - all versions prior to the security patch
  • Chromium-based browsers on Gentoo Linux (as referenced in GLSA 202402-05)
  • Microsoft Edge Chromium across Windows platforms

Discovery Timeline

  • 2023-12-07 - CVE-2023-35618 published to NVD
  • 2025-01-01 - Last updated in NVD database

Technical Details for CVE-2023-35618

Vulnerability Analysis

This elevation of privilege vulnerability in Microsoft Edge stems from a Use After Free (UAF) memory corruption issue. In this type of vulnerability, the browser references a memory location that has already been deallocated, which can be exploited by attackers to execute arbitrary code or escalate privileges. The scope of impact extends beyond the vulnerable component itself, as successful exploitation allows the attacker to break out of the browser's security sandbox.

The vulnerability requires user interaction to exploit—typically through social engineering techniques that convince a user to visit a malicious webpage or click a crafted link. Once triggered, the attacker can leverage the memory corruption to gain elevated privileges on the affected system.

Root Cause

The vulnerability originates from improper memory management within the Chromium-based Edge browser. Specifically, a Use After Free condition (CWE-416) occurs when the browser fails to properly handle memory deallocation, allowing freed memory to be referenced and manipulated. This memory safety issue creates an exploitable condition where an attacker can control the contents of the freed memory region and redirect program execution.

Attack Vector

The attack is network-based, requiring an attacker to craft a malicious webpage or content that triggers the Use After Free condition. The exploitation flow typically involves:

  1. The attacker hosts or injects malicious content on a web page
  2. The victim visits the page using a vulnerable version of Microsoft Edge
  3. The malicious content triggers the UAF condition in the browser
  4. The attacker gains control over freed memory regions
  5. Privilege escalation occurs, potentially allowing sandbox escape

The vulnerability does not require any special privileges to exploit, but it does require user interaction such as clicking a link or visiting a compromised website. Due to the changed scope indicator in the vulnerability assessment, successful exploitation can impact resources beyond the browser's security boundary.

Detection Methods for CVE-2023-35618

Indicators of Compromise

  • Unusual browser crashes or unexpected Edge process behavior that may indicate memory corruption attempts
  • Edge browser spawning child processes with elevated privileges
  • Suspicious network connections originating from Microsoft Edge to unknown or untrusted domains
  • Unexpected modifications to system files or registry entries following browser activity

Detection Strategies

  • Monitor Microsoft Edge process behavior for anomalous memory access patterns or crashes
  • Implement endpoint detection rules to identify Edge processes attempting privilege escalation
  • Deploy network monitoring to detect connections to known malicious infrastructure
  • Use browser telemetry to identify repeated crash patterns that may indicate exploitation attempts

Monitoring Recommendations

  • Enable Windows Defender Application Guard for Edge to contain potential exploits
  • Configure security information and event management (SIEM) rules to correlate Edge-related anomalies
  • Monitor for unexpected Edge child processes with elevated token privileges
  • Track browser version deployments to ensure all instances are patched

How to Mitigate CVE-2023-35618

Immediate Actions Required

  • Update Microsoft Edge to the latest version immediately through Windows Update or the Microsoft Edge settings menu
  • Verify all managed Edge installations across the enterprise are running patched versions
  • Consider temporarily restricting access to untrusted websites until patches are deployed
  • Enable browser isolation features such as Windows Defender Application Guard

Patch Information

Microsoft has released a security update to address CVE-2023-35618. Organizations should reference the Microsoft Security Update Guide for detailed patching information and affected version details. Gentoo Linux users should also consult the GLSA 202402-05 Advisory for platform-specific guidance.

To verify your Microsoft Edge version:

  1. Open Microsoft Edge
  2. Navigate to edge://settings/help
  3. Confirm the browser version includes the security fix

Workarounds

  • Enable Microsoft Defender Application Guard to isolate browser sessions from the host operating system
  • Configure group policies to restrict Edge from executing content from untrusted sources
  • Implement strict browser security policies using Microsoft Endpoint Manager
  • Consider using a separate browser profile with restricted permissions for high-risk browsing activities
bash
# Check Microsoft Edge version via PowerShell
Get-ItemProperty 'HKLM:\SOFTWARE\Microsoft\Edge\BLBeacon' | Select-Object version

# Force Edge update via command line
start msedge --check-for-update-interval=1

# Enable Application Guard for Edge via PowerShell (Windows Enterprise)
Enable-WindowsOptionalFeature -Online -FeatureName Windows-Defender-ApplicationGuard

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 Edge Chromium

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.48%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-416

  • NVD-CWE-noinfo
  • Technical References
  • Gentoo GLSA 202402-05 Advisory
  • Vendor Resources
  • Microsoft CVE-2023-35618 Update
  • Related CVEs
  • CVE-2022-33680: Microsoft Edge Privilege Escalation Flaw

  • CVE-2022-30192: Microsoft Edge Chromium Privilege Escalation

  • CVE-2022-30127: Microsoft Edge Privilege Escalation Flaw

  • CVE-2024-21388: Microsoft Edge Privilege Escalation Flaw
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