CVE-2025-40992
BaseFortify
Publication date: 2025-10-02
Last updated on: 2025-10-02
Assigner: Spanish National Cybersecurity Institute, S.A. (INCIBE)
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| creativeitem | sociopro | * |
| creativeitem | ekushey_crm | 5.0 |
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 Creativeitem Sociopro. It occurs because the application does not properly validate user inputs on the 'name' parameter via the '/sociopro/profile/update_profile' endpoint using POST requests. An attacker can exploit this by sending a specially crafted input that gets stored and later executed in the context of an authenticated user's browser, potentially stealing their session cookies.
How can this vulnerability impact me? :
This vulnerability can allow a remote attacker to execute malicious scripts in the browser of an authenticated user. This can lead to theft of session cookies, which may enable the attacker to hijack the user's session and gain unauthorized access to their account or perform actions on their behalf.