CVE-2025-40640
BaseFortify
Publication date: 2025-10-10
Last updated on: 2025-11-03
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 |
|---|---|---|
| energycrm | energy_crm | 2025 |
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 Energy CRM v2025. It occurs because the application does not properly validate user input sent via a POST request to the "/crm/create_invoice_submit.php" endpoint, specifically in the "customerName_0" parameter. An attacker can exploit this by sending a specially crafted request that stores malicious script code, which can then be executed in the browser of an authenticated user, potentially stealing their session cookies.
How can this vulnerability impact me? :
This vulnerability can impact you by allowing an attacker to steal your session cookies if you are an authenticated user of Energy CRM. This could lead to unauthorized access to your account and sensitive information within the CRM system.