CVE-2024-37395
BaseFortify
Publication date: 2025-06-10
Last updated on: 2025-06-16
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| vanderbilt | redcap | to 14.2.1 (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 Public Survey function of REDCap version 13.1.9. Authenticated users can inject malicious web scripts or HTML into the 'Survey Title' and 'Survey Instructions' fields. When someone accesses the survey via its public link, the injected script can execute, potentially compromising the security of the user's browser or data.
How can this vulnerability impact me? :
The vulnerability can allow attackers to execute arbitrary scripts in the context of users accessing the public survey link. This can lead to theft of sensitive information, session hijacking, or other malicious actions performed on behalf of the user, potentially compromising user data and system integrity.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, update REDCap to version 14.2.1 or later as this version contains the fix for the stored XSS issue in the Public Survey function.