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/0xnahim/cve-2023-23752
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHub0xnahim/cve-2023-23752

CVE-2023-23752

Python exploit for Joomla information disclosure CVE-2023-23752, abusing unauthenticated webservice endpoints to extract configuration data and database credentials.

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

Joomla! information disclosure - CVE-2023-23752 exploit

Exploit for CVE-2023-23752 (4.0.0 <= Joomla <= 4.2.7).

Usage

Before using the project we need to install the required packages (I recommend creating a virtual environment first)

root@kitploit:~
pip install -r requierements.txt

example of exploitation

Proof of Concept

To create a vulnerable environment we need to have docker installed

  1. Build image:
root@kitploit:~
docker-compose up --build
  1. Once the image is created and running, go to http://127.0.0.1:4242/installation/index.php

  2. Fill in the data:

root@kitploit:~
Database type: Mysqli
Host: mysql
Db User: root
Db Password: holamundo

References

This is an exploit for the vulnerability CVE-2023-23752 found by Zewei Zhang of NSFOCUS TIANJI Lab.

Resources about the vulnerability:

  • Discoverer advisory
  • Joomla Advisory
  • AttackerKB topic
  • Vulnerability analysis
  • Nuclei template
  • Acceis POC

Warning

The content of this repository does not promote or encourage any illegal activity. All material provided here is solely for research and educational purposes.

Download Tool