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-2026-22923

CVE-2026-22923: Siemens NX PDF Export RCE Vulnerability

CVE-2026-22923 is a remote code execution vulnerability in Siemens NX that allows local attackers to manipulate PDF export data and execute arbitrary code. This article covers technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2026-22923 Overview

A data validation vulnerability has been identified in Siemens NX, a widely-used computer-aided design (CAD) software suite. The vulnerability exists in the PDF export functionality and could allow an attacker with local access to interfere with internal data processing, potentially leading to arbitrary code execution. This vulnerability is classified as CWE-121 (Stack-based Buffer Overflow), indicating improper handling of data boundaries during the export operation.

Critical Impact

Local attackers can exploit the PDF export process in Siemens NX to achieve arbitrary code execution through stack-based buffer overflow, potentially compromising engineering workstations and sensitive design data.

Affected Products

  • Siemens NX (All versions prior to V2512)

Discovery Timeline

  • 2026-02-10 - CVE-2026-22923 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2026-22923

Vulnerability Analysis

This vulnerability stems from insufficient data validation during the PDF export process in Siemens NX. When a user initiates a PDF export operation, the application fails to properly validate internal data boundaries, creating an opportunity for stack-based buffer overflow. The CWE-121 classification indicates that the vulnerability allows writing beyond the bounds of a stack-allocated buffer, which can corrupt adjacent memory including return addresses and saved registers.

The attack requires local access to the system and some user interaction (such as opening a malicious file or triggering the export function). Despite these prerequisites, successful exploitation can result in complete compromise of confidentiality, integrity, and availability of the affected system. Engineering workstations running NX often contain sensitive intellectual property and design files, making this a high-value target for attackers.

Root Cause

The root cause is a stack-based buffer overflow (CWE-121) in the data validation routines of the PDF export functionality. The application allocates a fixed-size buffer on the stack to process export data but fails to verify that incoming data fits within these boundaries. When oversized or malformed data is processed, it overwrites adjacent stack memory, potentially allowing an attacker to redirect program execution.

Attack Vector

The attack vector is local, requiring an attacker to have access to the system running Siemens NX. The exploitation scenario typically involves:

  1. An attacker crafts a malicious NX project file or manipulates the export process
  2. The victim opens the file or initiates a PDF export operation
  3. During the export process, the malicious data triggers the buffer overflow
  4. The overflow corrupts stack memory, allowing the attacker to control program execution
  5. Arbitrary code is executed with the privileges of the NX application user

The vulnerability requires user interaction to trigger the vulnerable code path, but no privileges are required beyond local system access. For detailed technical information, refer to the Siemens Security Advisory SSA-535115.

Detection Methods for CVE-2026-22923

Indicators of Compromise

  • Unexpected crashes or abnormal termination of the NX application during PDF export operations
  • Unusual process behavior or child processes spawned by the NX executable
  • Anomalous memory access patterns or access violation errors in application logs
  • Suspicious file access or network connections originating from the NX process

Detection Strategies

  • Monitor for stack buffer overflow indicators using endpoint detection tools with memory protection capabilities
  • Implement application whitelisting to detect unauthorized code execution from NX process context
  • Deploy file integrity monitoring on NX installation directories
  • Configure logging to capture PDF export operations and associated errors

Monitoring Recommendations

  • Enable detailed application logging for Siemens NX export functions
  • Monitor system event logs for application crashes involving ugraf.exe or related NX processes
  • Implement SentinelOne Singularity for real-time behavioral analysis of CAD application processes
  • Review any unexpected modifications to NX configuration or temporary files

How to Mitigate CVE-2026-22923

Immediate Actions Required

  • Upgrade Siemens NX to version V2512 or later immediately
  • Restrict local access to engineering workstations running NX to authorized personnel only
  • Avoid opening NX project files from untrusted sources until patched
  • Implement network segmentation to isolate CAD workstations from general network traffic

Patch Information

Siemens has addressed this vulnerability in NX version V2512. Organizations should prioritize upgrading to this version or later to remediate the vulnerability. For detailed patch information and download instructions, refer to the Siemens Security Advisory SSA-535115.

Workarounds

  • Disable or restrict PDF export functionality if not immediately required for business operations
  • Implement strict file validation procedures for any NX project files before opening
  • Run NX in a sandboxed or virtualized environment to limit the impact of potential exploitation
  • Apply principle of least privilege to user accounts running NX applications

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNx

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/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
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-121
  • Technical References
  • Siemens Security Advisory SSA-535115
  • Related CVEs
  • CVE-2025-10894: Nx Build System Supply Chain Vulnerability
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