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
Tools/GitHubGitHub/0xgabe/cve-2021-38314
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHub0xgabe/cve-2021-38314

CVE-2021-38314

Exploit in python3 to explore CVE-2021-38314 in Redux Framework a wordpress plugin

View Repository
13 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-2021-38314

What is the vulnerability?

The Gutenberg Template Library & Redux Framework plugin <= 4.2.11 for WordPress registered several AJAX actions available to unauthenticated users in the includes function in redux-core/class-redux-core.php that were unique to a given site but deterministic and predictable given that they were based on an md5 hash of the site URL with a known salt value of ‘-redux’ and an md5 hash of the previous hash with a known salt value of ‘-support’.

How to install

Is easy to install, you only need clone the repository:

root@kitploit:~
git clone https://github.com/0xGabe/CVE-2021-38314

How to use

You can use a single target or a file with a list, for exemple:

  • Single target:
root@kitploit:~
python3 cve-2021-38314.py --url https://target.com
  • List of targets:
root@kitploit:~
python3 cve-2021-38314.py --list targets.txt

Note

At momment the script don't valid a SSL cert, in the future i will fix that.

Download Tool