CVE-2025-32851

8.8 HIGH

📋 TL;DR

An SQL injection vulnerability in TeleControl Server Basic allows authenticated remote attackers to bypass authorization controls, read/write to the database, and execute code with NetworkService permissions. This affects all versions before V3.1.2.2. Attackers need access to port 8000 on systems running vulnerable versions.

💻 Affected Systems

Products:
  • TeleControl Server Basic
Versions: All versions < V3.1.2.2
Operating Systems: Windows
Default Config Vulnerable: ⚠️ Yes
Notes: Requires authentication and access to port 8000. NetworkService permissions provide significant access to system resources.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Full system compromise with code execution as NetworkService, database manipulation, and potential lateral movement within the network.

🟠

Likely Case

Database information theft, unauthorized configuration changes, and privilege escalation within the application.

🟢

If Mitigated

Limited impact with proper network segmentation and authentication controls, potentially only affecting the application database.

🌐 Internet-Facing: HIGH
🏢 Internal Only: HIGH

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: LOW

SQL injection through 'UnlockTcmSettings' method requires authenticated access but is straightforward once authenticated.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: V3.1.2.2

Vendor Advisory: https://cert-portal.siemens.com/productcert/html/ssa-443402.html

Restart Required: Yes

Instructions:

1. Download V3.1.2.2 or later from Siemens support portal
2. Stop TeleControl Server Basic service
3. Install the update
4. Restart the service

🔧 Temporary Workarounds

Network Access Restriction

windows

Restrict access to port 8000/TCP to only trusted IP addresses

Windows Firewall: New-NetFirewallRule -DisplayName 'Block TeleControl Port' -Direction Inbound -LocalPort 8000 -Protocol TCP -Action Block

Application Firewall Rules

all

Implement web application firewall rules to block SQL injection patterns

🧯 If You Can't Patch

  • Implement strict network segmentation to isolate TeleControl Server systems
  • Enforce strong authentication and monitor for unusual database queries

🔍 How to Verify

Check if Vulnerable:

Check TeleControl Server Basic version in application interface or installation directory

Check Version:

Check application GUI or registry: HKEY_LOCAL_MACHINE\SOFTWARE\Siemens\TeleControl Server Basic\Version

Verify Fix Applied:

Verify version is V3.1.2.2 or later and test 'UnlockTcmSettings' functionality

📡 Detection & Monitoring

Log Indicators:

  • Unusual database queries from TeleControl Server
  • Multiple failed authentication attempts followed by SQL-like queries
  • Changes to TCM settings without proper authorization

Network Indicators:

  • SQL injection patterns in traffic to port 8000
  • Unusual outbound connections from TeleControl Server service

SIEM Query:

source="telecontrol.log" AND ("UnlockTcmSettings" OR "SQL" OR "database")

🔗 References

📤 Share & Export