CVE-2025-40945
Deferred Deferred - Pending Action

Path Traversal in Siemens IAM Client SDK

Vulnerability report for CVE-2025-40945, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-14

Last updated on: 2026-07-14

Assigner: Siemens AG

Description

A vulnerability has been identified in COMOS V10.4.5 (All versions < V10.4.5.0.2), COMOS V10.6 (All versions < V10.6.1), Designcenter NX (All versions < V2512.7000), Simcenter 3D (All versions < V2512.7000), Simcenter Femap V2506 (All versions < V2506.0003), Simcenter Femap V2512 (All versions < V2512.0002), Simcenter Nastran (All versions < V2606), Simcenter STAR-CCM+ (All versions < V2606), Solid Edge SE2025 (All versions < V225.0 Update 13), Solid Edge SE2026 (All versions < V226.0 Update 04), Teamcenter Visualization V2412 (All versions < V2412.0012), Teamcenter Visualization V2506 (All versions < V2506.0009), Teamcenter Visualization V2512 (All versions < V2512.2605), Tecnomatix Plant Simulation V2404 (All versions < V2404.0022), Tecnomatix Plant Simulation V2504 (All versions < V2504.0010), Tecnomatix Process Simulate (All versions < V2606). Untrusted search path in IAM Client SDK may allow an authenticated user to potentially enable escalation of privilege via local access.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-14
Last Modified
2026-07-14
Generated
2026-08-03
AI Q&A
2026-07-14
EPSS Evaluated
2026-08-02
NVD
EUVD

Affected Vendors & Products

Showing 16 associated CPEs
Vendor Product Version / Range
siemens comos to 10.4.5.0.2 (exc)
siemens comos to 10.6.1 (exc)
siemens designcenter_nx to 2512.7000 (exc)
siemens simcenter_3d to 2512.7000 (exc)
siemens simcenter_femap to 2506.0003 (exc)
siemens simcenter_femap to 2512.0002 (exc)
siemens simcenter_nastran to 2606 (exc)
siemens simcenter_star-ccm+ to 2606 (exc)
siemens solid_edge to 225.0_update_13 (exc)
siemens solid_edge to 226.0_update_04 (exc)
siemens teamcenter_visualization to 2412.0012 (exc)
siemens teamcenter_visualization to 2506.0009 (exc)
siemens teamcenter_visualization to 2512.2605 (exc)
siemens tecnomatix_plant_simulation to 2404.0022 (exc)
siemens tecnomatix_plant_simulation to 2504.0010 (exc)
siemens tecnomatix_process_simulate to 2606 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-426 The product searches for critical resources using an externally-supplied search path that can point to resources that are not under the product's direct control.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2025-40945 is an untrusted search path vulnerability in the IAM Client SDK affecting multiple Siemens products. This vulnerability occurs when the software uses an unquoted search path, which could allow an authenticated local attacker to execute malicious code with elevated privileges.

The vulnerability is present in products such as COMOS, Designcenter NX, Simcenter 3D, Simcenter Femap, Simcenter Nastran, Simcenter STAR-CCM+, Solid Edge, Teamcenter Visualization, Tecnomatix Plant Simulation, and Tecnomatix Process Simulate. The issue arises because the software does not properly validate the search path for executable files, enabling privilege escalation via local access.

Detection Guidance

Detecting this vulnerability involves checking for the presence of affected Siemens products and verifying their versions. Since the vulnerability is related to an unquoted search path in the IAM Client SDK, you can look for installed versions of the affected software listed in the CVE description.

  • Check installed software versions: Use system inventory tools or commands to list installed Siemens products and their versions. For example, on Windows, you can use the 'Programs and Features' control panel or PowerShell commands like 'Get-WmiObject -Class Win32_Product' to identify installed software.
  • Verify version numbers: Compare the installed versions against the affected versions listed in the CVE description. Any version below the patched versions (e.g., COMOS V10.4.5.0.2, COMOS V10.6.1, etc.) is vulnerable.
  • Check for unquoted service paths: The vulnerability involves an unquoted search path. On Windows, you can use the 'sc qc' command to query service configurations. For example, run 'sc qc <service_name>' and look for unquoted paths in the 'BINARY_PATH_NAME' field.
  • Review IAM Client SDK installations: If the IAM Client SDK is installed separately, verify its version and ensure it is not vulnerable. This may require checking installation directories or registry entries.

For detailed detection steps, refer to Siemens' official advisory or documentation, as they may provide specific tools or scripts for identifying vulnerable installations.

Impact Analysis

If you are using any of the affected Siemens products, this vulnerability could allow an authenticated local attacker to escalate their privileges on the system. This means an attacker with access to the system could gain higher-level permissions, potentially leading to:

  • Unauthorized access to sensitive data or system functions.
  • Execution of arbitrary code with elevated privileges, which could compromise the integrity and confidentiality of the system.
  • Disruption of system operations or services, leading to downtime or loss of productivity.

The CVSS scores (6.7 for v3.1 and 8.5 for v4.0) indicate that this is a high-severity vulnerability, meaning the risk of exploitation is significant if not mitigated.

Compliance Impact

This vulnerability could impact compliance with several common standards and regulations, depending on the context in which the affected Siemens products are used:

  • GDPR (General Data Protection Regulation): If the affected system processes or stores personal data of EU citizens, a privilege escalation vulnerability could lead to unauthorized access to this data. This may result in a data breach, which must be reported under GDPR, potentially leading to fines and reputational damage.
  • HIPAA (Health Insurance Portability and Accountability Act): If the affected products are used in healthcare environments to handle protected health information (PHI), this vulnerability could compromise the confidentiality and integrity of PHI. Non-compliance with HIPAA could result in penalties and legal consequences.
  • Industrial and sector-specific standards (e.g., ISO 27001, NIST SP 800-53): Many standards require organizations to maintain the security and integrity of their systems. A privilege escalation vulnerability could violate these requirements, leading to non-compliance and potential audit failures.

To maintain compliance, organizations should apply the patches or mitigations provided by Siemens as soon as possible and ensure that their systems are protected against unauthorized access.

Mitigation Strategies

To mitigate this vulnerability, follow these immediate steps:

  • Apply the latest patches: Install the updated versions of the affected Siemens products as listed in the CVE description. For example, upgrade COMOS to V10.4.5.0.2 or V10.6.1, Simcenter 3D to V2512.7000, and so on.
  • Implement countermeasures for unpatched products: If patches are not yet available for a specific product, follow Siemens' recommended countermeasures. These may include restricting local access, using least privilege principles, or disabling unnecessary services.
  • Fix unquoted service paths: For services related to the IAM Client SDK, ensure that all service paths are properly quoted. This can be done by editing the service configuration using the 'sc config' command in Windows. For example, run 'sc config <service_name> binPath= "<full_path_to_executable>"'.
  • Restrict local access: Limit local user access to systems running the affected software. Ensure only authorized personnel with a legitimate need can log in locally.
  • Monitor for suspicious activity: Enable logging and monitoring for unusual privilege escalation attempts or unauthorized access to the affected systems.
  • Follow Siemens' security recommendations: Review the general security guidelines provided by Siemens, such as protecting network access, applying defense-in-depth strategies, and adhering to operational guidelines for industrial security.

For further details and support, consult the Siemens Security Advisory SSA-288252 or contact Siemens ProductCERT.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-40945. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart