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
openCRX-CVE-2020-7378 — Exploits Password Reset Vulnerability in OpenCRX, CVE-2020-7378. Also maintains Stealth by deleting all the password reset mails created by the script | Kitploit
Tools/GitHubGitHub/ruthvikvegunta/opencrx-cve-2020-7378
Password AttacksVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingAuthentication
GitHubruthvikvegunta/opencrx-cve-2020-7378

openCRX-CVE-2020-7378

Exploits Password Reset Vulnerability in OpenCRX, CVE-2020-7378. Also maintains Stealth by deleting all the password reset mails created by the script

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
515 years agoNot yet reviewed

openCRX-CVE-2020-7378 (Unauthenticated Account Take Over)

Exploits Password Reset Vulnerability in OpenCRX, CVE-2020-7378.

A Stealthy Python Implentation for CVE-2020-7378

Exploit is because, the developers used Random Class from java.util.Random to generate random tokens in order to reset a users password

Instead they should be using the SecureRandom Class from java.security.SecureRandom to generate random tokens

Tested on v4.2.0, but should also work for other versions reported in the disclosure report of CVE-2020-7378

Usage

./openCRXreset.py -u <URL> -user <USERNAME> -pass <PASSWORD>

Features

  • Uses python rich library to display a robust output

  • Deletes all the temporarily created files locally as part of the script

  • Deletes only the password reset mails generated by the script in order to maintain stealth

Download Tool