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
WP-GDPR-Compliance-Plugin-Exploit — Exploit of the privilege escalation vulnerability of the WordPress plugin "WP GDPR Compliance" by "Van Ons" (https://de.wordpress.org/plugins/wp-gdpr-compliance/) CVE-2018-19207 | Kitploit
Tools/GitHubGitHub/aeroot/wp-gdpr-compliance-plugin-exploit
Privilege EscalationPayload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubaeroot/wp-gdpr-compliance-plugin-exploit

WP-GDPR-Compliance-Plugin-Exploit

Exploit of the privilege escalation vulnerability of the WordPress plugin "WP GDPR Compliance" by "Van Ons" (https://de.wordpress.org/plugins/wp-gdpr-compliance/) CVE-2018-19207

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
42387 years agoNot yet reviewed

Exploit of Vulnerability CVE-2018-19207 in WP GDPR Compliance Plugin (WordPress)

This python script creates a user with role admin. Change the varbiables baseurl, username, email for your specific case. A working email is needed, because an email is sent to this adress in order to setup a password for the newly created user account. It works for WP GDPR Compliance plugin in version <=1.4.2. Do only use this script on your own sites or when you have permission to do so (e.g. in a legal pentest).

Requirements

This script is written in Python 2.7. It is not tested or made to work in Python 3.

This script uses the requests package in python. It can be installed by running

root@kitploit:~
pip install requests
Download Tool