CVE-2025-32859

8.8 HIGH

📋 TL;DR

This SQL injection vulnerability in TeleControl Server Basic allows authenticated attackers to bypass authorization, read/write to the database, and execute code with NetworkService permissions. It 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 access to port 8000. NetworkService permissions provide significant system access.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete system compromise with NetworkService privileges leading to lateral movement, data exfiltration, and persistent backdoor installation.

🟠

Likely Case

Database manipulation, credential theft, and unauthorized code execution on affected systems.

🟢

If Mitigated

Limited impact if proper network segmentation and authentication controls prevent access to port 8000.

🌐 Internet-Facing: HIGH
🏢 Internal Only: HIGH

🎯 Exploit Status

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

Requires authentication but SQL injection is typically straightforward to exploit 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 from Siemens portal. 2. Backup configuration. 3. Install update. 4. Restart TeleControl Server Basic service.

🔧 Temporary Workarounds

Network Access Restriction

windows

Block external access to port 8000 using firewall rules

netsh advfirewall firewall add rule name="Block TeleControl Port" dir=in action=block protocol=TCP localport=8000

Application Whitelisting

windows

Restrict which users can authenticate to the TeleControl Server Basic application

🧯 If You Can't Patch

  • Implement strict network segmentation to isolate TeleControl Server Basic systems
  • Deploy web application firewall with SQL injection protection rules

🔍 How to Verify

Check if Vulnerable:

Check TeleControl Server Basic version in application interface or registry: HKEY_LOCAL_MACHINE\SOFTWARE\Siemens\TeleControl Server Basic\Version

Check Version:

reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Siemens\TeleControl Server Basic" /v Version

Verify Fix Applied:

Confirm version is V3.1.2.2 or higher in application interface

📡 Detection & Monitoring

Log Indicators:

  • Unusual SQL queries in application logs
  • Multiple failed authentication attempts followed by successful login
  • Unexpected process execution with NetworkService context

Network Indicators:

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

SIEM Query:

source="TeleControl*" AND (event_id=4624 OR event_id=4688) AND user="NETWORK SERVICE"

🔗 References

📤 Share & Export