Detect CVE-2025-6204 — Dassault Systèmes DELMIA Apriso Code Injection in CrowdStrike LogScale
Detects exploitation of CVE-2025-6204, a code injection vulnerability (CWE-94) in Dassault Systèmes DELMIA Apriso. This vulnerability allows attackers to inject and execute arbitrary code through the Apriso application layer. It is listed on CISA's Known Exploited Vulnerabilities catalog, indicating active exploitation in the wild. Successful exploitation can lead to remote code execution, lateral movement, and full compromise of manufacturing execution system (MES) environments.
MITRE ATT&CK
LogScale Detection Query
event_simpleName IN ("ProcessRollup2", "NetworkConnectIP4", "NetworkConnectIP6")
| ParentBaseFileName IN ("w3wp.exe", "java.exe", "tomcat.exe", "tomcat9.exe")
OR TargetFileName CONTAINS_INSENSITIVE "Apriso"
| ImageFileName IN ("cmd.exe", "powershell.exe", "sh", "bash", "python.exe", "python3", "wscript.exe", "cscript.exe", "mshta.exe")
OR CommandLine CONTAINS_INSENSITIVE "eval("
OR CommandLine CONTAINS_INSENSITIVE "exec("
OR CommandLine CONTAINS_INSENSITIVE "system("
OR CommandLine CONTAINS_INSENSITIVE "wget http"
OR CommandLine CONTAINS_INSENSITIVE "curl http"
| stats count() as EventCount, min(timestamp) as FirstSeen, max(timestamp) as LastSeen, values(CommandLine) as Commands by aid, ComputerName, UserName, ParentBaseFileName, ImageFileName
| where EventCount > 0
| sort -EventCount CrowdStrike Falcon Query Language detection for suspicious child process spawning from Apriso web worker processes, indicating successful code injection via CVE-2025-6204.
Data Sources
Required Tables
False Positives & Tuning
- Authorized administrative PowerShell scripts executed in the context of the Apriso application pool
- Legitimate Java subprocesses spawned by Apriso during scheduled manufacturing workflow execution
- Endpoint security software running as a child of w3wp.exe for in-process scanning
- DevOps automation tools that spawn shells from the Apriso service context during deployments
Other platforms for CVE-2025-6204
Testing Methodology
Validate this detection against 4 adversary techniques from Atomic Red Team. Each test below lists the behaviour to exercise and the telemetry you should expect to see. Executable commands and cleanup steps are available with Pro.
- Test 1Simulate Apriso Code Injection via HTTP Request with Command Execution Payload
Expected signal: IIS access log entry with POST to /Apriso/GlobalSuite.aspx; Sysmon Event ID 1 showing cmd.exe spawned by w3wp.exe; Windows Security Event ID 4688 for cmd.exe process creation.
- Test 2Web Shell Drop Simulation via Apriso Worker Process
Expected signal: Sysmon Event ID 11 (FileCreate) for test_shell.aspx in the web root; Sysmon Event ID 1 for cmd.exe with parent w3wp.exe; Windows Security Event ID 4663 for file write to IIS directory.
- Test 3Outbound Beacon Simulation from Apriso Server Context
Expected signal: Network connection event from the Apriso process (java or tomcat) to an external/loopback destination; DNS query or direct IP connection logged by EDR or network monitoring; process execution log showing curl or wget spawned by the web application parent.
- Test 4Reconnaissance Commands Executed Post-Injection via PowerShell
Expected signal: Sysmon Event ID 1 for powershell.exe with parent w3wp.exe; Windows Security Event ID 4688 for PowerShell process; PowerShell Script Block Logging Event ID 4104 capturing the reconnaissance commands.
Unlock Pro Content
Get the full detection package for CVE-2025-6204 including response playbook, investigation guide, and atomic red team tests.