CVE-2025-32839

8.8 HIGH

📋 TL;DR

This 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. Affected users are those running versions below V3.1.2.2 with port 8000 accessible to attackers.

💻 Affected Systems

Products:
  • TeleControl Server Basic
Versions: All versions < V3.1.2.2
Operating Systems: Windows (based on NT AUTHORITY\NetworkService reference)
Default Config Vulnerable: ⚠️ Yes
Notes: Requires port 8000 to be accessible and attacker authentication.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Full system compromise with NetworkService privileges leading to lateral movement, data exfiltration, and complete control of affected systems.

🟠

Likely Case

Database manipulation, credential theft, and privilege escalation leading to unauthorized access to industrial control systems.

🟢

If Mitigated

Limited impact with proper network segmentation and authentication controls in place.

🌐 Internet-Facing: HIGH - Port 8000 accessible from internet exposes systems to remote authenticated attackers.
🏢 Internal Only: MEDIUM - Internal attackers with network access to port 8000 can exploit this vulnerability.

🎯 Exploit Status

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

SQL injection vulnerabilities are typically easy to exploit once discovered. Requires authenticated access.

🛠️ 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 official sources. 2. Backup current configuration. 3. Install the update. 4. Restart the TeleControl Server Basic service.

🔧 Temporary Workarounds

Network Segmentation

windows

Restrict access to port 8000 using firewall rules to only trusted networks/devices.

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

Authentication Hardening

all

Implement strong authentication policies and monitor for suspicious login attempts.

🧯 If You Can't Patch

  • Implement strict network access controls to limit access to port 8000 only to absolutely necessary systems.
  • Monitor network traffic on port 8000 for SQL injection patterns and implement WAF/IPS rules if available.

🔍 How to Verify

Check if Vulnerable:

Check TeleControl Server Basic version in application interface or installation directory. If version is below V3.1.2.2 and port 8000 is open, system is vulnerable.

Check Version:

Check application GUI or installation properties. No standard CLI command provided by vendor.

Verify Fix Applied:

Verify installed version is V3.1.2.2 or higher in application interface. Test that GetGateways method no longer accepts malicious SQL input.

📡 Detection & Monitoring

Log Indicators:

  • Unusual SQL queries in application logs
  • Multiple failed authentication attempts followed by successful login
  • Unexpected database access patterns

Network Indicators:

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

SIEM Query:

source="telecontrol_server" AND ("GetGateways" OR "SQL" OR "injection")

🔗 References

📤 Share & Export