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

CVE-2023-36568: Microsoft 365 Apps Privilege Escalation

CVE-2023-36568 is a privilege escalation vulnerability in Microsoft Office Click-To-Run that allows attackers to gain elevated privileges. This article covers the technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2023-36568 Overview

CVE-2023-36568 is an Elevation of Privilege vulnerability affecting Microsoft Office Click-To-Run deployment technology. This vulnerability allows a locally authenticated attacker to escalate privileges on the affected system, potentially gaining elevated access beyond their originally assigned permissions. The Click-To-Run technology is Microsoft's streaming and virtualization technology used for deploying and updating Office products, making this vulnerability particularly concerning for enterprise environments with widespread Office deployments.

Critical Impact

Successful exploitation enables authenticated local attackers to escalate privileges, potentially compromising system integrity, confidentiality, and availability through unauthorized elevated access.

Affected Products

  • Microsoft 365 Apps for Enterprise
  • Microsoft Office 2019
  • Microsoft Office Long Term Servicing Channel 2021

Discovery Timeline

  • 2023-10-10 - CVE-2023-36568 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-36568

Vulnerability Analysis

This elevation of privilege vulnerability exists within the Microsoft Office Click-To-Run component. The vulnerability is categorized under CWE-59 (Improper Link Resolution Before File Access), commonly known as a symlink attack vulnerability. This weakness class indicates that the vulnerable component improperly handles file operations involving symbolic links, allowing an attacker to redirect file operations to unintended locations.

The attack requires local access and low-level privileges to initiate, though it has high attack complexity, meaning specific conditions must be met for successful exploitation. Once exploited, the attacker can achieve high impact across confidentiality, integrity, and availability of the affected system, potentially gaining elevated privileges that could be used for further malicious activities.

Root Cause

The root cause of CVE-2023-36568 stems from improper link resolution before file access (CWE-59) in the Microsoft Office Click-To-Run component. This type of vulnerability occurs when software processes follow symbolic or hard links without properly verifying the legitimacy of the target destination. An attacker can create malicious symbolic links that redirect file operations performed by the privileged Click-To-Run service to arbitrary file system locations, enabling privilege escalation.

Attack Vector

The attack vector for CVE-2023-36568 is local, requiring the attacker to have authenticated access to the target system with low-level privileges. The exploitation involves manipulating symbolic links or other file system constructs that the Click-To-Run component processes during its normal operations. Due to the high attack complexity, successful exploitation depends on timing conditions or specific system configurations being present. The attacker would need to:

  1. Gain local access to a system with vulnerable Microsoft Office installations
  2. Create strategically placed symbolic links targeting privileged operations
  3. Trigger the Click-To-Run component to process these malicious links
  4. Exploit the improper link resolution to perform privileged file operations

The vulnerability can be exploited without any user interaction once the attacker has local access.

Detection Methods for CVE-2023-36568

Indicators of Compromise

  • Unusual symbolic link creation in directories associated with Microsoft Office Click-To-Run operations
  • Unexpected file system activity by OfficeClickToRun.exe or related service processes
  • Privilege escalation attempts following Office update or maintenance operations
  • Anomalous registry modifications in Office-related keys by non-administrative users

Detection Strategies

  • Monitor for symbolic link creation events in Office installation and temporary directories using file integrity monitoring tools
  • Implement endpoint detection rules for unusual process behavior by Click-To-Run service components
  • Deploy SentinelOne Singularity Platform to detect and respond to privilege escalation attempts in real-time
  • Configure Windows Event Log auditing for file system operations involving Office directories

Monitoring Recommendations

  • Enable advanced audit policies for file system access, particularly Audit File System and Audit Handle Manipulation
  • Implement behavioral analysis monitoring for Office processes attempting operations outside expected scope
  • Establish baseline behavior for Click-To-Run service operations and alert on deviations
  • Utilize SentinelOne's behavioral AI to identify anomalous elevation attempts associated with Office components

How to Mitigate CVE-2023-36568

Immediate Actions Required

  • Apply the latest security updates from Microsoft for all affected Office products immediately
  • Restrict local access to systems with vulnerable Office installations until patches are applied
  • Review and audit user privileges to ensure principle of least privilege is enforced
  • Enable SentinelOne protection on all endpoints to detect and prevent exploitation attempts

Patch Information

Microsoft has released security updates to address this vulnerability. Administrators should apply the patches available through the Microsoft Security Response Center Advisory. For Click-To-Run installations, updates can be applied through the standard Office update mechanisms, while LTSC installations may require manual update deployment through Windows Server Update Services (WSUS) or Microsoft Endpoint Configuration Manager.

Workarounds

  • Limit local access to systems with vulnerable Office installations to trusted users only
  • Implement application control policies to restrict symbolic link creation in Office directories
  • Enable Windows Defender Credential Guard and other virtualization-based security features
  • Monitor file system operations for suspicious symlink activity targeting Office components
bash
# Verify current Office version and update channel
# Run in PowerShell as Administrator
Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Office\ClickToRun\Configuration" | Select-Object -Property VersionToReport, UpdateChannel

# Force Office Click-To-Run update check
& "C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeC2RClient.exe" /update user

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 Office

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability0.22%

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

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Response Center Advisory
  • Related CVEs
  • CVE-2026-26134: Microsoft Office Privilege Escalation

  • CVE-2025-26687: Microsoft Office Privilege Escalation Flaw

  • CVE-2023-36765: Microsoft Office Privilege Escalation Bug

  • CVE-2026-26110: Microsoft Office RCE Vulnerability
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