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-2021-22911 — Updated exploit for CVE-2021-22911 (Rocket.Chat 3.12.1 - NoSQL Injection to RCE (Unauthenticated)) | Kitploit
Tools/GitHubGitHub/octodi/cve-2021-22911
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingPayload Development
GitHuboctodi/cve-2021-22911

CVE-2021-22911

Updated exploit for CVE-2021-22911 (Rocket.Chat 3.12.1 - NoSQL Injection to RCE (Unauthenticated))

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

Updated exploit for CVE-2021-22911 (Rocket.Chat 3.12.1 - NoSQL Injection to RCE (Unauthenticated))

original credits to : https://www.exploit-db.com/exploits/50108

Setup

  • Create python virtual environment and install deps
root@kitploit:~
$ python -m venv venv
$ source venv/bin/activate
$ pip install requests oathtool

Usage

  • I added a new argument -p which takes the low privilege user password and also uses the same for reseting admin password
root@kitploit:~
$ python 50108.py -u "[email protected]" -p "<low priv user password>" -a "admin@localhost" -t "http://<ip>:<port>"
Download Tool