CVE-2021-37185

7.5 HIGH

📋 TL;DR

This vulnerability allows unauthenticated attackers to cause denial-of-service conditions in Siemens industrial control systems by sending specially crafted packets to port 102/tcp. Affected systems include multiple SIMATIC PLC families and related controllers. A device restart is required to restore normal operations after exploitation.

💻 Affected Systems

Products:
  • SIMATIC Drive Controller family
  • SIMATIC ET 200SP Open Controller CPU 1515SP PC2
  • SIMATIC S7-1200 CPU family
  • SIMATIC S7-1500 CPU family
  • SIMATIC S7-1500 Software Controller
  • SIMATIC S7-PLCSIM Advanced
  • SIPLUS TIM 1531 IRC
  • TIM 1531 IRC
Versions: V2.9.2 to V2.9.4, V21.9 to V21.9.4, V4.5.0 to V4.5.2, V4.0 to V4.0 SP1, versions < V2.3.6
Operating Systems: Industrial control system firmware
Default Config Vulnerable: ⚠️ Yes
Notes: Port 102/tcp (ISO-TSAP) is typically open by default for Siemens S7 communication. All affected versions in the specified ranges are vulnerable.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Critical industrial processes are disrupted, causing production downtime, safety hazards, or equipment damage requiring physical intervention to restart affected PLCs.

🟠

Likely Case

Temporary disruption of industrial automation processes until affected devices can be manually restarted, causing production delays.

🟢

If Mitigated

Minimal impact if devices are properly segmented and protected from untrusted networks, with monitoring to detect and respond to DoS attempts.

🌐 Internet-Facing: HIGH - Unauthenticated remote exploitation via port 102/tcp makes internet-exposed devices extremely vulnerable.
🏢 Internal Only: MEDIUM - Internal attackers or compromised systems could still exploit this, but network segmentation reduces exposure.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

The vulnerability requires sending specially crafted packets to port 102/tcp, which is relatively simple for attackers with network access to the target.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: V2.9.4, V21.9.4, V4.5.2, V4.0 SP1, V2.3.6

Vendor Advisory: https://cert-portal.siemens.com/productcert/pdf/ssa-838121.pdf

Restart Required: Yes

Instructions:

1. Download firmware updates from Siemens Industrial Security. 2. Backup PLC programs. 3. Apply firmware updates following Siemens documentation. 4. Restart affected devices. 5. Verify normal operation.

🔧 Temporary Workarounds

Network segmentation and firewall rules

all

Restrict access to port 102/tcp to only trusted management stations and engineering workstations.

Disable unnecessary services

all

If ISO-TSAP service on port 102 is not required, disable it in PLC configuration.

🧯 If You Can't Patch

  • Implement strict network segmentation to isolate PLCs from untrusted networks
  • Deploy intrusion detection systems to monitor for DoS attempts on port 102/tcp

🔍 How to Verify

Check if Vulnerable:

Check device firmware version against affected ranges. Use Siemens TIA Portal or device web interface to view version information.

Check Version:

No universal command - use Siemens TIA Portal, device web interface, or STEP 7 software to check firmware versions.

Verify Fix Applied:

Confirm firmware version is updated to patched versions: V2.9.4+, V21.9.4+, V4.5.2+, V4.0 SP1+, V2.3.6+.

📡 Detection & Monitoring

Log Indicators:

  • PLC restart events
  • Communication errors on port 102
  • Device going to STOP mode unexpectedly

Network Indicators:

  • Unusual traffic patterns to port 102/tcp
  • Malformed packets to port 102
  • Multiple connection attempts from single sources

SIEM Query:

source_port:102 AND (packet_size:<100 OR packet_size:>1500) OR dest_port:102 AND protocol:TCP AND event_count:>10 within 1m

🔗 References

📤 Share & Export