CVE-2025-0826
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-0826 is a stored Cross-site Scripting (XSS) vulnerability, classified under CWE-79, in the 3D Navigate 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 victim's browser session when the affected content is accessed.
Exploitation requires low privileges (PR:L), such as an authenticated user account, and relies on network access (AV:N) with low complexity (AC:L) but user interaction (UI:R), such as a victim viewing the stored content. Successful attacks change scope (S:C) and yield high impacts on confidentiality (C:H) and integrity (I:H), with no availability impact (A:N), earning a CVSS v3.1 base score of 8.7. An attacker could steal session cookies, sensitive data, or perform actions on behalf of the victim within the application.
The primary reference is the vendor advisory at https://www.3ds.com/vulnerability/advisories, which security practitioners should consult for details on patches, workarounds, or mitigation steps specific to affected releases.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
Stored XSS directly enables tainting shared web content with malicious scripts (T1080) and facilitates stealing web session cookies or performing actions via victim browser execution (T1539).