CVE-2024-32056

7.8 HIGH

📋 TL;DR

This vulnerability in Simcenter Femap allows attackers to execute arbitrary code by exploiting an out-of-bounds write buffer overflow when parsing malicious IGS part files. All users running Simcenter Femap versions before V2406 are affected. The attack requires the victim to open a specially crafted file.

💻 Affected Systems

Products:
  • Simcenter Femap
Versions: All versions < V2406
Operating Systems: Windows
Default Config Vulnerable: ⚠️ Yes
Notes: Vulnerability is triggered when parsing IGS part files, which is a core functionality of the software.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete system compromise with attacker gaining full control of the affected system, potentially leading to data theft, ransomware deployment, or lateral movement within the network.

🟠

Likely Case

Local privilege escalation or remote code execution when a user opens a malicious IGS file, potentially compromising the workstation and allowing further network access.

🟢

If Mitigated

Limited impact with proper application sandboxing and user privilege restrictions, potentially resulting in application crash without code execution.

🌐 Internet-Facing: LOW
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires user interaction to open a malicious file. No public exploit code is currently available.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: V2406

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

Restart Required: Yes

Instructions:

1. Download Simcenter Femap V2406 or later from Siemens official sources
2. Run the installer with administrative privileges
3. Follow the installation wizard
4. Restart the system after installation completes

🔧 Temporary Workarounds

Restrict IGS file handling

windows

Configure system to open IGS files with alternative software or block IGS file execution in Femap

Application sandboxing

windows

Run Simcenter Femap in a restricted environment or virtual machine

🧯 If You Can't Patch

  • Implement strict file validation policies to block untrusted IGS files
  • Run Femap with minimal user privileges and in isolated network segments

🔍 How to Verify

Check if Vulnerable:

Check Simcenter Femap version in Help > About menu. If version is below V2406, the system is vulnerable.

Check Version:

Not applicable - check via GUI in Help > About menu

Verify Fix Applied:

After updating, verify version shows V2406 or higher in Help > About menu.

📡 Detection & Monitoring

Log Indicators:

  • Application crashes when opening IGS files
  • Unusual process creation from femap.exe
  • Memory access violation errors in Windows Event Logs

Network Indicators:

  • Unusual outbound connections from Femap process
  • File downloads of IGS files from untrusted sources

SIEM Query:

Process Creation where Image contains 'femap.exe' AND ParentImage contains 'explorer.exe' AND CommandLine contains '.igs'

🔗 References

📤 Share & Export