cve/2024/CVE-2024-56377.md

18 lines
1.0 KiB
Markdown
Raw Normal View History

2025-09-29 21:09:30 +02:00
### [CVE-2024-56377](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-56377)
![](https://img.shields.io/static/v1?label=Product&message=REDCap&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=14.9.6%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%20Improper%20Neutralization%20of%20Input%20During%20Web%20Page%20Generation%20(XSS%20or%20'Cross-site%20Scripting')&color=brightgreen)
### Description
A stored cross-site scripting (XSS) vulnerability in survey titles of REDCap 14.9.6 allows authenticated users to inject malicious scripts into the Survey Title field or Survey Instructions. When a user receives a survey and clicks anywhere on the survey page to enter data, the crafted payload (which has been injected into all survey fields) is executed, potentially enabling the execution of arbitrary web scripts.
### POC
#### Reference
- https://github.com/ping-oui-no/Vulnerability-Research-CVESS/blob/main/RedCap/CVE-2024-56377/README.md
#### Github
No PoCs found on GitHub currently.