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_csrf_poc — Proof-of-concept exploit for CVE-2019-9787, demonstrating CSRF-to-RCE in WordPress 5.0 via comment injection. Includes Docker setup for isolated testing. | Kitploit
Tools/GitHubGitHub/rkatogit/cve-2019-9787_csrf_poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubrkatogit/cve-2019-9787_csrf_poc

cve-2019-9787_csrf_poc

Proof-of-concept exploit for CVE-2019-9787, demonstrating CSRF-to-RCE in WordPress 5.0 via comment injection. Includes Docker setup for isolated testing.

View Repository
2237 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 CVE-2019-9787 CSRF
WordPress Version 5.0
refference

Do not use this except for test purpose.

Installation

root@kitploit:~
$ docker-compose up -d
  1. access http://localhost:8080/ and install WordPress. you only have to create WP admin account.
  2. access http://localhost:8080/?p=1#comments as a visitor, and post comment like "csrf site: http://localhost/".
    comment ex

Test

click the link posted at 2.
comment ex

you'll see the comment "csrf success" is posted by user you currently logged in.

Download Tool