CVE-2024-47940

7.8 HIGH

📋 TL;DR

This vulnerability in Solid Edge SE2024 allows attackers to execute arbitrary code by exploiting an out-of-bounds read when parsing malicious PSM files. Users of Solid Edge SE2024 versions before V224.0 Update 9 are affected. The attack occurs within the current process context, potentially compromising the system.

💻 Affected Systems

Products:
  • Solid Edge SE2024
Versions: All versions < V224.0 Update 9
Operating Systems: Windows
Default Config Vulnerable: ⚠️ Yes
Notes: Requires user interaction to open malicious PSM files; not exploitable via network alone.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Full system compromise through remote code execution leading to data theft, ransomware deployment, or lateral movement within the network.

🟠

Likely Case

Local privilege escalation or application crash when users open specially crafted PSM files from untrusted sources.

🟢

If Mitigated

Limited impact with proper file validation and user awareness preventing malicious file execution.

🌐 Internet-Facing: LOW
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires user to open a malicious PSM file; no known public exploits as of analysis.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: V224.0 Update 9 or later

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

Restart Required: Yes

Instructions:

1. Download Solid Edge SE2024 V224.0 Update 9 from Siemens support portal
2. Close all Solid Edge applications
3. Run the update installer with administrative privileges
4. Restart the system after installation completes

🔧 Temporary Workarounds

Restrict PSM file handling

windows

Block or restrict opening of PSM files from untrusted sources

Application control policies

windows

Implement application whitelisting to prevent unauthorized Solid Edge execution

🧯 If You Can't Patch

  • Implement strict file validation policies to block PSM files from untrusted sources
  • Use network segmentation to isolate Solid Edge workstations from critical systems

🔍 How to Verify

Check if Vulnerable:

Check Solid Edge version in Help > About; versions below V224.0 Update 9 are vulnerable

Check Version:

Not applicable - check via Solid Edge GUI Help > About menu

Verify Fix Applied:

Verify version shows V224.0 Update 9 or higher in Help > About

📡 Detection & Monitoring

Log Indicators:

  • Solid Edge crash logs with memory access violations
  • Unexpected PSM file processing from unusual locations

Network Indicators:

  • Unusual outbound connections from Solid Edge process after PSM file handling

SIEM Query:

Process: 'sedge.exe' AND (FileExtension: '.psm' OR EventID: 1000)

🔗 References

📤 Share & Export