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

CVE-2023-21567: Microsoft Visual Studio 2017 DOS Vulnerability

CVE-2023-21567 is a denial of service vulnerability in Microsoft Visual Studio 2017 that allows attackers to disrupt service availability. This article covers the technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2023-21567 Overview

CVE-2023-21567 is a Denial of Service vulnerability affecting Microsoft Visual Studio. This security flaw allows attackers with local access to cause service disruption and impact the integrity of the development environment. The vulnerability is associated with CWE-59 (Improper Link Resolution Before File Access), commonly known as a symlink attack.

Critical Impact

Attackers with local access can exploit this vulnerability to cause denial of service conditions and potentially impact the integrity of Visual Studio installations, disrupting developer workflows and build processes.

Affected Products

  • Microsoft Visual Studio 2017
  • Microsoft Visual Studio 2019
  • Microsoft Visual Studio 2022

Discovery Timeline

  • February 14, 2023 - CVE-2023-21567 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-21567

Vulnerability Analysis

This vulnerability stems from improper handling of symbolic links (symlinks) within Microsoft Visual Studio. The flaw allows a local attacker with low privileges to manipulate file system operations through symbolic link exploitation. When successfully exploited, the attacker can cause the application to access unintended file locations, leading to denial of service conditions and potential integrity violations.

The attack requires local access and user interaction, meaning an attacker must have some level of access to the target system and the user must perform certain actions for the exploit to succeed. While this limits the attack surface, it remains a significant concern in shared development environments or scenarios where multiple users access the same workstation.

Root Cause

The root cause of CVE-2023-21567 is classified under CWE-59 (Improper Link Resolution Before File Access). This weakness occurs when software does not properly resolve symbolic links before performing file operations. Visual Studio fails to adequately validate or resolve symbolic links, allowing an attacker to redirect file operations to arbitrary locations on the file system. This can result in accessing, modifying, or corrupting files that the attacker would not normally have permission to affect.

Attack Vector

The attack vector for this vulnerability is local, requiring the attacker to have access to the target system. The exploitation scenario involves:

  1. The attacker creates a symbolic link pointing to a sensitive file or directory
  2. The attacker waits for or triggers Visual Studio to perform file operations on the symlink location
  3. Visual Studio follows the symbolic link without proper validation
  4. File operations are redirected to the attacker-specified location, causing denial of service or integrity impact

The vulnerability requires low privileges to exploit and necessitates user interaction, such as opening a malicious project or workspace. The attack does not enable arbitrary code execution but can significantly disrupt development operations and potentially corrupt project files or Visual Studio configuration.

Detection Methods for CVE-2023-21567

Indicators of Compromise

  • Unexpected symbolic links appearing in Visual Studio project directories or installation paths
  • Visual Studio crashes or hangs during file operations, particularly when accessing project files
  • Suspicious file system activity involving symlink creation in development workspaces
  • Unusual file access patterns where Visual Studio accesses files outside expected directories

Detection Strategies

  • Monitor for symbolic link creation in Visual Studio installation directories and project workspaces
  • Implement file integrity monitoring on critical Visual Studio configuration files
  • Configure endpoint detection to alert on unusual file system operations by devenv.exe or related Visual Studio processes
  • Review Windows Security event logs for suspicious file access patterns involving development tools

Monitoring Recommendations

  • Enable process monitoring for Visual Studio executables to detect anomalous file system behavior
  • Deploy SentinelOne Singularity platform to detect and respond to symlink-based attack techniques
  • Configure alerts for Visual Studio service interruptions or unexpected terminations
  • Implement behavioral analysis to identify potential exploitation attempts targeting development environments

How to Mitigate CVE-2023-21567

Immediate Actions Required

  • Apply the latest security updates from Microsoft for all affected Visual Studio versions
  • Restrict local access to development workstations to authorized personnel only
  • Review and audit symbolic links in Visual Studio project directories
  • Ensure users are educated about the risks of opening untrusted projects

Patch Information

Microsoft has released security updates to address this vulnerability. Administrators should apply the patches available through the Microsoft Security Update Guide. The updates are available for Visual Studio 2017, 2019, and 2022. Organizations should prioritize patching based on their deployment of affected Visual Studio versions and ensure all developer workstations receive the updates.

To update Visual Studio:

  1. Open Visual Studio Installer
  2. Click "Update" for the affected Visual Studio installation
  3. Verify the update includes the February 2023 security patches
  4. Restart the application after installation completes

Workarounds

  • Limit local user access to development machines where Visual Studio is installed
  • Implement strict file system permissions on Visual Studio installation and project directories
  • Use application whitelisting to prevent unauthorized symlink creation tools from executing
  • Consider running Visual Studio in isolated environments for processing untrusted projects
bash
# Verify Visual Studio version and check for updates
# Open Developer Command Prompt and run:
devenv /updateconfiguration

# Check installed Visual Studio version
vswhere -latest -property installationVersion

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechMicrosoft Visual Studio

  • SeverityMEDIUM

  • CVSS Score5.6

  • EPSS Probability0.39%

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

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Update
  • Related CVEs
  • CVE-2023-36042: Visual Studio 2019 DOS Vulnerability

  • CVE-2023-36038: Microsoft Visual Studio 2022 DOS Vulnerability

  • CVE-2020-1133: Microsoft Visual Studio Privilege Escalation

  • CVE-2020-16856: Microsoft Visual Studio RCE 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