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-2024-37383_PoC — CVE-2024-37383 Proof of Concept | Kitploit
Tools/GitHubGitHub/hyungin0505/cve-2024-37383_poc
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration TestingLearning & Education
GitHubhyungin0505/cve-2024-37383_poc

CVE-2024-37383_PoC

CVE-2024-37383 Proof of Concept

View Repository
6 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

This is a repository for hands-on practice of the CVE-2024-37383 vulnerability.

  • Analysis Report: [ blog / pdf ]

CVE-2024-37383

Detail

  • Name : Roundcube Webmail SVG Parsing XSS
  • Target : Roundcube Webmail v1.5.7 or v1.6.x < v1.6.7
  • CVSS Score : 6.1
  • Published Date : 2024-06-07

When Roundcube processes an svg tag, attribute parsing is not performed correctly, so if an attacker inserts an HTML payload containing a manipulated <svg> tag into an email, arbitrary scripts are executed in the browser.


Exploit

root@kitploit:~
git clone https://github.com/hyungin0505/CVE-2024-37383_PoC.git
cd CVE-2024-37383_PoC
root@kitploit:~
docker compose up -d

After completing the environment setup, you can access the Roundcube webmail server at localhost:8080/.
In the docker-compose.yml file, the default user account is set to [email protected]:1234.


root@kitploit:~
python3 send.py

When you send an SMTP email containing an HTML payload using send.py, you can check the email in Roundcube's inbox.


Screenshot

image
Download Tool