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-9787 — Overview PoC of CSRF CVE-2019-9787 WordPress Version 5.1.1 | Kitploit
Tools/GitHubGitHub/dexxxed/cve-2019-9787
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubdexxxed/cve-2019-9787

CVE-2019-9787

Overview PoC of CSRF CVE-2019-9787 WordPress Version 5.1.1

View Repository
15 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-9787 CSRF PoC

Overview

PoC of CSRF CVE-2019-9787 WordPress Version 5.1.1 CVE-2019-9787

Do not use this, EXCEPT for TEST purpose.

Installation

root@kitploit:~
docker-compose up -d

Attack

  1. Access http://localhost:8080/wp-admin/install.php and install WordPress. you only have to create WP admin account.

  1. Access http://localhost:8080/?p=1#comments as a visitor, and post comment like "Hacker Attack http://localhost/".

Download Tool
  1. Click the link posted at 2.

  1. You will see the comment "CSRF Attack made Successfully!" is posted by user you currently logged in.