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-2019-17625 — Working exploit code for CVE-2019-17625 | Kitploit
Tools/GitHubGitHub/ekultek/cve-2019-17625
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingPayload Development
GitHubekultek/cve-2019-17625

CVE-2019-17625

Working exploit code for CVE-2019-17625

View Repository
1896 years 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-2019-17625

There is a stored XSS vulnerability in rambox 0.6.9 due to unsantized parameters in the name field when a user is adding a service. Since rambox runs on NodeJS this allows for the use of OS commands to be injected into an <a> or `` tag.

Note: This code has only been tested on MacOS and may need to be reconfigured for other operating systems

Exploit code

The exploit code will create a service (using discord as a base), the shell requires that the system has mkfifo on it. You can of course swap out the payload for whatever you want.

PoC

rce_rambox_poc

Download Tool