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-2023-23488-pmpro-2.8 — Paid Memberships Pro v2.9.8 (WordPress Plugin) - Unauthenticated SQL Injection | Kitploit
Tools/GitHubGitHub/cybfar/cve-2023-23488-pmpro-2.8
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubcybfar/cve-2023-23488-pmpro-2.8

CVE-2023-23488-pmpro-2.8

Paid Memberships Pro v2.9.8 (WordPress Plugin) - Unauthenticated SQL Injection

View Repository
113 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

Dockerizing a Vulnerability: CVE-2023-23488

This project aims to dockerize a specific vulnerability using Docker. The goal is to create an isolated environment in which the vulnerability can be exploited and tested securely.

Vulnerable Application

Paid Memberships Pro v2.9.8 (WordPress Plugin) - Unauthenticated SQL Injection

Installation

To run this project, you need to have on your machine:

  • Docker
  • Python
  • SQLMAP

Once the prerequisites are installed, you can clone this Git repository on your machine:

root@kitploit:~
  git clone https://github.com/cybfar/CVE-2023-23488-pmpro-2.8.git

  cd CVE-2023-23488-pmpro-2.8

Once in the directory, run the command below to set up the vulnerable environment:

root@kitploit:~
  docker compose up

Then access the application at http://localhost

Vulnerability Verification

Running the script below on a WordPress instance with the Paid Membership Pro plugin indicates whether the target is vulnerable. The script will generate the appropriate sqlmap command to exploit the vulnerability

root@kitploit:~
  python CVE-2023-23488.py http://localhost

Download Tool