CVE-2025-0833
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-0833 is a stored Cross-site Scripting (XSS) vulnerability, classified under CWE-79, in the Route Management component of ENOVIA Collaborative Industry Innovator. It affects releases from 3DEXPERIENCE R2023x through 3DEXPERIENCE R2024x. Published on 2025-03-17T14:15:21.693, 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) and enables an attacker to execute arbitrary script code in a user's browser session.
Exploitation requires low privileges (PR:L) and can occur over the network (AV:N) with low attack complexity (AC:L), but demands user interaction (UI:R), such as a victim viewing a malicious route. Due to the changed scope (S:C), successful attacks can result in high impacts on confidentiality (C:H) and integrity (I:H), allowing attackers to steal sensitive data, modify content, or perform actions in the context of the victim's session.
For mitigation guidance, refer to the vendor advisory at https://www.3ds.com/vulnerability/advisories.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
Stored XSS directly enables arbitrary JavaScript execution in the victim's browser (T1059.007), which facilitates browser session hijacking (T1185) and theft of web session cookies (T1539) when the malicious route is viewed.