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

CVE-2023-42757: Process Explorer DoS Vulnerability

CVE-2023-42757 is a denial of service vulnerability in Process Explorer before version 17.04. Attackers can exploit wcscat_s error handling to make the tool unavailable for analysis. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: January 28, 2026

CVE-2023-42757 Overview

CVE-2023-42757 is a Denial of Service vulnerability affecting Microsoft Process Explorer versions prior to 17.04. This vulnerability allows attackers to render the popular system monitoring utility functionally unavailable by exploiting an error handling flaw in the wcscat_s function. By renaming an executable file to an extensionless 255-character name and launching it using NtCreateUserProcess, attackers can cause Process Explorer to crash or become unresponsive, effectively preventing security analysts from using this critical analysis tool.

Critical Impact

This vulnerability can disable Process Explorer during active security investigations, potentially allowing malicious processes to evade detection while the analysis tool remains unavailable.

Affected Products

  • Microsoft Process Explorer versions before 17.04
  • Windows Sysinternals Process Explorer (pre-17.04 releases)

Discovery Timeline

  • 2024-05-07 - CVE-2023-42757 published to NVD
  • 2025-03-26 - Last updated in NVD database

Technical Details for CVE-2023-42757

Vulnerability Analysis

This vulnerability exploits a weakness in how Process Explorer handles extremely long file paths and names without extensions. The root issue lies in the error handling logic of the wcscat_s function, a secure string concatenation function in Windows. When Process Explorer attempts to process an executable with a 255-character extensionless filename launched via the native API function NtCreateUserProcess, the application fails to properly handle the resulting buffer condition.

The attack is classified under CWE-120 (Buffer Copy without Checking Size of Input), indicating that the application does not adequately validate the length of input data before copying it to a fixed-size buffer. This oversight creates a condition where Process Explorer becomes unable to properly display or analyze the malicious process, effectively creating a denial of service condition for security analysis workflows.

The vulnerability requires local access and high privileges to exploit, and also requires user interaction. While this limits the attack surface, it represents a significant concern in scenarios where attackers have already gained initial access to a system and need to evade detection during post-exploitation activities.

Root Cause

The vulnerability stems from improper error handling in the wcscat_s secure string concatenation function within Process Explorer. When the function encounters a string that would exceed buffer boundaries, the error handling logic fails to gracefully manage the exception. Specifically, the application does not properly validate or truncate filenames that approach or exceed the Windows MAX_PATH limitation of 255 characters when combined with null termination and path components.

Attack Vector

The attack vector is local, requiring an attacker to have existing access to the target system. The exploitation technique, dubbed "MagicDot" by SafeBreach Labs researchers, leverages Windows path handling quirks involving dots, spaces, and path length limitations.

The attack flow involves:

  1. An attacker creates or renames a malicious executable to a carefully crafted 255-character filename without an extension
  2. The attacker launches this executable using the NtCreateUserProcess native API, bypassing normal Win32 API path validation
  3. When a security analyst attempts to use Process Explorer to analyze running processes, the tool crashes or hangs when attempting to display information about the malicious process
  4. This effectively blinds the analyst to the attacker's activities during the period of Process Explorer unavailability

For detailed technical information about the MagicDot technique, refer to the SafeBreach Labs GitHub repository and the Black Hat Asia 2024 briefing.

Detection Methods for CVE-2023-42757

Indicators of Compromise

  • Presence of executables with extremely long filenames (approaching 255 characters) without file extensions
  • Process creation events using NtCreateUserProcess for files with unusual naming patterns
  • Sudden crashes or hangs of Process Explorer during incident response activities
  • Log entries indicating Process Explorer application errors or termination

Detection Strategies

  • Monitor for process creation events involving executables with filenames exceeding 200 characters
  • Implement file system monitoring rules to alert on the creation of extensionless executable files with unusually long names
  • Use alternative process monitoring tools alongside Process Explorer to maintain visibility during potential attacks
  • Configure application crash monitoring to alert when Process Explorer terminates unexpectedly

Monitoring Recommendations

  • Deploy endpoint detection and response (EDR) solutions that can detect anomalous filename patterns
  • Establish baseline behavior for Process Explorer usage and alert on deviations such as unexpected crashes
  • Monitor native API calls, particularly NtCreateUserProcess, for files with suspicious naming conventions
  • Implement redundant process monitoring capabilities to ensure continued visibility

How to Mitigate CVE-2023-42757

Immediate Actions Required

  • Update Process Explorer to version 17.04 or later immediately
  • Verify the installed version of Process Explorer across all analyst workstations and security operations centers
  • Consider deploying alternative or supplementary process monitoring tools until all instances are patched
  • Alert security teams to the potential for this evasion technique during active investigations

Patch Information

Microsoft has addressed this vulnerability in Process Explorer version 17.04. The fix properly handles the wcscat_s error condition when processing extremely long filenames, preventing the denial of service condition. Administrators should download the latest version of Process Explorer from the official Microsoft Sysinternals website.

For additional technical details about the vulnerability and the MagicDot research, refer to the SafeBreach blog post.

Workarounds

  • Use alternative process monitoring tools such as Process Hacker or Task Manager when Process Explorer encounters stability issues
  • Implement file system policies to restrict the creation of files with extremely long names where operationally feasible
  • Configure Windows Defender Application Control or AppLocker policies to require file extensions on executables
  • Maintain redundant visibility through SentinelOne or other EDR platforms that are not susceptible to this specific attack vector
bash
# Verify Process Explorer version and update if necessary
# Download latest version from Microsoft Sysinternals
# Check current version: Help > About Process Explorer
# Required version: 17.04 or later

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechN/A

  • SeverityMEDIUM

  • CVSS Score4.2

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-120
  • Technical References
  • GitHub PoC Repository

  • Black Hat Briefing

  • SafeBreach Blog Post
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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