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-39713 — Proof-of-concept exploit for CVE-2024-39713, a Server-Side Request Forgery (SSRF) vulnerability in Rocket.Chat's Twilio webhook endpoint. Includes Python and Nuclei templates for testing. | Kitploit
Tools/GitHubGitHub/typical-pashochek/cve-2024-39713
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration TestingLearning & Education
GitHubtypical-pashochek/cve-2024-39713

CVE-2024-39713

Proof-of-concept exploit for CVE-2024-39713, a Server-Side Request Forgery (SSRF) vulnerability in Rocket.Chat's Twilio webhook endpoint. Includes Python and Nuclei templates for testing.

View Repository
5211 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-39713: Rocket.Chat SSRF PoC

Description

A Server-Side Request Forgery (SSRF) affects Rocket.Chat's Twilio webhook endpoint before version 6.10.1.

Links:

  • https://nvd.nist.gov/vuln/detail/CVE-2024-39713
  • https://hackerone.com/reports/1886954

Usage

root@kitploit:~
pip install -r requirements.txt
python3 CVE-2024-39713.py -u [Rocket.Chat URL] -t [SSRF target]
root@kitploit:~
nuclei -t CVE-2024-39713.yaml -u [Rocket.Chat URL]

Demo

Disclaimer

This Proof of Concept is provided for educational and research purposes only. It is intended to help security professionals, developers, and researchers understand and mitigate vulnerabilities.

The author is not responsible for any misuse, damage, or legal consequences resulting from the use of this PoC.

Download Tool