CVE-2025-0828
Published: 17 March 2025
Description
An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials.
Security Summary
CVE-2025-0828 is a stored cross-site scripting (XSS) vulnerability, classified under CWE-79, in the Engineering Release component of ENOVIA Product Engineering Specialist. It affects 3DEXPERIENCE releases from R2022x through R2024x. The flaw enables an attacker to inject and store malicious script code that executes within a victim's browser session. The vulnerability has a CVSS v3.1 base score of 8.7 (AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N), indicating high severity due to network accessibility, low attack complexity, and significant impacts on confidentiality and integrity.
An authenticated attacker with low privileges (PR:L) can exploit this stored XSS by injecting a malicious payload into the Engineering Release functionality. The attack requires user interaction (UI:R), such as a victim accessing the affected interface, at which point the script executes in their browser context with changed scope (S:C). Successful exploitation allows the attacker to steal sensitive data (C:H), manipulate page content or user actions (I:H), and potentially hijack sessions, though it has no direct impact on availability (A:N).
Mitigation details and patches are outlined in the vendor advisory available at https://www.3ds.com/vulnerability/advisories. Security practitioners should consult this resource for specific remediation steps, including upgrading to patched releases where available.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
Stored XSS directly enables injection and execution of arbitrary JavaScript in the victim's browser (T1059.007), facilitating browser session hijacking (T1185) and theft of web session cookies (T1539) for data theft and manipulation as described in the CVE.