CVE-2025-65187
BaseFortify
Publication date: 2025-12-02
Last updated on: 2025-12-02
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| civicrm | civicrm | * |
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 CiviCRM versions before 6.7. It occurs in the Accounting Batches field, where an authenticated user can inject malicious JavaScript code. This code then executes whenever the affected page is viewed, potentially compromising the security of users who access that page.
How can this vulnerability impact me? :
The impact of this vulnerability is that an attacker who is authenticated can inject malicious scripts that execute in the context of other users viewing the affected page. This can lead to theft of session cookies, defacement, or other malicious actions performed on behalf of the victim user, potentially compromising user accounts and data.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, update CiviCRM to version 6.7 or later where the issue is fixed. Additionally, restrict authenticated user permissions to prevent unauthorized input in the Accounting Batches field until the update is applied.