What is Dassault Systèmes DELMIA Apriso?
DELMIA Apriso is a Manufacturing Execution System (MES) used in automotive, aerospace, high-tech, and life sciences manufacturing to coordinate factory-floor operations, production planning, and quality management. See CVE-2025-6205 for the full product context on DELMIA Apriso's role in industrial/OT environments.
Overview
CVE-2025-6204 is a code injection vulnerability (CWE-94) in Dassault Systèmes DELMIA Apriso that is the second step in a two-CVE attack chain. An authenticated "Production User" role account can upload a malicious file to a web-served directory, achieving remote code execution on the Apriso application server. When chained with companion CVE-2025-6205 (missing authorization — unauthenticated creation of a Production User account via SOAP), the two CVEs together enable fully unauthenticated remote code execution against any internet-accessible DELMIA Apriso instance. CISA added both CVEs simultaneously to the KEV catalog on October 28, 2025.
Affected Versions
| Product | Vulnerable | Fixed |
|---|---|---|
| DELMIA Apriso 2020 | All builds | Apply Dassault patch |
| DELMIA Apriso 2021–2025 | All builds | Apply Dassault patch |
Technical Details
The code injection (CWE-94) is triggered through Apriso's file upload functionality accessible to authenticated "Production User" role accounts. The file upload endpoint does not sufficiently restrict file type or content — an authenticated user can upload a file with server-side executable content (e.g., a JSP, ASPX, or script file) to a web-accessible directory. When the web server subsequently serves and processes the uploaded file, the attacker's code executes in the context of the Apriso web application server.
Two-CVE unauthenticated RCE chain:
- CVE-2025-6205 (Step 1, CVSS 9.1): Unauthenticated SOAP request creates a "Production User" account — no credentials required
- CVE-2025-6204 (Step 2, this CVE, CVSS 8.0): Use the newly created Production User account to upload a malicious file → RCE on the Apriso server
The High privilege requirement (PR:H) in this CVE's standalone CVSS score reflects that Production User privileges are needed — but CVE-2025-6205 creates those for free, making the effective combined CVSS impact much higher.
The Changed scope (S:C) reflects that the web application's compromise extends beyond the immediate application context to the underlying OS and potentially OT-connected systems.
Discovery
Discovery not publicly attributed. CISA confirmed active exploitation before the KEV listing.
Exploitation Context
CISA added CVE-2025-6204 and CVE-2025-6205 to the KEV catalog simultaneously on October 28, 2025, confirming the chained attack was actively exploited. The ICS/manufacturing context — Apriso bridges enterprise IT and factory-floor OT — makes this high-stakes: post-exploitation access can extend to production line controls and quality management systems. See CVE-2025-6205 for the ICS/OT targeting context.
Remediation
- Apply Dassault patches immediately for both CVE-2025-6204 and CVE-2025-6205 — both must be patched to prevent the full unauthenticated RCE chain. The CISA deadline was November 18, 2025.
- Patch CVE-2025-6205 first — eliminating the ability to create unauthenticated Production User accounts also prevents the file upload step of this CVE from being reachable via the chain.
- Audit uploaded files in Apriso web-accessible directories for any unexpected JSP, ASPX, or script files that could represent webshells.
- Audit Production User accounts created after August 4, 2025 for any without corresponding legitimate provisioning records.
- Restrict network access to Apriso — restrict to internal networks only; no direct internet exposure.
- See CVE-2025-6205 for additional ICS/OT-specific remediation guidance.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2025-6204 |
| Vendor / Product | Dassault Systèmes — DELMIA Apriso |
| NVD Published | 2025-08-04 |
| NVD Last Modified | 2025-10-29 |
| CVSS 3.1 Score | 8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H |
| Severity | HIGH |
| CWE | CWE-94 find similar ↗ |
| CISA KEV Added | 2025-10-28 |
| CISA KEV Deadline | 2025-11-18 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2025-08-04 | CVE published; Dassault Systèmes releases patches |
| 2025-10-28 | Added to CISA Known Exploited Vulnerabilities catalog (alongside CVE-2025-6205) |
| 2025-11-18 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| Dassault Systèmes Security Advisory — CVE-2025-6204 | Vendor Advisory |
| NVD — CVE-2025-6204 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |
| Active Exploits Hit Dassault DELMIA Apriso | News |