CVE-2025-10344
BaseFortify
Publication date: 2025-09-29
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 |
|---|---|---|
| perfexcrm | perfex_crm | From 3.2.1 (inc) to 3.4.0 (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 HTML injection in Perfex CRM version 3.2.1. It occurs because the application does not properly validate user input sent via POST requests to the '/projects/project/x' endpoint, specifically in the 'name' and 'clientid' parameters. This allows an attacker to inject malicious HTML code that is stored and later rendered in the application.
How can this vulnerability impact me? :
The impact of this vulnerability is that an attacker can inject malicious HTML content into the application, which could lead to issues such as defacement, phishing, or the execution of malicious scripts in the context of other users. This can compromise user trust and potentially lead to further exploitation depending on the context in which the injected HTML is used.