Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2023-35311

CVE-2023-35311: Microsoft 365 Apps Auth Bypass Vulnerability

CVE-2023-35311 is an authentication bypass vulnerability in Microsoft Outlook that allows attackers to circumvent security features. This article covers the technical details, affected versions, and mitigation strategies.

Published: February 11, 2026

CVE-2023-35311 Overview

CVE-2023-35311 is a security feature bypass vulnerability affecting Microsoft Outlook that allows attackers to circumvent critical security warnings designed to protect users from malicious content. This vulnerability has been actively exploited in the wild and is listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, indicating significant real-world threat activity.

The vulnerability is classified as CWE-367 (Time-of-Check Time-of-Use Race Condition), which involves a timing flaw where security checks can be bypassed between the time a resource is verified and the time it is actually used. This type of vulnerability is particularly dangerous in email clients where security prompts serve as a critical last line of defense against phishing and malware delivery.

Critical Impact

This vulnerability allows attackers to bypass Outlook security feature warnings, potentially enabling malicious content to execute without user awareness. Active exploitation has been confirmed in the wild.

Affected Products

  • Microsoft 365 Apps (Enterprise)
  • Microsoft Office 2019
  • Microsoft Office Long Term Servicing Channel 2021
  • Microsoft Outlook 2013 (including SP1 RT)
  • Microsoft Outlook 2016

Discovery Timeline

  • 2023-07-11 - CVE-2023-35311 published to NVD
  • 2025-10-28 - Last updated in NVD database

Technical Details for CVE-2023-35311

Vulnerability Analysis

This security feature bypass vulnerability exists in how Microsoft Outlook handles security prompts for potentially dangerous content. The flaw stems from a Time-of-Check Time-of-Use (TOCTOU) race condition, where the security state can change between when Outlook verifies that a warning should be displayed and when the content is actually processed.

In normal operation, Outlook displays security warnings when users attempt to open potentially malicious links or attachments. This vulnerability allows attackers to craft content that exploits the timing window in this security mechanism, effectively suppressing these critical warnings without the user's knowledge.

The attack requires user interaction but operates over the network, meaning attackers can deliver malicious emails or calendar invitations remotely. The complexity of exploitation is relatively high due to the race condition timing requirements, but successful exploitation can lead to complete compromise of confidentiality, integrity, and availability on the affected system.

Root Cause

The root cause of CVE-2023-35311 is a Time-of-Check Time-of-Use (TOCTOU) race condition in Microsoft Outlook's security feature implementation. This occurs when there is a temporal gap between the security validation check and the actual execution of the action. During this window, an attacker can manipulate conditions to bypass the intended security prompt, allowing potentially malicious operations to proceed without appropriate user warnings.

Attack Vector

The attack vector for CVE-2023-35311 is network-based, typically through specially crafted emails, calendar invitations, or other Outlook-handled content. An attacker can exploit this vulnerability by:

  1. Crafting malicious content designed to exploit the TOCTOU race condition
  2. Delivering the payload to victims via email or other Outlook-supported protocols
  3. When the victim interacts with the content, the race condition allows security warnings to be bypassed
  4. Malicious actions execute without the expected security prompts alerting the user

The vulnerability requires user interaction to trigger, but the bypass of security warnings significantly increases the likelihood of successful attacks since users may not realize they are interacting with dangerous content.

Detection Methods for CVE-2023-35311

Indicators of Compromise

  • Unusual Outlook process behavior or unexpected child processes spawned from OUTLOOK.EXE
  • Email messages or calendar invitations with suspicious attachment types or embedded links that execute without displaying expected security dialogs
  • Anomalous network connections originating from Outlook to unknown or malicious domains
  • Event log entries indicating Outlook security feature anomalies or suppressed warnings

Detection Strategies

  • Monitor for Outlook processes that spawn unexpected child processes, particularly cmd.exe, powershell.exe, or script interpreters
  • Implement email gateway rules to flag or quarantine messages with characteristics commonly associated with this exploitation technique
  • Deploy endpoint detection rules to identify Outlook behavior patterns consistent with security feature bypass
  • Enable and monitor Windows Security event logs for application anomalies related to Microsoft Office products

Monitoring Recommendations

  • Enable enhanced logging for Microsoft Office applications and review logs regularly for suspicious activity
  • Implement behavioral monitoring on endpoints to detect when Outlook performs actions without corresponding security prompt displays
  • Configure SIEM alerts for patterns of Outlook-initiated network connections to newly observed or low-reputation domains
  • Monitor for bulk email delivery attempts that may indicate phishing campaigns targeting this vulnerability

How to Mitigate CVE-2023-35311

Immediate Actions Required

  • Apply the latest Microsoft security updates for all affected Outlook and Office products immediately
  • Review and enforce email security policies to block or quarantine suspicious attachments and links
  • Enable Protected View and Attack Surface Reduction (ASR) rules for Microsoft Office applications
  • Educate users about the risks of opening unexpected attachments or clicking links in emails, even if security prompts do not appear

Patch Information

Microsoft has released security updates to address CVE-2023-35311. Organizations should apply the patches detailed in the Microsoft Security Update Guide for CVE-2023-35311. Given that this vulnerability is actively exploited and listed in the CISA Known Exploited Vulnerabilities Catalog, federal agencies and organizations following CISA guidance are required to remediate within specified timelines.

Ensure all Microsoft Outlook versions including Outlook 2013, Outlook 2016, Office 2019, Office LTSC 2021, and Microsoft 365 Apps are updated to the latest patched versions.

Workarounds

  • If immediate patching is not possible, consider temporarily restricting email attachment types and link access in Outlook
  • Implement network-level email scanning and filtering to detect and block malicious content before it reaches end users
  • Use application whitelisting to prevent unauthorized processes from being spawned by Outlook
  • Consider temporarily disabling preview pane functionality to reduce attack surface while awaiting patch deployment
bash
# Configuration example - Enable Attack Surface Reduction rules for Office applications
# Run in elevated PowerShell to enable ASR rules that block Office from creating child processes
Add-MpPreference -AttackSurfaceReductionRules_Ids D4F940AB-401B-4EFC-AADC-AD5F3C50688A -AttackSurfaceReductionRules_Actions Enabled

# Block Office applications from creating executable content
Add-MpPreference -AttackSurfaceReductionRules_Ids 3B576869-A4EC-4529-8536-B80A7769E899 -AttackSurfaceReductionRules_Actions Enabled

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMicrosoft Office

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.47%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-367
  • Technical References
  • CISA Known Exploited Vulnerability CVE-2023-35311
  • Vendor Resources
  • Microsoft CVE-2023-35311 Update
  • Related CVEs
  • CVE-2026-20951: SharePoint Auth Bypass Vulnerability

  • CVE-2026-20949: Microsoft Excel Auth Bypass Vulnerability

  • CVE-2024-38226: Microsoft Publisher Auth Bypass Flaw

  • CVE-2025-29816: Microsoft 365 Apps Auth Bypass 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