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

CVE-2023-21741: Microsoft 365 Apps Info Disclosure Flaw

CVE-2023-21741 is an information disclosure vulnerability in Microsoft Office Visio that could allow attackers to access sensitive data. This article covers technical details, affected versions, impact, and mitigation.

Published: January 28, 2026

CVE-2023-21741 Overview

CVE-2023-21741 is an information disclosure vulnerability affecting Microsoft Office Visio. This vulnerability allows an authenticated attacker to exploit an out-of-bounds read condition to access sensitive information from memory. The flaw exists in how Visio processes certain file structures, enabling unauthorized disclosure of potentially sensitive data that could be leveraged in further attacks against affected systems.

Critical Impact

Authenticated attackers can exploit this vulnerability remotely to access sensitive information from memory, potentially exposing confidential data and enabling reconnaissance for subsequent attacks against the affected system.

Affected Products

  • Microsoft 365 Apps for Enterprise
  • Microsoft Office 2019
  • Microsoft Office Long Term Servicing Channel 2021
  • Microsoft Visio 2013 SP1
  • Microsoft Visio 2016

Discovery Timeline

  • January 10, 2023 - CVE-2023-21741 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-21741

Vulnerability Analysis

This vulnerability is classified under CWE-125 (Out-of-Bounds Read), a memory corruption class weakness where the software reads data past the end or before the beginning of the intended buffer. In Microsoft Visio, this manifests when the application processes malformed or specially crafted input, causing it to read memory beyond allocated boundaries.

The out-of-bounds read condition allows attackers to access portions of memory that should not be accessible, potentially revealing sensitive information such as memory addresses, cryptographic keys, or other confidential data stored in adjacent memory locations. This type of vulnerability is particularly concerning as the disclosed information can be used to bypass security mechanisms like Address Space Layout Randomization (ASLR) or to extract confidential business data.

The network-based attack vector with low complexity makes this vulnerability relatively easy to exploit once an attacker has low-privilege authentication to the target system.

Root Cause

The root cause stems from insufficient bounds checking when Visio processes certain data structures. When parsing input, the application fails to properly validate buffer boundaries before performing read operations, allowing memory contents beyond the intended buffer to be accessed. This is a common programming error where array indices or pointer arithmetic is not properly constrained to the allocated memory region.

Attack Vector

The vulnerability is exploitable over the network by an authenticated attacker. The attack requires a user with low privileges to interact with the Visio application in a way that triggers the vulnerable code path. This could involve opening a specially crafted Visio file or processing malformed data through the application.

The attacker does not require user interaction beyond their own authentication, and the attack can be initiated remotely. Once exploited, the attacker gains access to potentially sensitive information from the application's memory space, which could include:

  • Memory layout information useful for bypassing ASLR
  • Sensitive data from other documents or processes
  • Internal application state information

For detailed technical analysis and remediation guidance, refer to the Microsoft Security Update for CVE-2023-21741.

Detection Methods for CVE-2023-21741

Indicators of Compromise

  • Unusual memory access patterns in Microsoft Visio processes
  • Visio application crashes or unexpected termination events
  • Network connections from Visio to unexpected external destinations
  • Presence of suspicious or malformed .vsd, .vsdx, or .vstx files

Detection Strategies

  • Monitor for anomalous behavior in VISIO.EXE process, including unusual memory read operations
  • Implement file integrity monitoring for Visio document directories to detect malformed files
  • Deploy endpoint detection rules to identify out-of-bounds memory access attempts
  • Use SentinelOne's behavioral AI to detect exploitation attempts targeting Microsoft Office applications

Monitoring Recommendations

  • Enable Windows Event Logging for application crashes and exceptions in Office applications
  • Configure alerts for unusual network activity originating from Visio processes
  • Implement document scanning solutions to inspect Visio files before opening
  • Monitor for repeated authentication attempts from unusual sources accessing Office applications

How to Mitigate CVE-2023-21741

Immediate Actions Required

  • Apply the Microsoft security update addressing CVE-2023-21741 immediately
  • Verify all Microsoft Office and Visio installations are updated to patched versions
  • Review network access policies to limit exposure of vulnerable Visio installations
  • Implement the principle of least privilege to minimize authenticated attacker access

Patch Information

Microsoft has released security updates to address this vulnerability. Organizations should apply the appropriate updates for their installed versions:

  • Microsoft 365 Apps for Enterprise - Apply the latest security update through Microsoft Update
  • Microsoft Office 2019 - Install the January 2023 security update
  • Microsoft Office LTSC 2021 - Install the January 2023 security update
  • Microsoft Visio 2013 SP1 - Install the January 2023 security update
  • Microsoft Visio 2016 - Install the January 2023 security update

For complete patch details and download links, refer to the Microsoft Security Update Guide.

Workarounds

  • Restrict network access to systems running unpatched Visio installations until updates can be applied
  • Implement application whitelisting to prevent unauthorized Visio file types from executing
  • Configure Office Protected View to open files from untrusted locations in read-only mode
  • Train users to avoid opening Visio files from untrusted or unexpected sources
bash
# Example: Enforce Protected View via Group Policy
# Path: User Configuration > Administrative Templates > Microsoft Visio > Visio Options > Security > Trust Center > Protected View
# Enable: "Always open files from the Internet in Protected View"
# Enable: "Always open files in Unsafe Locations in Protected View"

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMicrosoft Office

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability3.22%

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

  • NVD-CWE-noinfo
  • Technical References
  • Microsoft Security Update CVE-2023-21741
  • Related CVEs
  • CVE-2023-36761: Microsoft Word Information Disclosure Flaw

  • CVE-2026-26110: Microsoft Office RCE Vulnerability

  • CVE-2026-26109: Microsoft Excel RCE Vulnerability

  • CVE-2026-26107: Microsoft Excel Use-After-Free 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