Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-25605

CVE-2026-25605: Siemens SICAM SIAPP SDK DOS Vulnerability

CVE-2026-25605 is a denial of service flaw in Siemens SICAM SIAPP SDK caused by improper file path validation during deletion. This article covers the technical details, affected versions, impact, and mitigation.

Published: March 13, 2026

CVE-2026-25605 Overview

A vulnerability has been identified in Siemens SICAM SIAPP SDK affecting all versions prior to V2.1.7. The affected application performs file deletion without properly validating the file path or target. An attacker could delete files or sockets that the affected process has permission to remove, potentially resulting in denial of service or service disruption.

Critical Impact

This vulnerability allows attackers with local access to delete arbitrary files or sockets, potentially disrupting critical industrial control system operations and causing denial of service conditions.

Affected Products

  • Siemens SICAM SIAPP SDK (All versions < V2.1.7)

Discovery Timeline

  • 2026-03-10 - CVE CVE-2026-25605 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-25605

Vulnerability Analysis

This vulnerability falls under CWE-73 (External Control of File Name or Path), which occurs when software allows user input to control or influence paths or file names used in file system operations. In the context of SICAM SIAPP SDK, the application fails to properly validate file paths before executing deletion operations, creating an opportunity for attackers to manipulate the target of delete operations.

The SICAM SIAPP SDK is used in industrial automation and energy management contexts, making this vulnerability particularly concerning for operational technology (OT) environments. While requiring local access reduces the attack surface, compromised systems or insider threats could leverage this flaw to disrupt critical infrastructure operations.

Root Cause

The root cause of this vulnerability is insufficient input validation in the file deletion functionality. The application does not properly sanitize or validate the file path parameter before passing it to the underlying file system deletion operation. This allows an attacker to specify arbitrary file paths, potentially targeting critical system files, configuration files, or socket files that the process has permission to delete.

Attack Vector

The attack requires local access to the affected system. An attacker would need to supply a malicious file path to the vulnerable file deletion function. Since no user interaction is required and the attack complexity is considered high, exploitation would typically involve:

  1. Gaining local access to a system running the vulnerable SICAM SIAPP SDK
  2. Identifying the vulnerable file deletion functionality
  3. Crafting a malicious path pointing to critical files or sockets
  4. Triggering the deletion operation to cause denial of service

The vulnerability mechanism involves improper path validation before file system operations. When the application receives a file path for deletion, it fails to verify that the path points to an expected location or file type. An attacker can exploit this by providing paths that traverse outside intended directories or target critical system components. For detailed technical information, refer to the Siemens Security Advisory SSA-903736.

Detection Methods for CVE-2026-25605

Indicators of Compromise

  • Unexpected deletion of system files or configuration files on systems running SICAM SIAPP SDK
  • Missing socket files that should be present for inter-process communication
  • Application crashes or service failures following suspicious file system activity
  • Audit log entries showing deletion of files outside expected application directories

Detection Strategies

  • Monitor file system audit logs for deletion operations performed by SICAM SIAPP SDK processes targeting unexpected paths
  • Implement file integrity monitoring (FIM) on critical system directories and configuration files
  • Alert on deletion of socket files in /var/run or similar system directories by non-administrative processes
  • Correlate application logs with file system events to identify suspicious deletion patterns

Monitoring Recommendations

  • Enable detailed file system auditing on systems running SICAM SIAPP SDK versions prior to V2.1.7
  • Configure SIEM rules to alert on file deletion events from SICAM-related processes targeting sensitive directories
  • Implement real-time monitoring of critical OT system files and directories
  • Review access logs for any unauthorized local access attempts to SICAM SIAPP SDK systems

How to Mitigate CVE-2026-25605

Immediate Actions Required

  • Upgrade SICAM SIAPP SDK to version V2.1.7 or later immediately
  • Review systems for evidence of exploitation by checking for unexpected file deletions
  • Restrict local access to systems running vulnerable versions to trusted personnel only
  • Implement defense-in-depth controls including file system access controls and monitoring

Patch Information

Siemens has released SICAM SIAPP SDK version V2.1.7 to address this vulnerability. Customers should obtain the updated software through their normal Siemens support channels. Detailed patch information and installation guidance is available in the Siemens Security Advisory SSA-903736.

Workarounds

  • Implement strict file system permissions to limit the files that the SICAM SIAPP SDK process can delete
  • Use application whitelisting to restrict which applications can perform file operations on critical directories
  • Deploy file integrity monitoring to detect and alert on unauthorized file deletions
  • Network segmentation to limit access to systems running vulnerable SICAM SIAPP SDK versions
bash
# Example: Restrict file permissions for SICAM SIAPP SDK directories
# Limit write/delete access to essential directories only
chmod 755 /opt/siemens/sicam/
chown root:root /opt/siemens/sicam/

# Enable auditd monitoring for file deletion events
auditctl -w /opt/siemens/sicam/ -p wa -k sicam_file_monitor
auditctl -w /var/run/ -p wa -k socket_monitor

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechSiemens Sicam Siapp Sdk

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:N/PR:N/UI:N/VC:N/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
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-73
  • Vendor Resources
  • Siemens Security Advisory SSA-903736
  • Related CVEs
  • CVE-2026-25573: Siemens Sicam Siapp SDK 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