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 — Proof of concept for CVE-2024-37383 | Kitploit
Tools/GitHubGitHub/bartfroklage/cve-2024-37383-poc
Phishing ToolsVulnerability AnalysisExploitationWeb Application ExploitationLearning & Education
GitHubbartfroklage/cve-2024-37383-poc

CVE-2024-37383-POC

Proof of concept for CVE-2024-37383

View Repository
5121 year 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-2024-37383-POC

Proof of concept for CVE-2024-37383

Introduction

This repository contains a proof of concept for the XSS vulnerability in roundcube: CVE-2024-37383.

More information about this vulnerability can be found: here

Steps

Start Roundcube

If you don't have an instance of roundcube running yet. You can use the start_roundcube.sh script to do so.

You will need docker installed.

The script is now configured to work with gmx, but you can change the variables in the script if you want to work with a different email provider. The email provider must support IMAP.

Send email with payload

Below are some sample commands you can use to send an email with the payload.

root@kitploit:~
python3 exploit.py -e [email protected] -p 'your app password' -t [email protected]

This command assumes that you use gmail for sending the email, you need an app password which you can request here.

root@kitploit:~
python3 exploit.py -e [email protected] -p 'email.password' -t [email protected] -sh your.smtp.host -sp 587

If you use another email provider to send the email.

Check your mail in roundcube

Check your mail in the roundcube instance. If you click the link it should trigger an alert.

Screenshot

Note

This payload still requires the user to click, if you have an idea for a payload that doesn't require a click please let me know.

X: @Gibout2f

Download Tool