CVE-2025-62297
BaseFortify
Publication date: 2025-11-20
Last updated on: 2025-11-24
Assigner: CERT.PL
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| soplanning | soplanning | to 1.55.00 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Stored Cross-Site Scripting (XSS) issue in the /projets endpoint of SOPlanning. A malicious attacker with medium privileges can inject arbitrary HTML and JavaScript code into the website. This injected code will be stored and executed when someone opens the edited page, potentially compromising the security of users viewing that page.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to execute malicious scripts in the context of the affected website for users who visit the compromised page. This can lead to theft of user data, session hijacking, defacement, or other malicious actions depending on the injected code. Since the attacker needs only medium privileges, it increases the risk of exploitation by insiders or users with limited access.
What immediate steps should I take to mitigate this vulnerability?
Upgrade SOPlanning to version 1.55 or later, as this version contains the fix for the Stored XSS vulnerability in the /projets endpoint.