CVE-2025-0832
Published: 17 March 2025
Summary
CVE-2025-0832 is a high-severity Cross-site Scripting (CWE-79) vulnerability in 3Ds 3Dexperience Enovia. Its CVSS base score is 8.7 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Browser Session Hijacking (T1185); ranked in the top 42.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
SI-10 enforces input validation mechanisms to prevent attackers from injecting and storing malicious scripts in the Project Gantt component.
SI-15 implements output filtering to neutralize stored malicious scripts before they execute in users' browser sessions.
SI-2 requires timely flaw remediation, including patching the specific stored XSS vulnerability per the vendor advisory.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Stored XSS directly enables execution of arbitrary JavaScript in victims' browsers upon viewing tainted content, facilitating browser session hijacking (T1185) and theft of web session cookies (T1539) for unauthorized actions as the user.
NVD Description
A stored Cross-site Scripting (XSS) vulnerability affecting Project Gantt in ENOVIA Collaborative Industry Innovator from Release 3DEXPERIENCE R2022x through Release 3DEXPERIENCE R2024x allows an attacker to execute arbitrary script code in user's browser session.
Deeper analysisAI
CVE-2025-0832 is a stored Cross-site Scripting (XSS) vulnerability, classified under CWE-79, in the Project Gantt component of ENOVIA Collaborative Industry Innovator. It affects releases from 3DEXPERIENCE R2022x through 3DEXPERIENCE R2024x. The flaw enables an attacker to inject and store malicious script code that executes in a user's browser session when the affected content is accessed.
Exploitation requires low privileges (PR:L), such as an authenticated user with basic access, and low attack complexity over the network (AV:N/AC:L). It demands user interaction (UI:R), typically viewing the tainted Project Gantt content. Successful exploitation changes scope (S:C), granting high impacts on confidentiality and integrity (C:H/I:H) but no availability impact (A:N), with an overall CVSS v3.1 score of 8.7. An attacker can thus execute arbitrary scripts in victims' browsers, potentially stealing session data, manipulating page content, or performing actions on behalf of the user.
Mitigation details are available in the vendor advisory at https://www.3ds.com/vulnerability/advisories, published on 2025-03-17. Security practitioners should consult this for patching instructions and workarounds applicable to the affected 3DEXPERIENCE releases.
Details
- CWE(s)