CVE-2025-62731
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 /feries endpoint of SOPlanning. An attacker with access to the public holidays feature can inject malicious HTML and JavaScript code into the website. This injected code will be executed when users open multiple pages, potentially compromising the website's security. Access to this endpoint is typically restricted to administrators and users with special privileges.
How can this vulnerability impact me? :
The vulnerability allows attackers to execute arbitrary HTML and JavaScript in the context of the affected website, which can lead to unauthorized actions such as session hijacking, defacement, or theft of sensitive information. Since the malicious code is stored and executed when users visit certain pages, it can affect multiple users and compromise the integrity and confidentiality of the application.
What immediate steps should I take to mitigate this vulnerability?
The immediate step to mitigate this vulnerability is to upgrade SOPlanning to version 1.55 or later, where the Stored XSS issue in the /feries endpoint has been fixed. Additionally, restrict access to the public holidays feature to only trusted administrators and users with special privileges to reduce the risk of exploitation.