CVE-2021-34300

7.8 HIGH

📋 TL;DR

This vulnerability allows remote code execution through specially crafted TIFF files in Siemens JT2Go and Teamcenter Visualization software. Attackers can exploit an out-of-bounds write in the Tiff_loader.dll library to execute arbitrary code with the privileges of the current user. All users of affected versions are at risk.

💻 Affected Systems

Products:
  • Siemens JT2Go
  • Siemens Teamcenter Visualization
Versions: All versions before V13.2
Operating Systems: Windows
Default Config Vulnerable: ⚠️ Yes
Notes: Vulnerability exists in the Tiff_loader.dll library which is used for parsing TIFF files. No special configuration required for exploitation.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Full system compromise with attacker gaining the same privileges as the application user, potentially leading to lateral movement, data theft, or ransomware deployment.

🟠

Likely Case

Local privilege escalation or remote code execution when users open malicious TIFF files, potentially leading to malware installation or data exfiltration.

🟢

If Mitigated

Limited impact with proper application sandboxing and user privilege restrictions, potentially only causing application crashes.

🌐 Internet-Facing: MEDIUM - While the vulnerability requires user interaction to open malicious files, these applications are often used for viewing technical documents that could be delivered via email or web.
🏢 Internal Only: HIGH - These engineering applications are commonly used in industrial environments where they process files from various sources, including potentially untrusted suppliers.

🎯 Exploit Status

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

Exploitation requires user interaction to open a malicious TIFF file. The vulnerability is in a widely used file parsing library, making exploitation techniques potentially transferable.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: V13.2 or later

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

Restart Required: Yes

Instructions:

1. Download and install JT2Go V13.2 or later from Siemens support portal. 2. Download and install Teamcenter Visualization V13.2 or later from Siemens support portal. 3. Restart affected systems after installation.

🔧 Temporary Workarounds

Disable TIFF file association

windows

Prevent TIFF files from automatically opening in vulnerable applications

Control Panel > Default Programs > Associate a file type or protocol with a program > Change .tiff/.tif to open with a different application

Application sandboxing

windows

Run affected applications with reduced privileges using sandboxing tools

🧯 If You Can't Patch

  • Implement strict file type filtering to block TIFF files at email gateways and web proxies
  • Train users to avoid opening TIFF files from untrusted sources and implement application whitelisting

🔍 How to Verify

Check if Vulnerable:

Check application version in Help > About or via Windows Programs and Features. If version is below 13.2, system is vulnerable.

Check Version:

wmic product where name like "%JT2Go%" or name like "%Teamcenter Visualization%" get name, version

Verify Fix Applied:

Verify installed version is 13.2 or higher in application Help > About menu.

📡 Detection & Monitoring

Log Indicators:

  • Application crashes with Tiff_loader.dll errors
  • Unusual process creation from JT2Go or Teamcenter Visualization processes

Network Indicators:

  • TIFF file downloads to engineering workstations
  • Outbound connections from engineering applications to unexpected destinations

SIEM Query:

source="windows" AND (process_name="jt2go.exe" OR process_name="tcvis.exe") AND (event_id=1000 OR event_id=1001) AND message="*Tiff_loader.dll*"

🔗 References

📤 Share & Export