CVE-2024-1624

9.4 CRITICAL

📋 TL;DR

This CVE describes an OS command injection vulnerability in Dassault Systèmes' 3DEXPERIENCE platform and related products. Attackers can execute arbitrary commands on affected servers by sending specially crafted HTTP requests. Organizations using affected versions of 3DEXPERIENCE, SIMULIA Abaqus, SIMULIA Isight, or CATIA Composer are at risk.

💻 Affected Systems

Products:
  • 3DEXPERIENCE
  • SIMULIA Abaqus
  • SIMULIA Isight
  • CATIA Composer
Versions: 3DEXPERIENCE R2022x through R2024x, SIMULIA Abaqus 2022 through 2024, SIMULIA Isight 2022 through 2024, CATIA Composer R2023 through R2024
Operating Systems: Not specified in advisory
Default Config Vulnerable: ⚠️ Yes
Notes: Affects documentation server components within these products. All installations within the specified version ranges are vulnerable unless patched.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Full system compromise allowing attackers to execute arbitrary commands with server privileges, potentially leading to data theft, ransomware deployment, or lateral movement within the network.

🟠

Likely Case

Unauthorized command execution leading to data exfiltration, installation of backdoors, or disruption of engineering workflows.

🟢

If Mitigated

Limited impact if proper network segmentation, least privilege principles, and input validation are already implemented.

🌐 Internet-Facing: HIGH
🏢 Internal Only: HIGH

🎯 Exploit Status

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

The vulnerability requires sending crafted HTTP requests but does not require authentication, making exploitation straightforward for attackers with network access.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Check vendor advisory for specific fixed versions

Vendor Advisory: https://www.3ds.com/vulnerability/advisories

Restart Required: Yes

Instructions:

1. Review vendor advisory for specific patch versions. 2. Apply vendor-provided patches. 3. Restart affected services. 4. Verify patch application.

🔧 Temporary Workarounds

Network Access Restriction

all

Restrict network access to affected documentation servers using firewall rules

Input Validation Enhancement

all

Implement additional input validation for HTTP requests to documentation endpoints

🧯 If You Can't Patch

  • Isolate affected systems in a segmented network zone with strict access controls
  • Implement web application firewall (WAF) rules to block suspicious HTTP requests patterns

🔍 How to Verify

Check if Vulnerable:

Check installed product versions against affected ranges and review system logs for suspicious HTTP requests to documentation endpoints

Check Version:

Product-specific commands vary; consult product documentation for version checking

Verify Fix Applied:

Verify patch version installation and test that crafted HTTP requests no longer execute commands

📡 Detection & Monitoring

Log Indicators:

  • Unusual command execution in system logs
  • Suspicious HTTP requests to documentation server endpoints
  • Unexpected process creation

Network Indicators:

  • HTTP requests with command injection patterns to documentation server ports
  • Unusual outbound connections from documentation servers

SIEM Query:

source="documentation_server" AND (http_request CONTAINS "cmd" OR http_request CONTAINS "bash" OR http_request CONTAINS "powershell")

🔗 References

📤 Share & Export