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-2025-32847

CVE-2025-32847: Siemens Telecontrol Server Basic SQLi

CVE-2025-32847 is a SQL injection flaw in Siemens Telecontrol Server Basic allowing authenticated attackers to bypass authorization and execute code. This article covers technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2025-32847 Overview

CVE-2025-32847 is a SQL injection vulnerability affecting Siemens TeleControl Server Basic versions prior to V3.1.2.2. The flaw resides in the internally used UnlockGeneralSettings method, which fails to properly sanitize user-supplied input before incorporating it into SQL queries [CWE-89]. An authenticated remote attacker with access to TCP port 8000 can exploit this weakness to bypass authorization controls, read and modify the application database, and execute code in the context of the NT AUTHORITY\NetworkService account. The vulnerability impacts industrial control system (ICS) environments where TeleControl Server Basic manages remote terminal units (RTUs) over telecontrol protocols.

Critical Impact

Authenticated attackers reaching port 8000 can execute arbitrary code as NT AUTHORITY\NetworkService and gain full control over the application database.

Affected Products

  • Siemens TeleControl Server Basic — all versions prior to V3.1.2.2
  • Deployments exposing TCP port 8000 to untrusted networks
  • Industrial control environments using TeleControl Server Basic for RTU communications

Discovery Timeline

  • 2025-04-16 - CVE-2025-32847 published to NVD
  • 2025-08-19 - Last updated in NVD database

Technical Details for CVE-2025-32847

Vulnerability Analysis

The vulnerability exists within the UnlockGeneralSettings method, an internal handler exposed through the TeleControl Server Basic service on TCP port 8000. The method concatenates attacker-controlled input directly into SQL statements without parameterization, enabling injection of arbitrary SQL syntax. Because the method is reachable post-authentication but lacks proper authorization checks, low-privileged accounts can pivot to database-level operations they should not access.

Successful exploitation grants read and write access to backend database tables. The injection chain extends further: the database engine permits operations that lead to arbitrary command execution within the host process. The service runs as NT AUTHORITY\NetworkService, giving the attacker code execution privileges sufficient to access network resources and interact with other Windows services.

This is particularly relevant in operational technology (OT) environments where TeleControl Server Basic mediates SCADA traffic. Database tampering can corrupt telecontrol configurations, modify RTU mappings, or disrupt industrial process visibility.

Root Cause

The root cause is improper neutralization of special elements used in an SQL command [CWE-89]. The UnlockGeneralSettings method builds SQL queries through string concatenation rather than parameterized statements or prepared queries. Authorization enforcement on the internal method is also insufficient, allowing authenticated users without administrative rights to invoke it.

Attack Vector

The attack requires network access to port 8000 on the host running TeleControl Server Basic and valid authentication credentials. The attacker sends a crafted request invoking the UnlockGeneralSettings method with malicious SQL payload embedded in a parameter. The injected SQL executes against the application database, after which the attacker leverages database functionality to write files or execute commands as NT AUTHORITY\NetworkService.

The vulnerability is described in prose only because no public proof-of-concept exploit is currently available. Refer to the Siemens Security Advisory SSA-443402 for vendor-supplied technical details.

Detection Methods for CVE-2025-32847

Indicators of Compromise

  • Unexpected inbound connections to TCP port 8000 from systems outside the engineering workstation subnet.
  • Process creation events spawned by the TeleControl Server Basic service running as NT AUTHORITY\NetworkService.
  • Anomalous SQL statements in application or database logs referencing the UnlockGeneralSettings operation.
  • New or modified rows in TeleControl Server Basic configuration tables outside normal change windows.

Detection Strategies

  • Monitor authentication and request logs on the TeleControl Server Basic service for repeated UnlockGeneralSettings invocations from a single account.
  • Inspect database query logs for SQL syntax patterns indicative of injection, such as stacked queries, comment sequences, or xp_cmdshell invocations.
  • Alert on child processes of the TeleControl Server Basic service binary, particularly cmd.exe, powershell.exe, or scripting hosts.
  • Correlate network connections originating from the NetworkService account context with file write activity in non-standard directories.

Monitoring Recommendations

  • Forward Windows Security, Sysmon, and application logs from TeleControl Server hosts to a centralized SIEM for correlation.
  • Implement network monitoring rules that flag port 8000 traffic crossing OT/IT boundaries.
  • Baseline the legitimate parent-child process tree of the TeleControl Server service and alert on deviations.
  • Review database audit logs daily for schema or privilege changes within the TeleControl Server Basic database.

How to Mitigate CVE-2025-32847

Immediate Actions Required

  • Upgrade TeleControl Server Basic to version V3.1.2.2 or later as directed by Siemens.
  • Restrict access to TCP port 8000 using host-based and network firewalls so only authorized engineering workstations can reach it.
  • Rotate credentials for all accounts able to authenticate to TeleControl Server Basic.
  • Audit the application database for unauthorized modifications and unexpected stored procedures.

Patch Information

Siemens has released TeleControl Server Basic V3.1.2.2 to remediate this vulnerability. Customers should obtain the update through standard Siemens support channels. Full remediation guidance is published in Siemens Security Advisory SSA-443402.

Workarounds

  • Segment TeleControl Server Basic into a dedicated OT network zone protected by a stateful firewall.
  • Block external access to port 8000 and require VPN or jump host access for administrative connections.
  • Enforce least-privilege accounts for users who must authenticate to the application.
  • Apply Siemens operational guidelines for industrial security and the IEC 62443 defense-in-depth recommendations.
bash
# Example Windows firewall rule restricting access to port 8000
netsh advfirewall firewall add rule name="TeleControl Server Basic - Restrict 8000" ^
  dir=in action=block protocol=TCP localport=8000 remoteip=any

netsh advfirewall firewall add rule name="TeleControl Server Basic - Allow Engineering" ^
  dir=in action=allow protocol=TCP localport=8000 remoteip=10.10.20.0/24

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechSiemens Telecontrol Server Basic

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Vendor Resources
  • Siemens Security Advisory SSA-443402
  • Related CVEs
  • CVE-2025-32843: Siemens Telecontrol Server Basic SQLi

  • CVE-2025-32854: Siemens Telecontrol Server SQL Injection

  • CVE-2025-32861: Siemens Telecontrol Server Basic SQLi

  • CVE-2025-32867: Siemens Telecontrol Server Basic SQLi
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